summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2021-04-21 14:45:43 +0700
committerKonstantin Shalygin2021-04-21 14:45:43 +0700
commite6b53469424bff214043376d663d2f540cae8af0 (patch)
treec479301aff0eebab7df29f60a4d8a138cc883aea /PKGBUILD
parentb915b210b4df94a836aaa057e2bed8d47a779993 (diff)
downloadaur-e6b53469424bff214043376d663d2f540cae8af0.tar.gz
Bump to 1.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ce1feeda21f..6abefe32a5a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
pkgname='libstoragemgmt'
-pkgver='1.9.0'
+pkgver='1.9.1'
pkgrel='1'
pkgdesc='A library for storage management'
arch=('any')
@@ -12,7 +12,7 @@ depends=('libxml2' 'icu' 'sqlite' 'openssl' 'libconfig' 'systemd')
makedepends=('check' 'chrpath' 'valgrind' 'python-pywbem' 'procps-ng')
optdepends=('arcconf: support for Microsemi (Adaptec) controllers')
source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('aa5a3f3ad8efd19770339cc9bfef58d00f10338c366c5154a32d9d8abe42c59b')
+sha256sums=('4d78a8243ab9627d86b0b64d42cdd6ef81a78f04e716579b80017bf5831a1dd8')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"