homebrew-cask/Casks/xact.rb

12 lines
312 B
Ruby
Raw Normal View History

2018-02-15 01:37:22 +08:00
cask 'xact' do
2018-06-15 23:30:08 +08:00
version '2.45'
sha256 'ff3a41294e530c887a838734a5cbda19c59fd2a48048c6525bff445e5ff5caac'
2018-02-15 01:37:22 +08:00
url "http://xact.scottcbrown.org/xACT#{version}.zip"
2018-06-12 22:37:26 +08:00
appcast 'http://xactupdate.scottcbrown.org/xACT.xml'
2018-02-15 01:37:22 +08:00
name 'xACT'
homepage 'http://xact.scottcbrown.org/'
app "xACT#{version}/xACT.app"
end