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

ahhaahhaha gnu.org is DOWNNNN #178917

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Formula/a/automake.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Automake < Formula
desc "Tool for generating GNU Standards-compliant Makefiles"
homepage "https://www.gnu.org/software/automake/"
url "https://ftp.gnu.org/gnu/automake/automake-1.17.tar.xz"
url "http://ftp.vim.org/ftp/gnu/automake/automake-1.17.tar.xz"
mirror "https://ftpmirror.gnu.org/automake/automake-1.17.tar.xz"
sha256 "8920c1fc411e13b90bf704ef9db6f29d540e76d232cb3b2c9f4dc4cc599bd990"
license "GPL-2.0-or-later"
Expand Down
4 changes: 2 additions & 2 deletions Formula/r/readline.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Readline < Formula

Check failure on line 1 in Formula/r/readline.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

readline: livecheck error

Unable to get versions

Check failure on line 1 in Formula/r/readline.rb

View workflow job for this annotation

GitHub Actions / macOS 12-arm64

readline: livecheck error

Unable to get versions
desc "Library for command-line editing"
homepage "https://tiswww.case.edu/php/chet/readline/rltop.html"
url "https://ftp.gnu.org/gnu/readline/readline-8.2.tar.gz"
url "https://mirror.ihost.md/gnu/readline/readline-8.2.tar.gz"
mirror "https://ftpmirror.gnu.org/readline/readline-8.2.tar.gz"
version "8.2.10"
sha256 "3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35"
Expand All @@ -20,7 +20,7 @@
010 758e2ec65a0c214cfe6161f5cde3c5af4377c67d820ea01d13de3ca165f67b4c
].each_slice(2) do |p, checksum|
patch :p0 do
url "https://ftp.gnu.org/gnu/readline/readline-8.2-patches/readline82-#{p}"
url "https://mirror.ihost.md/gnu/readline/readline-8.2-patches/readline82-#{p}"
mirror "https://ftpmirror.gnu.org/readline/readline-8.2-patches/readline82-#{p}"
sha256 checksum
end
Expand Down
Loading