homebrew-cask/Casks/xact.rb

14 lines
524 B
Ruby
Raw Normal View History

2014-11-14 01:27:23 +08:00
cask :v1 => 'xact' do
version '2.35'
sha256 'f1c587262b19e171845911ad1231e9295825d3ab592b75a6a571a5e76da8097a'
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 => 'fc41532e1aff82fbfd45fd7d9a65c5a5d661d536b535d36f3b0c3658b44f8d73'
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