summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-12-28 09:32:03 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-12-28 09:32:03 (GMT)
commit28f2e8cb76ecfcad27b7ce23789043076cce8f7d (patch)
treef571e307af1a2f49cba02dbc1811e56fee171066 /src
parentdab55af31dc3e05fb985e835b7a33a9ccabd8469 (diff)
parentf59ada050a1fe58f793d2e01b5852bf2db1e8b5d (diff)
downloadmxe-28f2e8cb76ecfcad27b7ce23789043076cce8f7d.zip
mxe-28f2e8cb76ecfcad27b7ce23789043076cce8f7d.tar.gz
mxe-28f2e8cb76ecfcad27b7ce23789043076cce8f7d.tar.bz2
Merge pull request #1105 from LuaAndC/agg-site
agg: replace broken site antigrain.com with mirror
Diffstat (limited to 'src')
-rw-r--r--src/agg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/agg.mk b/src/agg.mk
index 3222c03..67533e6 100644
--- a/src/agg.mk
+++ b/src/agg.mk
@@ -7,7 +7,7 @@ $(PKG)_VERSION := 2.5
$(PKG)_CHECKSUM := ab1edc54cc32ba51a62ff120d501eecd55fceeedf869b9354e7e13812289911f
$(PKG)_SUBDIR := agg-$($(PKG)_VERSION)
$(PKG)_FILE := agg-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://www.antigrain.com/$($(PKG)_FILE)
+$(PKG)_URL := https://web.archive.org/web/20150811231742/http://www.antigrain.com/$($(PKG)_FILE)
$(PKG)_DEPS := gcc freetype sdl
define $(PKG)_UPDATE