cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / doublecommand.rb
blob5b382bae36eb7491f331cbeb021688310007edc8
1 cask :v1 => 'doublecommand' do
2   version '1.7'
3   sha256 '312aaf1a60517c694b24131bf502945dc23a22c917971c3e7a3adca163560503'
5   url "http://doublecommand.sourceforge.net/files/DoubleCommand-#{version}.dmg"
6   homepage 'http://doublecommand.sourceforge.net'
7   license :oss
9   pkg "DoubleCommand-#{version}.pkg"
11   uninstall :script => '/Library/StartupItems/DoubleCommand/uninstall.command',
12             :pkgutil => 'com.baltaks.DoubleCommand'
13 end