Browse Source

Merge pull request #87 from SeanTAllen/master

Add casks
Paul Hinze 12 years ago
parent
commit
4bd5f4eed6
  1. 6
      Casks/candybar.rb
  2. 6
      Casks/changes.rb
  3. 4
      Casks/dropbox.rb
  4. 6
      Casks/keyboard-maestro.rb
  5. 6
      Casks/menu-bar-filter.rb
  6. 4
      Casks/one-password.rb
  7. 6
      Casks/paintbrush.rb

6
Casks/candybar.rb

@ -0,0 +1,6 @@
class Candybar < Cask
url 'http://panic.com/museum/candybar/CandyBar%203.3.4.zip'
homepage 'http://panic.com/museum/candybar/'
version '3.3.4'
end

6
Casks/changes.rb

@ -0,0 +1,6 @@
class Changes < Cask
url 'http://bitbq.com/changes/download.php'
homepage 'http://bitbq.com/changes/'
version 'latest'
end

4
Casks/dropbox.rb

@ -1,5 +1,5 @@
class Dropbox < Cask
url 'https://ddr3luum8vl5r.cloudfront.net/Dropbox%201.4.12.dmg'
url 'https://ddr3luum8vl5r.cloudfront.net/Dropbox%201.4.20.dmg'
homepage 'http://www.dropbox.com/'
version '1.4.12'
version '1.4.20'
end

6
Casks/keyboard-maestro.rb

@ -0,0 +1,6 @@
class KeyboardMaestro < Cask
url 'http://www.keyboardmaestro.com/action/download?km-kmi-2-b'
homepage 'http://www.keyboardmaestro.com/'
version 'latest'
end

6
Casks/menu-bar-filter.rb

@ -0,0 +1,6 @@
class MenuBarFilter < Cask
url 'http://eece.github.com/MenuBarFilter/MenuBarFilter.zip'
homepage 'http://eece.github.com/MenuBarFilter/'
version 'latest'
end

4
Casks/one-password.rb

@ -1,5 +1,5 @@
class OnePassword < Cask
url 'https://d13itkw33a7sus.cloudfront.net/dist/1P/mac/1Password-3.8.17.zip'
url 'https://d13itkw33a7sus.cloudfront.net/dist/1P/mac/1Password-3.8.20.zip'
homepage 'https://agilebits.com/onepassword'
version '3.8.17'
version '3.8.20'
end

6
Casks/paintbrush.rb

@ -0,0 +1,6 @@
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'
homepage 'http://paintbrush.sourceforge.net/'
version '2.1.1'
end
Loading…
Cancel
Save