diff options
author | Tony Theodore <tonyt@logyst.com> | 2012-12-12 11:47:38 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2012-12-12 11:47:38 (GMT) |
commit | 9e8cc40d9d072acf32214ed6c1c6ab5e7bc59fa1 (patch) | |
tree | 08bca58a4d6e9e30f982e3894a9a279f62385ddf /src/ocaml-flexdll.mk | |
parent | 1223f8868710693d829cc271d1d4613be8de40a7 (diff) | |
download | mxe-9e8cc40d9d072acf32214ed6c1c6ab5e7bc59fa1.zip mxe-9e8cc40d9d072acf32214ed6c1c6ab5e7bc59fa1.tar.gz mxe-9e8cc40d9d072acf32214ed6c1c6ab5e7bc59fa1.tar.bz2 |
package ocaml-flexdll: fix update script
Diffstat (limited to 'src/ocaml-flexdll.mk')
-rw-r--r-- | src/ocaml-flexdll.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ocaml-flexdll.mk b/src/ocaml-flexdll.mk index 9b8af29..922a302 100644 --- a/src/ocaml-flexdll.mk +++ b/src/ocaml-flexdll.mk @@ -10,7 +10,7 @@ $(PKG)_URL := http://alain.frisch.fr/flexdll/$($(PKG)_FILE) $(PKG)_DEPS := gcc ocaml-native define $(PKG)_UPDATE - wget -q -O- 'http://alain.frisch.fr/flexdll/' | \ + wget -q -O- 'http://alain.frisch.fr/flexdll/?C=M;O=D' | \ $(SED) -n 's,.*flexdll-\([0-9][^>]*\)\.tar.gz.*,\1,ip' | \ head -1 endef |