homebrew-cask/Casks/bluefish.rb

14 lines
539 B
Ruby
Raw Normal View History

2016-12-18 22:32:29 +08:00
cask 'bluefish' do
version '2.2.8'
sha256 '46e6202adc39d4759380ab603174f3549a9620e735c816c61392ac2900350f4e'
# bennewitz.com was verified as official when first introduced to the cask
2017-01-25 19:29:14 +08:00
url "https://www.bennewitz.com/bluefish/stable/binaries/macosx/Bluefish-#{version}.dmg"
appcast 'http://www.bennewitz.com/bluefish/stable/binaries/macosx/',
checkpoint: 'f58657eee498c7cf605ac73859ca02994ccc8712491164561a0092c5ce9f0e58'
2016-12-18 22:32:29 +08:00
name 'Bluefish'
2016-12-25 07:34:06 +08:00
homepage 'http://bluefish.openoffice.nl/index.html'
2016-12-18 22:32:29 +08:00
app 'Bluefish.app'
end