diff --git a/Formula/znc.rb b/Formula/znc.rb index e34c129c89..07c3aaad23 100644 --- a/Formula/znc.rb +++ b/Formula/znc.rb @@ -1,9 +1,10 @@ require 'formula' class Znc < Formula - url 'http://znc.in/releases/archive/znc-0.204.tar.gz' - md5 '7c7247423fc08b0c5c62759a50a9bca3' homepage 'http://wiki.znc.in/ZNC' + url 'http://znc.in/releases/archive/znc-0.206.tar.gz' + sha1 'c5fe2575ef29187d2de5d08a08e17458c0ce54b9' + head 'https://github.com/znc/znc.git' depends_on 'pkg-config' => :build