diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-29 21:26:43 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-29 21:26:43 +0000 |
commit | 3bf49b965684ca51846e862de060161cb160bb1e (patch) | |
tree | d8d35a8ffe787a39503a1f40bd10dd18cbb8ff42 /package/libvorbis/Makefile | |
parent | f03bac9efe160f6dc08196b70782aa317b341dd7 (diff) |
upgrade libvorbis to v1.1.2, spca5xx to v20060101 and add gcc4 fix for shfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3068 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libvorbis/Makefile')
-rw-r--r-- | package/libvorbis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libvorbis/Makefile b/package/libvorbis/Makefile index dc7e5e09e0..204d137ecf 100644 --- a/package/libvorbis/Makefile +++ b/package/libvorbis/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvorbis -PKG_VERSION:=1.1.1 +PKG_VERSION:=1.1.2 PKG_RELEASE:=1 -PKG_MD5SUM:=b77270c24840af4de54bea5ad1c0b252 +PKG_MD5SUM:=37847626b8e1b53ae79a34714c7b3211 PKG_SOURCE_URL:=http://downloads.xiph.org/releases/vorbis/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |