Skip to content

Commit 0b25645

Browse files
authored
Merge pull request #170230 from Homebrew/znc
znc: temporary URLs as znc.in certificate has expired
2 parents 0a4809e + 154d0b6 commit 0b25645

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Formula/z/znc.rb

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
class Znc < Formula
22
desc "Advanced IRC bouncer"
3-
homepage "https://wiki.znc.in/ZNC"
4-
url "https://znc.in/releases/archive/znc-1.9.0.tar.gz"
3+
# Temporary URLs as znc.in certificate has expired
4+
# FIXME: homepage "https://wiki.znc.in/ZNC"
5+
homepage "https://github.com/znc/znc"
6+
url "https://deb.debian.org/debian/pool/main/z/znc/znc_1.9.0.orig.tar.gz"
7+
mirror "https://znc.in/releases/archive/znc-1.9.0.tar.gz"
58
sha256 "8b99c9dbb21c1309705073460be9bfacb6f7b0e83a15fe5d4b7140201b39d2a1"
69
license "Apache-2.0"
710
revision 2

0 commit comments

Comments
 (0)