Merge pull request #6900 from sebnash/packages

Add Packages v1.1.2
This commit is contained in:
Roland Walker 2014-10-23 08:07:02 -04:00
commit 0a36643db4
1 changed files with 11 additions and 0 deletions

11
Casks/packages.rb Normal file
View File

@ -0,0 +1,11 @@
class Packages < Cask
version '1.1.2'
sha256 '8fa1aff087b5f82cbbec557a01a65998c4ca244925f778e559038fc82d9ab23d'
url 'http://s.sudre.free.fr/Software/files/Packages.dmg'
homepage 'http://s.sudre.free.fr/Software/Packages/about.html'
license :bsd
pkg 'packages/Packages.pkg'
uninstall :script => 'Extras/uninstall.sh'
end