diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-09-23 07:27:16 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-09-23 07:27:16 (GMT) |
commit | a228c0488f42fd4e2e485654ff52e13d3f8e7a55 (patch) | |
tree | f027ba375daf156bfe3ecf5b32f8af972edb2f72 /src/ogg.mk | |
parent | fd257c1335663f9452a9f360a3fcc72108053da9 (diff) | |
download | mxe-a228c0488f42fd4e2e485654ff52e13d3f8e7a55.zip mxe-a228c0488f42fd4e2e485654ff52e13d3f8e7a55.tar.gz mxe-a228c0488f42fd4e2e485654ff52e13d3f8e7a55.tar.bz2 |
all packages: switch to sha256 checksums
closes #871
Diffstat (limited to 'src/ogg.mk')
-rw-r--r-- | src/ogg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ PKG := ogg $(PKG)_IGNORE := $(PKG)_VERSION := 1.3.2 -$(PKG)_CHECKSUM := df7f3977bbeda67306bc2a427257dd7375319d7d +$(PKG)_CHECKSUM := f4137e70630e7261b17cbe3cd41011d73a654692 $(PKG)_SUBDIR := libogg-$($(PKG)_VERSION) $(PKG)_FILE := libogg-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://downloads.xiph.org/releases/ogg/$($(PKG)_FILE) |