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
version '2.44'
sha256 '5c7c116f0ddef925e15e6be9ca801c4067138c47dbf6b2f81eac176fae4db2c7'
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