Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

znc: temporary URLs as znc.in certificate has expired #170230

Merged
merged 1 commit into from
Apr 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions Formula/z/znc.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
class Znc < Formula

Check notice on line 1 in Formula/z/znc.rb

View workflow job for this annotation

GitHub Actions / Linux

Installed previously built bottle for znc from

:4058d15aca5 (Merge c2e91da598cba572de96de1c47ad9bfb521515b0 into a63962f572b18f40eaef3e83b1b5641036f0e216, 2024-04-27)

Check notice on line 1 in Formula/z/znc.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Installed previously built bottle for znc from

:4058d15aca5 (Merge c2e91da598cba572de96de1c47ad9bfb521515b0 into a63962f572b18f40eaef3e83b1b5641036f0e216, 2024-04-27)

Check notice on line 1 in Formula/z/znc.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Installed previously built bottle for znc from

:4058d15aca5 (Merge c2e91da598cba572de96de1c47ad9bfb521515b0 into a63962f572b18f40eaef3e83b1b5641036f0e216, 2024-04-27)

Check notice on line 1 in Formula/z/znc.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Installed previously built bottle for znc from

:4058d15aca5 (Merge c2e91da598cba572de96de1c47ad9bfb521515b0 into a63962f572b18f40eaef3e83b1b5641036f0e216, 2024-04-27)

Check notice on line 1 in Formula/z/znc.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Installed previously built bottle for znc from

:4058d15aca5 (Merge c2e91da598cba572de96de1c47ad9bfb521515b0 into a63962f572b18f40eaef3e83b1b5641036f0e216, 2024-04-27)

Check notice on line 1 in Formula/z/znc.rb

View workflow job for this annotation

GitHub Actions / macOS 12-x86_64

Installed previously built bottle for znc from

:4058d15aca5 (Merge c2e91da598cba572de96de1c47ad9bfb521515b0 into a63962f572b18f40eaef3e83b1b5641036f0e216, 2024-04-27)

Check notice on line 1 in Formula/z/znc.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

Installed previously built bottle for znc from

:4058d15aca5 (Merge c2e91da598cba572de96de1c47ad9bfb521515b0 into a63962f572b18f40eaef3e83b1b5641036f0e216, 2024-04-27)
desc "Advanced IRC bouncer"
homepage "https://wiki.znc.in/ZNC"
url "https://znc.in/releases/archive/znc-1.9.0.tar.gz"
# Temporary URLs as znc.in certificate has expired
# FIXME: homepage "https://wiki.znc.in/ZNC"
homepage "https://github.com/znc/znc"
url "https://deb.debian.org/debian/pool/main/z/znc/znc_1.9.0.orig.tar.gz"
mirror "https://znc.in/releases/archive/znc-1.9.0.tar.gz"
sha256 "8b99c9dbb21c1309705073460be9bfacb6f7b0e83a15fe5d4b7140201b39d2a1"
license "Apache-2.0"
revision 2
Expand Down
Loading