diff options
author | thess <thess@kitschensync.net> | 2014-07-16 14:03:13 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2014-07-16 15:33:30 -0400 |
commit | 373d770d74cee7e5c8b7068415bfd659b3faf92b (patch) | |
tree | 6feb93c7588d4e724d05ef84c05d897f9322854a /libs/libvorbis/Makefile | |
parent | 7fba5f8bee943db3ed6efc08ee181a95a5c0ee32 (diff) |
libvorbis: Update copyright, pkg release, use version 1.3.4
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'libs/libvorbis/Makefile')
-rw-r--r-- | libs/libvorbis/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libs/libvorbis/Makefile b/libs/libvorbis/Makefile index 961c86e30..fbc39b807 100644 --- a/libs/libvorbis/Makefile +++ b/libs/libvorbis/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2013 OpenWrt.org +# Copyright (C) 2008-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvorbis -PKG_VERSION:=1.3.3 -PKG_RELEASE:=1 +PKG_VERSION:=1.3.4 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://downloads.xiph.org/releases/vorbis/ -PKG_MD5SUM:=71b649d3e08e63ece16649df906ce8b9 +PKG_MD5SUM:=55f2288055e44754275a17c9a2497391 +PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_LICENSE:=BSD-3c PKG_LICENSE_FILES:=COPYING |