summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96d9149175c2..557969498ead 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = librepo
pkgdesc = Repodata downloading library
- pkgver = 1.14.1
+ pkgver = 1.14.2
pkgrel = 1
url = https://github.com/rpm-software-management/librepo
arch = i686
@@ -19,7 +19,7 @@ pkgbase = librepo
depends = openssl
depends = zchunk>=0.9.11
optdepends = python: for python bindings
- source = https://github.com/rpm-software-management/librepo/archive/1.14.1/librepo-1.14.1.tar.gz
- sha256sums = 7094d04bda52de315d9f3b12047c0347185059580fdbddc78b2849962ab3c0e2
+ source = https://github.com/rpm-software-management/librepo/archive/1.14.2/librepo-1.14.2.tar.gz
+ sha256sums = 436ead59dd22f45e87b4c0a408e100e0a159f825128b875ad33ed672204023be
pkgname = librepo
diff --git a/PKGBUILD b/PKGBUILD
index 5f9061df8987..5bd4fc7d1d11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=librepo
-pkgver=1.14.1
+pkgver=1.14.2
pkgrel=1
pkgdesc="Repodata downloading library"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ makedepends=('cmake>=3.13' 'python')
checkdepends=('check' 'python-gpgme' 'python-pyxattr' 'python-requests')
optdepends=('python: for python bindings')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('7094d04bda52de315d9f3b12047c0347185059580fdbddc78b2849962ab3c0e2')
+sha256sums=('436ead59dd22f45e87b4c0a408e100e0a159f825128b875ad33ed672204023be')
build() {
cd "$pkgname-$pkgver"