homebrew-cask/Casks/xact.rb

14 lines
515 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'xact' do
2016-01-08 15:55:45 +08:00
version '2.37'
sha256 '3d0fcc4f35ec515f39230d6e30cb87e899a9a6a09f36984da1781ecdf0535e45'
url "http://xact.scottcbrown.org/xACT#{version}.zip"
2014-10-15 23:43:58 +08:00
appcast 'http://xactupdate.scottcbrown.org/xACT.xml',
checkpoint: 'f1f3ab3baf3119dd35478f31dfcac338cd707499821491961dc1f0c7649fbe77'
name 'xACT'
homepage 'http://xact.scottcbrown.org'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:38 +08:00
app "xACT #{version}/xACT.app"
2014-01-26 00:25:36 +08:00
end