mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
9 lines
301 B
Ruby
9 lines
301 B
Ruby
class Xact < Cask
|
|
version '2.29'
|
|
|
|
url "http://xact.scottcbrown.org/xACT#{version}.zip"
|
|
appcast 'http://xactupdate.scottcbrown.org/xACT.xml'
|
|
homepage 'http://xact.scottcbrown.org'
|
|
sha256 'bc8805f94b9f2320da64ca23b53e1b029fd65920ded2bc56c0291f0a73866674'
|
|
link "xACT #{version}/xACT.app"
|
|
end
|