homebrew-cask/Casks/lunchy.rb

14 lines
475 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'lunchy' do
2015-10-13 07:20:45 +08:00
version '0.2.1'
sha256 '3f4a2ae93e474352c29649b12f5f4f0559f1f39a344f15352f3a51a141ad404b'
2014-11-11 00:29:19 +08:00
url "https://github.com/sosedoff/lunchy-go/releases/download/v#{version}/#{version}_darwin_amd64.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/sosedoff/lunchy-go/releases.atom',
checkpoint: '80d451b40d7c21b6d205d7d6e8be643c7bf4754ebb1ea52556472c61a5dabaaf'
2015-04-12 02:41:01 +08:00
name 'Lunchy'
2014-11-11 00:29:19 +08:00
homepage 'https://github.com/sosedoff/lunchy-go'
license :mit
binary 'lunchy'
end