diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-09-23 08:32:58 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-09-23 08:32:58 (GMT) |
commit | fc0ed34fb914c42c43d3f8eb8c54f9e25b53304e (patch) | |
tree | a667861df312d3fbd50218878ad2dfe793183efd /src/ocaml-native.mk | |
parent | 5b74c8e9de86cb213d7bc6f6c154705506857e77 (diff) | |
download | mxe-fc0ed34fb914c42c43d3f8eb8c54f9e25b53304e.zip mxe-fc0ed34fb914c42c43d3f8eb8c54f9e25b53304e.tar.gz mxe-fc0ed34fb914c42c43d3f8eb8c54f9e25b53304e.tar.bz2 |
all packages: really use sha256 checksums
Diffstat (limited to 'src/ocaml-native.mk')
-rw-r--r-- | src/ocaml-native.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ocaml-native.mk b/src/ocaml-native.mk index 9ab7dd3..cdc546f 100644 --- a/src/ocaml-native.mk +++ b/src/ocaml-native.mk @@ -4,7 +4,7 @@ PKG := ocaml-native $(PKG)_IGNORE := $(PKG)_VERSION := 4.00.1 -$(PKG)_CHECKSUM := fc1f654dd65586087399dc9f14716d7b9535e87a +$(PKG)_CHECKSUM := b48d5c7d3bf4a0cd6125f8fdfc1f654dd65586087399dc9f14716d7b9535e87a $(PKG)_SUBDIR := ocaml-$($(PKG)_VERSION) $(PKG)_FILE := ocaml-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://caml.inria.fr/pub/distrib/ocaml-$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE) |