From 47a478253a2ccd0a03feeaa290692fc114c4971f Mon Sep 17 00:00:00 2001 From: Mark Teodoro Date: Wed, 9 Mar 2016 14:42:50 -0800 Subject: [PATCH] getdns 0.9.0 Closes Homebrew/homebrew#49931. Signed-off-by: Andrew Janke --- Formula/getdns.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/getdns.rb b/Formula/getdns.rb index a9965938d8..afd5482987 100644 --- a/Formula/getdns.rb +++ b/Formula/getdns.rb @@ -1,8 +1,8 @@ class Getdns < Formula desc "Modern asynchronous DNS API" homepage "https://getdnsapi.net" - url "https://getdnsapi.net/dist/getdns-0.5.0.tar.gz" - sha256 "b0680170249ba9987b8af4c7f2bc64833fe6396ecd66565c991b33775f78ccdb" + url "https://getdnsapi.net/dist/getdns-0.9.0.tar.gz" + sha256 "b6b73a501ee79c0fafb0721023eb3a5d0e1bfa047fbe65302db278cb956bd1fe" head "https://github.com/getdnsapi/getdns.git"