diff options
-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 dc3af170d..163a030a3 100644 --- a/package/libvorbis/Makefile +++ b/package/libvorbis/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= libvorbis -PKG_VERSION:= 1.3.3 +PKG_VERSION:= 1.3.5 PKG_RELEASE:= 1 -PKG_HASH:= 834c7d35a5ebf4e7b8ab60b0979f2b7f204ca66ff6829728e9d2a67f15347ebd +PKG_HASH:= 54f94a9527ff0a88477be0a71c0bab09a4c3febe0ed878b24824906cd4b0e1d1 PKG_DESCR:= vorbis general audio compression codec library PKG_SECTION:= libs/audio PKG_BUILDDEP:= libogg |