diff options
| author | Kyle Fuller | 2011-08-25 00:01:29 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2011-08-30 15:14:40 -0700 |
| commit | 7e44ee9d68bf68a4d572ad5577ec418065f1e8c9 (patch) | |
| tree | 271905e27627bfa8418e6d3be670acfdcba6776f /Library/Formula | |
| parent | 6b158136374203bd2fc49fb71636f9c43645de80 (diff) | |
| download | homebrew-7e44ee9d68bf68a4d572ad5577ec418065f1e8c9.tar.bz2 | |
znc 0.200
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/znc.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/znc.rb b/Library/Formula/znc.rb index 361932eb9..da5cc7e02 100644 --- a/Library/Formula/znc.rb +++ b/Library/Formula/znc.rb @@ -1,8 +1,8 @@ require 'formula' class Znc < Formula - url 'http://znc.in/releases/archive/znc-0.098.tar.gz' - md5 '5667b4acb1f01309d6eded77abac700c' + url 'http://znc.in/releases/znc-0.200.tar.gz' + md5 'da5b690bc31b007474a77aae70c9c049' homepage 'http://en.znc.in/wiki/ZNC' head 'https://github.com/znc/znc.git' |
