Merge pull request #5 from benmills/master

Add 1password, Scrup, and Hands Off! Casks
This commit is contained in:
Paul Hinze 2012-03-10 09:54:26 -08:00
commit 95712cf9e2
3 changed files with 15 additions and 0 deletions

5
Casks/hands-off.rb Normal file
View File

@ -0,0 +1,5 @@
class HandsOff < Cask
url 'https://www.metakine.com/files/Hands%20Off!%20v1.5.1.dmg'
homepage 'http://www.metakine.com/products/handsoff/'
version '1.5.1'
end

5
Casks/one-password.rb Normal file
View File

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

5
Casks/scrup.rb Normal file
View File

@ -0,0 +1,5 @@
class Scrup < Cask
url 'http://hunch.se/scrup/dist/scrup-1.3.2.zip'
homepage 'https://github.com/rsms/scrup'
version '1.3.2'
end