homebrew-cask/Casks/xact.rb

14 lines
517 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'xact' do
version '2.36'
sha256 '8b25b05bdcbee23f58866df3c69ea8d3d14236643a802316423c10c3e058e80f'
url "http://xact.scottcbrown.org/xACT#{version}.zip"
2015-04-02 13:41:52 +08:00
name 'xACT'
2014-10-15 23:43:58 +08:00
appcast 'http://xactupdate.scottcbrown.org/xACT.xml',
:sha256 => 'cb5df4e8d11f77927b2ebc9dd0281426252f7feb8abb5ec62fa3819748344a45'
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