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/chromaprint.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/chromaprint.mk')
-rw-r--r-- | src/chromaprint.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chromaprint.mk b/src/chromaprint.mk index 0584605..5ad4728 100644 --- a/src/chromaprint.mk +++ b/src/chromaprint.mk @@ -4,7 +4,7 @@ PKG := chromaprint $(PKG)_IGNORE := $(PKG)_VERSION := 1.1 -$(PKG)_CHECKSUM := 38c8857c01e446421c1ae99cbbf64de26b47cd12 +$(PKG)_CHECKSUM := 6b14d7ea4964581b73bd3f8038c8857c01e446421c1ae99cbbf64de26b47cd12 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://bitbucket.org/acoustid/chromaprint/downloads/$(PKG)-$($(PKG)_VERSION).tar.gz |