changeset 3833:d89f1be9f644

vorbis: update to 1.3.5 * src/vorbis.mk: update version, checksum
author John Donoghue
date Thu, 05 Mar 2015 10:15:53 -0500
parents d27f20f2b0f6
children 291c610413cd
files src/vorbis.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/vorbis.mk	Wed Mar 04 22:18:46 2015 -0500
+++ b/src/vorbis.mk	Thu Mar 05 10:15:53 2015 -0500
@@ -3,8 +3,8 @@
 
 PKG             := vorbis
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 1.3.3
-$(PKG)_CHECKSUM := 8dae60349292ed76db0e490dc5ee51088a84518b
+$(PKG)_VERSION  := 1.3.5
+$(PKG)_CHECKSUM := 10c7fee173178d72855aa7593dfe49d9b3d6c804
 $(PKG)_SUBDIR   := libvorbis-$($(PKG)_VERSION)
 $(PKG)_FILE     := libvorbis-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://downloads.xiph.org/releases/vorbis/$($(PKG)_FILE)