changeset 5092:3f24396a0721

* src/proj.mk: update update url
author John Donoghue
date Tue, 11 Jun 2019 13:39:31 -0400
parents 7c08ac22cb86
children 0087f1262124
files src/proj.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/proj.mk	Tue Jun 11 10:27:46 2019 -0400
+++ b/src/proj.mk	Tue Jun 11 13:39:31 2019 -0400
@@ -12,7 +12,7 @@
 $(PKG)_DEPS     :=
 
 define $(PKG)_UPDATE
-    $(WGET) -q -O- 'http://proj4.org/download.html' | \
+    $(WGET) -q -O- 'http://proj.org/download.html' | \
     $(SED) -n 's,.*proj-\([0-9][^>]*\)\.tar.*,\1,p' | \
     head -1
 endef