homebrew-cask/Casks/gns3.rb

15 lines
524 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gns3' do
2016-07-23 15:33:20 +08:00
version '1.5.1'
sha256 '4769c15ae372482369bebae6ebea3a356fdfe138fa8882a60708c8bbe7cd788a'
2016-02-16 11:38:48 +08:00
# github.com/GNS3/gns3-gui was verified as official when first introduced to the cask
url "https://github.com/GNS3/gns3-gui/releases/download/v#{version}/GNS3-#{version}.dmg"
2016-02-16 11:38:48 +08:00
appcast 'https://github.com/GNS3/gns3-gui/releases.atom',
2016-07-23 15:33:20 +08:00
checkpoint: 'ebe5570ab80918508ebe725264d04d98abe08127368addb6135534e68474e3f9'
name 'GNS3'
homepage 'https://www.gns3.com/'
license :gpl
app 'GNS3.app'
end