gnu-sed: swap GNU url and mirror.
This commit is contained in:
parent
a60fa3320d
commit
42eecb0b45
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class GnuSed < Formula
|
||||
desc "GNU implementation of the famous stream editor"
|
||||
homepage "https://www.gnu.org/software/sed/"
|
||||
url "https://ftpmirror.gnu.org/sed/sed-4.4.tar.xz"
|
||||
mirror "https://ftp.gnu.org/gnu/sed/sed-4.4.tar.xz"
|
||||
url "https://ftp.gnu.org/gnu/sed/sed-4.4.tar.xz"
|
||||
mirror "https://ftpmirror.gnu.org/sed/sed-4.4.tar.xz"
|
||||
sha256 "cbd6ebc5aaf080ed60d0162d7f6aeae58211a1ee9ba9bb25623daa6cd942683b"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue