libebml: bump version.

This commit is contained in:
Jerome Duval
2017-08-25 17:48:40 +02:00
parent 30224a80e6
commit 9a10d761ea
2 changed files with 6 additions and 5 deletions

View File

@@ -1,11 +1,12 @@
SUMMARY="A C++ library to parse EBML content (read/write)"
DESCRIPTION="libebml is a C++ library to parse EBML content (read/write)."
HOMEPAGE="https://www.matroska.org/"
COPYRIGHT="2005-2016 Matroska"
HOMEPAGE="https://github.com/Matroska-Org/libebml/"
COPYRIGHT="2005-2017 Matroska"
LICENSE="GNU LGPL v2.1"
REVISION="2"
SOURCE_URI="https://dl.matroska.org/downloads/libebml/libebml-$portVersion.tar.bz2"
CHECKSUM_SHA256="c50d3ecf133742c6549c0669c3873f968e11a365a5ba17b2f4dc339bbe51f387"
REVISION="1"
SOURCE_URI="$HOMEPAGE/archive/release-$portVersion.tar.gz"
CHECKSUM_SHA256="efe9851797db47bc78486b6c518d822cfca435afe3d9c9d0812d8e3825cd71e6"
SOURCE_DIR="libebml-release-$portVersion"
PATCHES="libebml-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"