aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/unbound.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/unbound.rb b/Library/Formula/unbound.rb
index 3376f3fe5..5a62d1950 100644
--- a/Library/Formula/unbound.rb
+++ b/Library/Formula/unbound.rb
@@ -1,15 +1,14 @@
require 'formula'
class Unbound < Formula
- url 'http://www.unbound.net/downloads/unbound-1.4.13.tar.gz'
+ url 'http://www.unbound.net/downloads/unbound-1.4.14.tar.gz'
homepage 'http://www.unbound.net'
- md5 '7e3b27dee2b97640dd2e1783253317ab'
+ md5 'cd69fdaaa6af01ea0b6fbc59802f74ba'
depends_on 'ldns'
def install
- system "./configure", "--disable-gost", "--disable-sha2", "--with-ssl-optional",
- "--prefix=#{prefix}"
+ system "./configure", "--disable-gost", "--prefix=#{prefix}"
system "make install"
end
end