homebrew-cask/Casks/gns3.rb

15 lines
590 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gns3' do
# note: "3" is not a version number, but an intrinsic part of the product name
2018-03-13 13:51:39 +08:00
version '2.1.4'
sha256 '19c511b56def69252f67d8504c11f931eed62d13374b5653b60ee42f58e8f356'
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',
2018-03-13 13:51:39 +08:00
checkpoint: '25929630a91c34a5e2013252bf76a8d287df28598206993aacccb014295dfe17'
name 'GNS3'
homepage 'https://www.gns3.com/'
app 'GNS3.app'
end