diff options
author | Konstantin Shalygin | 2021-01-29 15:56:46 +0700 |
---|---|---|
committer | Konstantin Shalygin | 2021-03-08 15:56:46 +0700 |
commit | f85e1fe3bbb0ab25e1639f12df557c95904c384b (patch) | |
tree | 3bb405ca7e94534e00077a206b275fe57cdaf0cc | |
parent | 15dd3f89f4e6febae7953c21c870fe8d859af0d7 (diff) | |
download | aur-f85e1fe3bbb0ab25e1639f12df557c95904c384b.tar.gz |
Bump to 1.0.215
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = libyang pkgdesc = A YANG data modelling language parser and toolkit written (and providing API) in C. - pkgver = 1.0.184 - pkgrel = 2 + pkgver = 1.0.215 + pkgrel = 1 url = https://github.com/CESNET/libyang arch = x86_64 arch = aarch64 @@ -12,8 +12,8 @@ pkgbase = libyang depends = pcre conflicts = libyang-git conflicts = libyang-devel-git - source = https://github.com/CESNET/libyang/archive/v1.0.184.tar.gz - sha256sums = 1a5637451b73c4c5683837eb4c51371bb084795f653bc1a5fc20fed5541b58bc + source = https://github.com/CESNET/libyang/archive/v1.0.215.tar.gz + sha256sums = c4498a77a7c12a28c9911f993eeafbf2badd2ecea58bb74781bd61cfc635e4c9 pkgname = libyang @@ -2,8 +2,8 @@ # Contributor: Konstantin Shalygin <k0ste@k0ste.ru> pkgname='libyang' -pkgver='1.0.184' -pkgrel='2' +pkgver='1.0.215' +pkgrel='1' pkgdesc='A YANG data modelling language parser and toolkit written (and providing API) in C.' url="https://github.com/CESNET/${pkgname}" arch=('x86_64' 'aarch64') @@ -13,7 +13,7 @@ makedepends=('cmake' 'swig') checkdepends=('cmocka') conflicts=('libyang-git' 'libyang-devel-git') source=("${url}/archive/v${pkgver}.tar.gz") -sha256sums=('1a5637451b73c4c5683837eb4c51371bb084795f653bc1a5fc20fed5541b58bc') +sha256sums=('c4498a77a7c12a28c9911f993eeafbf2badd2ecea58bb74781bd61cfc635e4c9') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" |