homebrew-cask/Casks/easyfig.rb

15 lines
595 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'easyfig' do
2015-09-06 22:46:36 +08:00
version '2.2.2'
sha256 'd9375b3a1246bb81aa59c53e4391b1ba76db66bf0a8e1028b533f2aac8b44134'
2016-02-11 05:44:54 +08:00
# github.com/mjsull/Easyfig was verified as official when first introduced to the cask
2015-09-06 22:46:36 +08:00
url "https://github.com/mjsull/Easyfig/releases/download/#{version}/Easyfig_#{version}_OSX.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/mjsull/Easyfig/releases.atom',
checkpoint: 'd05167d251fddaee8dd7a88aa792f8375495e6643bde0d03be2754b5300971d8'
name 'EasyFig'
homepage 'https://mjsull.github.io/Easyfig/'
license :gpl
binary "Easyfig_#{version}_OSX/Easyfig", target: 'easyfig'
end