diff options
| author | Brett Koonce | 2015-01-11 09:42:10 -0800 |
|---|---|---|
| committer | Brett Koonce | 2015-01-12 08:53:06 -0800 |
| commit | 28d5cbe9ab099162a9103c69d11969c174b53d36 (patch) | |
| tree | dc6288cde2296d22b2991266212a8d0d0384497b /Library | |
| parent | f736457733c511fa8c468a2389d04e72eb38e663 (diff) | |
| download | homebrew-28d5cbe9ab099162a9103c69d11969c174b53d36.tar.bz2 | |
gdnsd 2.2.0
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gdnsd.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/gdnsd.rb b/Library/Formula/gdnsd.rb index 450b2a6f9..05f0bdaa9 100644 --- a/Library/Formula/gdnsd.rb +++ b/Library/Formula/gdnsd.rb @@ -1,9 +1,7 @@ -require "formula" - class Gdnsd < Formula homepage "http://gdnsd.org/" - url "https://github.com/gdnsd/gdnsd/releases/download/v2.1.0/gdnsd-2.1.0.tar.xz" - sha1 "138c7542005de457e756bf84fd7f727d690efe56" + url "https://github.com/gdnsd/gdnsd/releases/download/v2.2.0/gdnsd-2.2.0.tar.xz" + sha1 "5546b68296d7bbca3c9ca9308589fd224ba3e2a1" bottle do sha1 "72e912a4de41afda8ea8b806086c7291c308e72c" => :yosemite |
