Bump to 1.8.3

This commit is contained in:
Konstantin Shalygin 2020-02-13 11:17:30 +07:00
parent cb5ddd8c22
commit 0352e71264
No known key found for this signature in database
GPG key ID: DAB31F3D3E5BCB69
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = libstoragemgmt
pkgdesc = A library for storage management
pkgver = 1.8.2
pkgver = 1.8.3
pkgrel = 1
url = https://github.com/libstorage/libstoragemgmt
arch = any
@ -15,8 +15,8 @@ pkgbase = libstoragemgmt
depends = openssl
depends = libconfig
optdepends = arcconf: support for Microsemi (Adaptec) controllers
source = https://github.com/libstorage/libstoragemgmt/releases/download/1.8.2/libstoragemgmt-1.8.2.tar.gz
sha256sums = fb636b9cc3d004578726d915353b1cffe578414c4b4dd5830ee49d562cf0a958
source = https://github.com/libstorage/libstoragemgmt/releases/download/1.8.3/libstoragemgmt-1.8.3.tar.gz
sha256sums = c1521cf96f9ecfc471f796abfee610138ab08580d1c75ff91b0fc3d515e86f8b
pkgname = libstoragemgmt

View file

@ -2,7 +2,7 @@
# Contributor: Shalygin Konstantin <k0ste@k0ste.ru>
pkgname='libstoragemgmt'
pkgver='1.8.2'
pkgver='1.8.3'
pkgrel='1'
pkgdesc='A library for storage management'
arch=('any')
@ -12,7 +12,7 @@ depends=('libxml2' 'icu' 'sqlite' 'openssl' 'libconfig')
makedepends=('check' 'chrpath' 'valgrind' 'python-pywbem')
optdepends=('arcconf: support for Microsemi (Adaptec) controllers')
source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('fb636b9cc3d004578726d915353b1cffe578414c4b4dd5830ee49d562cf0a958')
sha256sums=('c1521cf96f9ecfc471f796abfee610138ab08580d1c75ff91b0fc3d515e86f8b')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"