homebrew-cask/Casks/happygrep.rb

14 lines
474 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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-12-26 04:57:40 +08:00
appcast 'https://github.com/happypeter/happygrep/releases.atom',
checkpoint: 'dd376ec81022a1df74322c83907d48ce2c8430da66cc9becc72a9c808ae1aae8'
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