summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2021-04-21 14:45:43 +0700
committerKonstantin Shalygin2021-04-21 14:45:43 +0700
commite6b53469424bff214043376d663d2f540cae8af0 (patch)
treec479301aff0eebab7df29f60a4d8a138cc883aea
parentb915b210b4df94a836aaa057e2bed8d47a779993 (diff)
downloadaur-e6b53469424bff214043376d663d2f540cae8af0.tar.gz
Bump to 1.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ccb7483cd04..4f359fea5a02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libstoragemgmt
pkgdesc = A library for storage management
- pkgver = 1.9.0
+ pkgver = 1.9.1
pkgrel = 1
url = https://github.com/libstorage/libstoragemgmt
arch = any
@@ -17,8 +17,8 @@ pkgbase = libstoragemgmt
depends = libconfig
depends = systemd
optdepends = arcconf: support for Microsemi (Adaptec) controllers
- source = https://github.com/libstorage/libstoragemgmt/releases/download/1.9.0/libstoragemgmt-1.9.0.tar.gz
- sha256sums = aa5a3f3ad8efd19770339cc9bfef58d00f10338c366c5154a32d9d8abe42c59b
+ source = https://github.com/libstorage/libstoragemgmt/releases/download/1.9.1/libstoragemgmt-1.9.1.tar.gz
+ sha256sums = 4d78a8243ab9627d86b0b64d42cdd6ef81a78f04e716579b80017bf5831a1dd8
pkgname = libstoragemgmt
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}"