libagg: remove broken canonical url
* replace it with a comment * also fix a regression where I mistakenly added .zip instead of .tar.gz. Neither works though.
This commit is contained in:
parent
001dc08ffa
commit
51d6014add
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Libagg < Formula
|
class Libagg < Formula
|
||||||
desc "High fidelity 2D graphics library for C++"
|
desc "High fidelity 2D graphics library for C++"
|
||||||
homepage "https://antigrain.com/"
|
homepage "https://antigrain.com/"
|
||||||
url "https://web.archive.org/web/20181021045727/antigrain.com/agg-2.5.zip"
|
# Canonical URL inacessible: https://antigrain.com/agg-2.5.tar.gz
|
||||||
mirror "https://ftp.osuosl.org/pub/blfs/8.0/a/agg-2.5.tar.gz"
|
url "https://ftp.osuosl.org/pub/blfs/8.0/a/agg-2.5.tar.gz"
|
||||||
sha256 "ab1edc54cc32ba51a62ff120d501eecd55fceeedf869b9354e7e13812289911f"
|
sha256 "ab1edc54cc32ba51a62ff120d501eecd55fceeedf869b9354e7e13812289911f"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue