chinadns-c: update github url

This commit is contained in:
Igor Kapkov 2018-12-07 17:51:21 +11:00
parent a9a1ca3905
commit d82e31478e

View file

@ -1,7 +1,7 @@
class ChinadnsC < Formula
desc "Port of ChinaDNS to C: fix irregularities with DNS in China"
homepage "https://github.com/clowwindy/ChinaDNS-C"
url "https://github.com/clowwindy/ChinaDNS/releases/download/1.3.2/chinadns-1.3.2.tar.gz"
homepage "https://github.com/shadowsocks/ChinaDNS"
url "https://github.com/shadowsocks/ChinaDNS/releases/download/1.3.2/chinadns-1.3.2.tar.gz"
sha256 "abfd433e98ac0f31b8a4bd725d369795181b0b6e8d1b29142f1bb3b73bbc7230"
bottle do
@ -16,7 +16,7 @@ class ChinadnsC < Formula
end
head do
url "https://github.com/clowwindy/ChinaDNS.git"
url "https://github.com/shadowsocks/ChinaDNS.git"
depends_on "autoconf" => :build
depends_on "automake" => :build
end
@ -28,6 +28,6 @@ class ChinadnsC < Formula
end
test do
system "chinadns", "-h"
system "#{bin}/chinadns", "-h"
end
end