homebrew-cask/Casks/firebird.rb

14 lines
475 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'firebird' do
2015-12-16 03:35:39 +08:00
version '0.30'
sha256 'ec23275a9007fa180dacc7ae23348f9af7afa048df1c9c84b85ed8524447456b'
2015-09-22 08:15:32 +08:00
url "https://github.com/nspire-emus/firebird/releases/download/v#{version}/firebird-mac.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/nspire-emus/firebird/releases.atom',
checkpoint: '815103264eeb275c1836c2bc31770f422caac1395fca2f7c93f3b22348694879'
2015-09-22 08:15:32 +08:00
name 'firebird'
homepage 'https://github.com/nspire-emus/firebird'
license :cc
app 'firebird.app'
end