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/vorbis.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/vorbis.mk')
-rw-r--r-- | src/vorbis.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vorbis.mk b/src/vorbis.mk index c6dc6e7..32688ae 100644 --- a/src/vorbis.mk +++ b/src/vorbis.mk @@ -4,7 +4,7 @@ PKG := vorbis $(PKG)_IGNORE := $(PKG)_VERSION := 1.3.5 -$(PKG)_CHECKSUM := 85da9d176eb250d893e3eb378c428a2db38301ce +$(PKG)_CHECKSUM := 6efbcecdd3e5dfbf090341b485da9d176eb250d893e3eb378c428a2db38301ce $(PKG)_SUBDIR := libvorbis-$($(PKG)_VERSION) $(PKG)_FILE := libvorbis-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://downloads.xiph.org/releases/vorbis/$($(PKG)_FILE) |