diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-25 08:52:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-25 08:53:39 +0100 |
commit | 762f5154f126f7a93b10e35eea24c84a7a9eefc4 (patch) | |
tree | 3a1f748f1a06fa68a89a7034b0f412e0c1da9e5b | |
parent | d6143e93b1a6aa7bcaa10ba17b7ff4f81d0cd834 (diff) |
libvorbis: update to 1.3.5
-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 |