Date: Monday, October 5, 2020 @ 08:17:14 Author: farseerfc Revision: 718736
upgpkg: stratis-cli 2.2.0-1: stratis-cli 2.2.0 Modified: stratis-cli/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-05 08:02:12 UTC (rev 718735) +++ PKGBUILD 2020-10-05 08:17:14 UTC (rev 718736) @@ -2,9 +2,9 @@ # Contributor: Dan Beste <[email protected]> pkgname='stratis-cli' -pkgver=2.1.1 +pkgver=2.2.0 _pkgver=$pkgver -pkgrel=2 +pkgrel=1 pkgdesc='A CLI for the Stratis Project.' arch=('any') license=('Apache') @@ -15,7 +15,7 @@ source=( "${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz" ) -sha256sums=('eeb6482a56972047228a1f7ff106adebdbfcb7896a78de09313427a53e36bd5c') +sha256sums=('cea4a38f4e67927f43bfe8891fc9e623546db612d7c73a32166fad37aa88c9c7') ### ignore tests because it requires root permission to access stratisd # check() {
