diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-08-10 11:33:49 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-08-10 11:33:49 (GMT) |
commit | 275090c2f1fb86c6b561c84719dc8b0e31e4c604 (patch) | |
tree | 727d86b027d74e8796c897c2d3f26c6ce1a4c8a7 /src/ogg.mk | |
parent | 2cce10cbcbb6c5e913fbd1ebf8c46b8ebfe7eeb2 (diff) | |
download | mxe-275090c2f1fb86c6b561c84719dc8b0e31e4c604.zip mxe-275090c2f1fb86c6b561c84719dc8b0e31e4c604.tar.gz mxe-275090c2f1fb86c6b561c84719dc8b0e31e4c604.tar.bz2 |
update version of packages fontconfig, glib, gtk, libevent, libiconv, libpng, libusb, ogg, pixman, sqlite and vorbis
Diffstat (limited to 'src/ogg.mk')
-rw-r--r-- | src/ogg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # OGG PKG := ogg -$(PKG)_VERSION := 1.1.3 -$(PKG)_CHECKSUM := a3e495a8baf6939efad7e0bd11cc0e466838c3db +$(PKG)_VERSION := 1.1.4 +$(PKG)_CHECKSUM := 868ace372004cf303231b954c60a836acbd71065 $(PKG)_SUBDIR := libogg-$($(PKG)_VERSION) $(PKG)_FILE := libogg-$($(PKG)_VERSION).tar.gz $(PKG)_WEBSITE := http://www.xiph.org/ogg/ |