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-09-16 00:03:16 +08:00
version '1.5.2'
sha256 'a6ef73ba5e018fb22ed88fc07d71597b993878d3cb88ba8f334226ddf23e2d16'
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-09-16 00:03:16 +08:00
checkpoint: '38d57e50a965264786265131c4fee2d397a31db5bbd51f9ed8188805d5b324f2'
name 'GNS3'
homepage 'https://www.gns3.com/'
license :gpl
app 'GNS3.app'
end