growly: bottle unneeded
This commit is contained in:
parent
8708206079
commit
451302b3ad
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
|||
class Growly < Formula
|
||||
desc "Redirect command output to a growl notification"
|
||||
homepage "https://github.com/ryankee/growly"
|
||||
head "https://github.com/ryankee/growly.git"
|
||||
url "https://github.com/downloads/ryankee/growly/growly-v0.2.0.tar.gz"
|
||||
sha256 "3e803207aa15e3a1ee33fc388a073bd84230dce2c579295ce26b857987e78a79"
|
||||
head "https://github.com/ryankee/growly.git"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
def install
|
||||
bin.install "growly"
|
||||
|
|
Loading…
Reference in a new issue