Paul Hinze
12 years ago
7 changed files with 34 additions and 4 deletions
@ -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 |
|||
|
@ -0,0 +1,6 @@ |
|||
class Changes < Cask |
|||
url 'http://bitbq.com/changes/download.php' |
|||
homepage 'http://bitbq.com/changes/' |
|||
version 'latest' |
|||
end |
|||
|
@ -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 |
|||
|
@ -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 |
|||
|
@ -0,0 +1,6 @@ |
|||
class MenuBarFilter < Cask |
|||
url 'http://eece.github.com/MenuBarFilter/MenuBarFilter.zip' |
|||
homepage 'http://eece.github.com/MenuBarFilter/' |
|||
version 'latest' |
|||
end |
|||
|
@ -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 |
|||
|
@ -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…
Reference in new issue