From 402df6ae6e20d7157e92a547ffcd203aee5eb804 Mon Sep 17 00:00:00 2001 From: Neel Goyal Date: Mon, 20 Jul 2015 09:11:02 -0400 Subject: [PATCH] getdns 0.3.1 Closes Homebrew/homebrew#41937. Signed-off-by: Dominyk Tiller --- Formula/getdns.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/getdns.rb b/Formula/getdns.rb index 021486f646..83fb64b717 100644 --- a/Formula/getdns.rb +++ b/Formula/getdns.rb @@ -3,8 +3,8 @@ require "formula" class Getdns < Formula desc "Modern asynchronous DNS API" homepage "https://getdnsapi.net" - url "https://getdnsapi.net/dist/getdns-0.2.0.tar.gz" - sha1 "6843984f7ed8109302bda3b37f5247fd49827f90" + url "https://getdnsapi.net/dist/getdns-0.3.1.tar.gz" + sha256 "58fd791187d5fd158ba7db1b5f29d4b0274583447f405577c758c7c7751e8883" head "https://github.com/getdnsapi/getdns.git"