homebrew-cask/Casks/gns3.rb

14 lines
500 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-06-13 05:07:53 +08:00
version '2.1.7'
sha256 'f9ecbd29fd456f02e901cdddbb071b7313032d735975a88583949191ea4b3bcf'
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"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/GNS3/gns3-gui/releases.atom'
name 'GNS3'
homepage 'https://www.gns3.com/'
app 'GNS3.app'
end