mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
libogg: update to 1.3.5.
Move URLs to HTTPS and add changelog. Closes: #31491 [via git-merge-pr]
This commit is contained in:
parent
b9abdaddc7
commit
87f00306c6
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'libogg'
|
# Template file for 'libogg'
|
||||||
pkgname=libogg
|
pkgname=libogg
|
||||||
version=1.3.4
|
version=1.3.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Ogg bitstream file format library"
|
short_desc="Ogg bitstream file format library"
|
||||||
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://www.xiph.org/ogg/"
|
homepage="https://www.xiph.org/ogg/"
|
||||||
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.xz"
|
changelog="https://gitlab.xiph.org/xiph/ogg/-/raw/master/CHANGES"
|
||||||
checksum=c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe
|
distfiles="https://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.xz"
|
||||||
|
checksum=c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue