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 1e82566b2092..77290f33cc09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libstoragemgmt
pkgdesc = A library for storage management
- pkgver = 1.8.7
+ pkgver = 1.8.8
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.7/libstoragemgmt-1.8.7.tar.gz
- sha256sums = 70bebc2b178bb336ac6e950340f7925e1b0ad9625a5574bf29ad3b09cb033580
+ source = https://github.com/libstorage/libstoragemgmt/releases/download/1.8.8/libstoragemgmt-1.8.8.tar.gz
+ sha256sums = 493fcfc52aa2811b9417a10f9f1b5b67d7810ea2efe0bcc1b60c7f96e22c9e81
pkgname = libstoragemgmt
diff --git a/PKGBUILD b/PKGBUILD
index ceb6c0f81a06..b66c6fcb0c8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
pkgname='libstoragemgmt'
-pkgver='1.8.7'
+pkgver='1.8.8'
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=('70bebc2b178bb336ac6e950340f7925e1b0ad9625a5574bf29ad3b09cb033580')
+sha256sums=('493fcfc52aa2811b9417a10f9f1b5b67d7810ea2efe0bcc1b60c7f96e22c9e81')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"