liboggz: update to 1.1.3

This commit is contained in:
newbluemoon 2025-02-09 09:26:49 +01:00 committed by Duncan Overbruck
parent 9178cfc801
commit e2e2f2b9e9

View file

@ -1,17 +1,17 @@
# Template file for 'liboggz'
pkgname="liboggz"
version="1.1.1"
pkgname=liboggz
version=1.1.3
revision=1
build_style="gnu-configure"
configure_args="--enable-static=no"
hostmakedepends="doxygen"
makedepends="libogg-devel"
short_desc="Inspect, edit and validate Ogg files"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="BSD-3-Clause"
homepage="https://xiph.org/oggz/"
license="BSD"
distfiles="http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=6bafadb1e0a9ae4ac83304f38621a5621b8e8e32927889e65a98706d213d415a
configure_args="--enable-static=no"
checksum=2466d03b67ef0bcba0e10fb352d1a9ffd9f96911657abce3cbb6ba429c656e2f
post_install() {
vlicense COPYING
@ -29,4 +29,3 @@ liboggz-devel_package() {
vmove usr/share/doc/${sourcepkg}/html
}
}