Add DoubleCommand v1.7

This commit is contained in:
Galymzhan Kozhayev 2014-07-23 22:01:32 +06:00
parent 9d0591e716
commit 14c6f017d8
1 changed files with 10 additions and 0 deletions

10
Casks/doublecommand.rb Normal file
View File

@ -0,0 +1,10 @@
class Doublecommand < Cask
version '1.7'
sha256 '312aaf1a60517c694b24131bf502945dc23a22c917971c3e7a3adca163560503'
url 'http://doublecommand.sourceforge.net/files/DoubleCommand-1.7.dmg'
homepage 'http://doublecommand.sourceforge.net'
install 'DoubleCommand-1.7.pkg'
uninstall :script => '/Library/StartupItems/DoubleCommand/uninstall.command'
end