homebrew-cask/Casks/happygrep.rb

13 lines
391 B
Ruby
Raw Normal View History

2014-11-14 01:26:00 +08:00
cask :v1 => 'happygrep' do
2014-09-09 08:57:07 +08:00
version '1.0'
2014-09-09 21:03:15 +08:00
sha256 '05c5f33142c9ea4559b20ca421c76fa0b081ae3edc0d6e3b8f7c3dd8ba21a518'
2014-09-09 08:57:07 +08:00
2014-09-09 19:15:07 +08:00
url "https://github.com/happypeter/happygrep/releases/download/v#{version}/happygrep.zip"
2015-03-15 19:51:18 +08:00
appcast 'https://github.com/happypeter/happygrep/releases.atom'
2015-04-06 17:09:55 +08:00
name 'happygrep'
2014-09-09 08:57:07 +08:00
homepage 'https://github.com/happypeter/happygrep'
license :mit
2014-09-09 08:57:07 +08:00
binary 'happygrep'
end