mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
libebml: update to 1.4.4.
This commit is contained in:
parent
33e411cd91
commit
a9044dc31d
2 changed files with 6 additions and 6 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'libebml'
|
# Template file for 'libebml'
|
||||||
pkgname=libebml
|
pkgname=libebml
|
||||||
version=1.4.2
|
version=1.4.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCMAKE_BUILD_TYPE=None -DBUILD_SHARED_LIBS=ON"
|
configure_args="-DBUILD_SHARED_LIBS=ON"
|
||||||
short_desc="Extensible Binary Meta Language library"
|
short_desc="Extensible Binary Meta Language library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://dl.matroska.org/downloads/libebml/"
|
homepage="https://matroska-org.github.io/libebml/"
|
||||||
|
changelog="https://github.com/Matroska-Org/libebml/raw/master/NEWS.md"
|
||||||
distfiles="https://dl.matroska.org/downloads/libebml/libebml-${version}.tar.xz"
|
distfiles="https://dl.matroska.org/downloads/libebml/libebml-${version}.tar.xz"
|
||||||
checksum=41c7237ce05828fb220f62086018b080af4db4bb142f31bec0022c925889b9f2
|
checksum=82dc5f83356cc9340aee76ed7512210b3a4edf5f346bc9c2c7044f55052687a7
|
||||||
|
|
||||||
libebml-devel_package() {
|
libebml-devel_package() {
|
||||||
depends="libebml>=${version}_${revision}"
|
depends="libebml>=${version}_${revision}"
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
site=https://github.com/Matroska-Org/libebml/releases
|
site=https://dl.matroska.org/downloads/libebml/
|
||||||
pkgname=release
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue