homebrew-cask/Casks/bandage.rb

14 lines
561 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bandage' do
2016-12-16 11:42:55 +08:00
version '0.8.1'
sha256 '13e90e5824b61bd4abe62afa8785a28627714bf7a3d4dad3edb4b8f9854d3b6d'
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',
2017-03-31 03:55:10 +08:00
checkpoint: '31d89821f7d090aa6a4ed73752942e232ba1309fc2338ced357adf5bcbb5faab'
name 'Bandage'
2015-06-29 14:32:18 +08:00
homepage 'https://rrwick.github.io/Bandage/'
app 'Bandage.app'
end