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-09-26 05:37:23 +08:00
version '2.47'
sha256 '76074593c88a6bae7d938fc794768af5284fc7262085bd757af99405ca98e9a8'
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