summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2020-12-16 08:51:34 +0300
committerKonstantin Shalygin2020-12-16 08:51:34 +0300
commit18218607b01cb723f7e4e3dde2bc54c12134fa08 (patch)
treec66bcac2b78614ae3d7acf70f16571b1ff1bd9ed /PKGBUILD
parentde71b7eaafdbc79a1ad93ca42a1adee5e3c3ed43 (diff)
downloadaur-18218607b01cb723f7e4e3dde2bc54c12134fa08.tar.gz
Bump to 1.8.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"