gnu-sed 4.4
Closes #9627. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
eece2235ba
commit
e152ec01d8
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
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.3.tar.xz"
|
||||
mirror "https://ftp.gnu.org/gnu/sed/sed-4.3.tar.xz"
|
||||
sha256 "47c20d8841ce9e7b6ef8037768aac44bc2937fff1c265b291c824004d56bd0aa"
|
||||
url "https://ftpmirror.gnu.org/sed/sed-4.4.tar.xz"
|
||||
mirror "https://ftp.gnu.org/gnu/sed/sed-4.4.tar.xz"
|
||||
sha256 "cbd6ebc5aaf080ed60d0162d7f6aeae58211a1ee9ba9bb25623daa6cd942683b"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue