summaryrefslogtreecommitdiffstats
path: root/src/ocaml-camlimages.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-12-15 06:14:00 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-12-15 06:14:00 (GMT)
commitc5aa156b4821fe296f0833b729d78570d49d2c77 (patch)
treefd832072517053bdbe55ac9aaecbb7623515c1ec /src/ocaml-camlimages.mk
parent59fe538bdbf4d66f653bf983447e34470b01046c (diff)
downloadmxe-c5aa156b4821fe296f0833b729d78570d49d2c77.zip
mxe-c5aa156b4821fe296f0833b729d78570d49d2c77.tar.gz
mxe-c5aa156b4821fe296f0833b729d78570d49d2c77.tar.bz2
ocaml packages: fix update scripts
Diffstat (limited to 'src/ocaml-camlimages.mk')
-rw-r--r--src/ocaml-camlimages.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ocaml-camlimages.mk b/src/ocaml-camlimages.mk
index f4d8487..6723268 100644
--- a/src/ocaml-camlimages.mk
+++ b/src/ocaml-camlimages.mk
@@ -10,8 +10,8 @@ $(PKG)_URL := https://bitbucket.org/camlspotter/camlimages/get/v$($(PKG)_VE
$(PKG)_DEPS := ocaml-findlib freetype libpng giflib tiff ocaml-lablgtk2
define $(PKG)_UPDATE
- wget -q -O- 'https://bitbucket.org/camlspotter/camlimages/downloads' | \
- $(SED) -n 's,.*camlimages-\([0-9][^>]*\)\.tar.*,\1,ip' | \
+ $(WGET) -q -O- 'https://bitbucket.org/camlspotter/camlimages/downloads' | \
+ $(SED) -n 's,.*get/v\([0-9][^>]*\)\.tar.*,\1,ip' | \
head -1
endef