diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-05-05 07:06:26 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-05-05 07:06:26 (GMT) |
commit | 74aa7f077c59fa7ad8056bfe6fac9c6c0499a618 (patch) | |
tree | 66d8ff13f3669ee23099ed55ab80b403d79767b1 /src | |
parent | 28902ea9ec9be63d171d9ac46062be0c0bc1f749 (diff) | |
download | mxe-74aa7f077c59fa7ad8056bfe6fac9c6c0499a618.zip mxe-74aa7f077c59fa7ad8056bfe6fac9c6c0499a618.tar.gz mxe-74aa7f077c59fa7ad8056bfe6fac9c6c0499a618.tar.bz2 |
corrected checksum of package theora
Diffstat (limited to 'src')
-rw-r--r-- | src/theora.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theora.mk b/src/theora.mk index 072ed39..680e39f 100644 --- a/src/theora.mk +++ b/src/theora.mk @@ -2,7 +2,7 @@ PKG := theora $(PKG)_VERSION := 1.0 -$(PKG)_CHECKSUM := a3e495a8baf6939efad7e0bd11cc0e466838c3db +$(PKG)_CHECKSUM := 70d1195a706a06520f96f5eda9b65e0587151830 $(PKG)_SUBDIR := libtheora-$($(PKG)_VERSION) $(PKG)_FILE := libtheora-$($(PKG)_VERSION).tar.gz $(PKG)_WEBSITE := http://theora.org/ |