summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2021-03-26 01:31:01 +0700
committerKonstantin Shalygin2021-03-26 01:31:01 +0700
commitb915b210b4df94a836aaa057e2bed8d47a779993 (patch)
treece073d3d6c5e63c800183f002af80989145f4409
parent18218607b01cb723f7e4e3dde2bc54c12134fa08 (diff)
downloadaur-b915b210b4df94a836aaa057e2bed8d47a779993.tar.gz
Bump to 1.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77290f33cc09..7ccb7483cd04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libstoragemgmt
pkgdesc = A library for storage management
- pkgver = 1.8.8
+ pkgver = 1.9.0
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.8.8/libstoragemgmt-1.8.8.tar.gz
- sha256sums = 493fcfc52aa2811b9417a10f9f1b5b67d7810ea2efe0bcc1b60c7f96e22c9e81
+ source = https://github.com/libstorage/libstoragemgmt/releases/download/1.9.0/libstoragemgmt-1.9.0.tar.gz
+ sha256sums = aa5a3f3ad8efd19770339cc9bfef58d00f10338c366c5154a32d9d8abe42c59b
pkgname = libstoragemgmt
diff --git a/PKGBUILD b/PKGBUILD
index b66c6fcb0c8e..2ce1feeda21f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
pkgname='libstoragemgmt'
-pkgver='1.8.8'
+pkgver='1.9.0'
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=('493fcfc52aa2811b9417a10f9f1b5b67d7810ea2efe0bcc1b60c7f96e22c9e81')
+sha256sums=('aa5a3f3ad8efd19770339cc9bfef58d00f10338c366c5154a32d9d8abe42c59b')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"