mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
Not by name but uses text of BSD license https://github.com/ohdarling/GoAgentX/blob/master/LICENSE
11 lines
241 B
Ruby
11 lines
241 B
Ruby
cask :v1 => 'goagentx' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://goagentx.com/files/GoAgentX.dmg'
|
|
appcast 'https://goagentx.com/update/SUAppcast.xml'
|
|
homepage 'http://goagentx.com/'
|
|
license :bsd
|
|
|
|
app 'GoAgentX.app'
|
|
end
|