diff options
| author | Christian Hofstaedtler | 2014-10-26 14:54:16 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-26 14:49:15 +0000 |
| commit | 7f6420805fc1002b42f7cf35b56465799b2d2e04 (patch) | |
| tree | ca17c0ae5ff4bb70bc9ea9c46d183d52db4ccdd9 | |
| parent | 306f8eea7dc5c5f0e4b4abf199cde633c9888da0 (diff) | |
| download | homebrew-7f6420805fc1002b42f7cf35b56465799b2d2e04.tar.bz2 | |
pdns 3.4.0
| -rw-r--r-- | Library/Formula/pdns.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/pdns.rb b/Library/Formula/pdns.rb index 11b5837dc..d67c4e825 100644 --- a/Library/Formula/pdns.rb +++ b/Library/Formula/pdns.rb @@ -3,9 +3,8 @@ require 'formula' class Pdns < Formula homepage 'http://www.powerdns.com' head 'https://github.com/powerdns/pdns.git' - url 'http://downloads.powerdns.com/releases/pdns-3.3.1.tar.gz' - sha1 '555862bf9635d1dcab2c4f3b7569bdd8212ef67f' - revision 1 + url 'http://downloads.powerdns.com/releases/pdns-3.4.0.tar.bz2' + sha1 'b1c5bf10e03c04f707b752b5159db06179c172d9' option 'pgsql', 'Enable the PostgreSQL backend' |
