diff options
| -rw-r--r-- | Library/Formula/colloquypush.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Formula/colloquypush.rb b/Library/Formula/colloquypush.rb index d79059223..03a9ba757 100644 --- a/Library/Formula/colloquypush.rb +++ b/Library/Formula/colloquypush.rb @@ -1,8 +1,11 @@ require 'formula' class Colloquypush < Formula - head 'https://github.com/wired/colloquypush.git' homepage 'https://github.com/wired/colloquypush' + url 'https://github.com/wired/colloquypush/tarball/colloquy-znc-1.1' + md5 '6f696b3c36bcbc05975181e129ea8599' + + head 'https://github.com/wired/colloquypush.git' depends_on 'znc' |
