libogg: update to 1.3.4.
This commit is contained in:
parent
76f7af1ae9
commit
51ec369ae1
|
@ -1,14 +1,18 @@
|
|||
# Template file for 'libogg'.
|
||||
# Template file for 'libogg'
|
||||
pkgname=libogg
|
||||
version=1.3.3
|
||||
version=1.3.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="The Ogg bitstream file format library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="BSD"
|
||||
short_desc="Ogg bitstream file format library"
|
||||
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://www.xiph.org/ogg/"
|
||||
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.xz"
|
||||
checksum=4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08
|
||||
checksum=c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
}
|
||||
|
||||
libogg-devel_package() {
|
||||
depends="libogg>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue