homebrew-cask/Casks/lunchy.rb

13 lines
392 B
Ruby
Raw Normal View History

2014-11-11 00:29:19 +08:00
cask :v1 => 'lunchy' do
2015-09-10 22:10:51 +08:00
version '0.2.0'
sha256 '6a5d90119355b109c73ff71a2063413926e5e5b363a9d93a8ef68e6e9c502485'
2014-11-11 00:29:19 +08:00
url "https://github.com/sosedoff/lunchy-go/releases/download/v#{version}/#{version}_darwin_amd64.zip"
2015-03-15 19:51:48 +08:00
appcast 'https://github.com/sosedoff/lunchy-go/releases.atom'
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