Browse Source

simplified url to not include mirror information

Vítor Galvão 12 years ago
parent
commit
2de9ece006
  1. 2
      Casks/filezilla.rb
  2. 2
      Casks/paintbrush.rb

2
Casks/filezilla.rb

@ -1,5 +1,5 @@
class Filezilla < Cask
url 'http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/3.7.1.1/FileZilla_3.7.1.1_i686-apple-darwin9.app.tar.bz2?r=&ts=1372941305&use_mirror=freefr'
url 'http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/3.7.1.1/FileZilla_3.7.1.1_i686-apple-darwin9.app.tar.bz2'
homepage 'https://filezilla-project.org/'
version '3.7.1.1'
sha1 'fff2a31d6ea471a77622d8853ccc08a5dc834cf9'

2
Casks/paintbrush.rb

@ -1,5 +1,5 @@
class Paintbrush < Cask
url 'http://downloads.sourceforge.net/project/paintbrush/Paintbrush%202.x/Paintbrush%202.1.1/Paintbrush-2.1.1.zip?r=http%3A%2F%2Fpaintbrush.sourceforge.net%2Fdownloads%2F&ts=1351154031&use_mirror=superb-dca2'
url 'http://downloads.sourceforge.net/project/paintbrush/Paintbrush%202.x/Paintbrush%202.1.1/Paintbrush-2.1.1.zip'
homepage 'http://paintbrush.sourceforge.net/'
version '2.1.1'
sha1 'f8dedc7b22ed017dea43d76b5686b226ebe13ef2'

Loading…
Cancel
Save