summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlarchunix2019-03-27 15:44:48 +0100
committerlarchunix2019-03-27 15:44:48 +0100
commitc8ffc791cc0bd4d656bad2376d0a6ed471f6f722 (patch)
tree85e83a88de6583a588fd44e17daac170ca787089 /PKGBUILD
parent007140c6604aba97adb9b651aced61453430df31 (diff)
downloadaur-c8ffc791cc0bd4d656bad2376d0a6ed471f6f722.tar.gz
Update to upstream release 0.28.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e347994e84a..eb3c2bd911ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libdnf
-pkgver=0.28.0
+pkgver=0.28.1
pkgrel=1
pkgdesc="Library providing simplified C and Python API to libsolv"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ provides=( 'hawkey')
conflicts=('hawkey')
replaces=( 'hawkey')
source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('6d4e2413953b3ef185491c0b51c59ceb')
+md5sums=('26efd55246b4c0206c66975d9f8d49d0')
prepare() {
cd "$pkgname-$pkgver"