summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2021-10-08 20:41:09 +0700
committerKonstantin Shalygin2021-10-08 20:41:09 +0700
commit544c4cf78a3919a801b1ad4134d234c57ede8285 (patch)
tree52243ac409f32fc0aa8496145b9c32a702eda955 /PKGBUILD
parentda2224d4b8b10e363ba1a9a50e42a0220c17925b (diff)
downloadaur-544c4cf78a3919a801b1ad4134d234c57ede8285.tar.gz
Bump to 2.0.97
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92130b7a0612..2c4e44abdd24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Konstantin Shalygin <k0ste@k0ste.ru>
pkgname='libyang'
-pkgver='2.0.88'
+pkgver='2.0.97'
pkgrel='1'
pkgdesc='A YANG data modelling language parser and toolkit written (and providing API) in C.'
url="https://github.com/CESNET/${pkgname}"
@@ -13,7 +13,7 @@ makedepends=('cmake' 'swig' 'doxygen')
checkdepends=('cmocka' 'shunit2' 'expect')
conflicts=('libyang-git' 'libyang-devel-git')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('fb2199b0ff69d562a2211ed2a640754d9886d67fb68124ca19f81b35fd956b24')
+sha256sums=('91f5db0bc3799170d1e480abfc08a7fe7e50ce07a5433b5e32e93418314d48f9')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"