homebrew-cask/Casks/butter.rb

13 lines
449 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'butter' do
2016-09-16 05:52:43 +08:00
version '0.3.0'
sha256 '4255b581368e88ee3c802811f0824093f64bce73fb323d77b49a25700154ad84'
2014-09-26 20:08:48 +08:00
url "https://github.com/harukasan/butter/releases/download/v#{version}/Butter_#{version}.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/harukasan/butter/releases.atom',
2017-04-30 03:15:39 +08:00
checkpoint: '131b0f9f119295f37c9edae019c39762b0bf15d39ac882814ea90e17afc4db02'
2015-02-08 19:08:09 +08:00
name 'Butter'
homepage 'https://github.com/harukasan/butter'
2014-09-16 00:05:21 +08:00
app 'Butter.app'
2014-03-28 09:13:21 +08:00
end