homebrew-cask/Casks/bluefish.rb

14 lines
540 B
Ruby
Raw Normal View History

2016-12-18 22:32:29 +08:00
cask 'bluefish' do
2017-06-13 10:09:13 +08:00
version '2.2.10'
sha256 'e6edd693b174c186be5eb2d2a8a89ae2608e8661f6441edbcaf27d2457d616fa'
2016-12-18 22:32:29 +08:00
# 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/',
2017-06-13 10:09:13 +08:00
checkpoint: '8caecd64ed7ba8bfe38f7bec653ebbba19372c885ccde58d12f6a67cd10cadec'
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