sgrep: use mirrors (#11788)
This commit is contained in:
parent
bc5722e3c0
commit
c1dafbacba
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,10 @@
|
||||||
class Sgrep < Formula
|
class Sgrep < Formula
|
||||||
desc "Search SGML, XML, and HTML"
|
desc "Search SGML, XML, and HTML"
|
||||||
homepage "https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html"
|
homepage "https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html"
|
||||||
url "ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/sgrep-1.94a.tar.gz"
|
# curl: (9) Server denied you to change to the given directory
|
||||||
mirror "https://fossies.org/linux/misc/sgrep-1.94a.tar.gz"
|
# ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/sgrep-1.94a.tar.gz
|
||||||
|
url "https://www.mirrorservice.org/sites/distfiles.macports.org/sgrep2/sgrep-1.94a.tar.gz"
|
||||||
|
mirror "https://fossies.org/linux/misc/old/sgrep-1.94a.tar.gz"
|
||||||
sha256 "d5b16478e3ab44735e24283d2d895d2c9c80139c95228df3bdb2ac446395faf9"
|
sha256 "d5b16478e3ab44735e24283d2d895d2c9c80139c95228df3bdb2ac446395faf9"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue