homebrew-cask/Casks/bandage.rb

13 lines
377 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bandage' do
2015-12-08 05:54:08 +08:00
version '0.7.1'
sha256 '29f88973388f27fa6456065c7659d5250dd0e825f184c3604621baacd440452f'
2015-05-29 00:53:08 +08:00
url "https://github.com/rrwick/Bandage/releases/download/v#{version}/Bandage_Mac_v#{version}.zip"
appcast 'https://github.com/rrwick/Bandage/releases.atom'
name 'Bandage'
2015-06-29 14:32:18 +08:00
homepage 'https://rrwick.github.io/Bandage/'
license :gpl
app 'Bandage.app'
end