summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2022-10-16 20:20:23 +0700
committerKonstantin Shalygin2022-10-16 20:20:23 +0700
commit847d84e1b65c4b64e822f6549bd996f2bbf11694 (patch)
tree4f0dd6258f5d946b686d19a7d09723f13d404b7a
parentdf8b6bdb497f2dc6ea94f449ce381a09adbebef1 (diff)
downloadaur-847d84e1b65c4b64e822f6549bd996f2bbf11694.tar.gz
Bump to 1.9.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a32e41860e8e..e2d98ae82641 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libstoragemgmt
pkgdesc = A library for storage management
- pkgver = 1.9.4
+ pkgver = 1.9.5
pkgrel = 1
url = https://github.com/libstorage/libstoragemgmt
arch = any
@@ -17,7 +17,7 @@ pkgbase = libstoragemgmt
depends = libconfig
depends = systemd
optdepends = arcconf: support for Microsemi (Adaptec) controllers
- source = https://github.com/libstorage/libstoragemgmt/releases/download/1.9.4/libstoragemgmt-1.9.4.tar.gz
- sha256sums = 967d79ad809f397523b865bc755c4a83389c1a7899507561800464cc824c98ba
+ source = https://github.com/libstorage/libstoragemgmt/releases/download/1.9.5/libstoragemgmt-1.9.5.tar.gz
+ sha256sums = 5ca9e9eed222fa23366a8e5efa9ed684140bafd3f011bb2498d0982c1e26092b
pkgname = libstoragemgmt
diff --git a/PKGBUILD b/PKGBUILD
index 5e754a485843..556030d66ef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
pkgname='libstoragemgmt'
-pkgver='1.9.4'
+pkgver='1.9.5'
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=('967d79ad809f397523b865bc755c4a83389c1a7899507561800464cc824c98ba')
+sha256sums=('5ca9e9eed222fa23366a8e5efa9ed684140bafd3f011bb2498d0982c1e26092b')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"