homebrew-cask/Casks/kakapo.rb

15 lines
568 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'kakapo' do
2016-03-31 04:28:43 +08:00
version '1.3.0'
sha256 '4f89f2d651b88e7c13bce3cccefc4929e83a5f509dae102f071ecd80aab9d524'
2015-12-04 22:15:19 +08:00
2016-07-05 05:50:25 +08:00
# github.com/bluedaniel/Kakapo-app was verified as official when first introduced to the cask
2015-12-04 22:15:19 +08:00
url "https://github.com/bluedaniel/Kakapo-app/releases/download/v#{version}/Kakapo-#{version}-Mac.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/bluedaniel/Kakapo-app/releases.atom',
2016-03-31 04:28:43 +08:00
checkpoint: 'e87fbb21a94fabf4fe86d677d316717512dfa54b64fe34bfe0000a2c77fd1530'
2015-12-04 22:15:19 +08:00
name 'Kakapo'
homepage 'http://www.kakapo.co/app.html'
license :isc
app 'Kakapo.app'
end