homebrew-cask/Casks/doublecommand.rb

16 lines
598 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'doublecommand' do
2014-07-24 00:01:32 +08:00
version '1.7'
sha256 '312aaf1a60517c694b24131bf502945dc23a22c917971c3e7a3adca163560503'
2014-09-26 20:08:52 +08:00
url "http://doublecommand.sourceforge.net/files/DoubleCommand-#{version}.dmg"
appcast 'https://github.com/mbaltaks/doublecommand/releases.atom',
checkpoint: '094eeb41e5a274d0eb3e01c4d2049efca7da3f5badeb62ef92431515e08203ef'
2015-04-05 13:36:28 +08:00
name 'DoubleCommand'
2014-07-24 00:01:32 +08:00
homepage 'http://doublecommand.sourceforge.net'
2014-09-26 20:08:52 +08:00
pkg "DoubleCommand-#{version}.pkg"
uninstall script: '/Library/StartupItems/DoubleCommand/uninstall.command',
pkgutil: 'com.baltaks.DoubleCommand'
2014-07-24 00:01:32 +08:00
end