homebrew-cask/Casks/bandage.rb

15 lines
576 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bandage' do
2016-05-02 02:48:34 +08:00
version '0.8.0'
sha256 '154863b16bc9ecdf7b53aa9ecc22e7b34b980959ceb1105b3aefbd229b29ee0b'
2016-02-11 05:01:36 +08:00
# github.com/rrwick/Bandage was verified as official when first introduced to the cask
url "https://github.com/rrwick/Bandage/releases/download/v#{version}/Bandage_Mac_v#{version.dots_to_underscores}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/rrwick/Bandage/releases.atom',
checkpoint: 'd70dfd9fbcd8219576c2ef2b68c53b85ef95c0fb3db13a5134cc50403d97776f'
name 'Bandage'
2015-06-29 14:32:18 +08:00
homepage 'https://rrwick.github.io/Bandage/'
license :gpl
app 'Bandage.app'
end