Date: Saturday, January 19, 2019 @ 14:08:26 Author: farseerfc Revision: 424641
upgpkg: stratis-cli 1.0.2-1 stratis-cli 1.0.2 Modified: stratis-cli/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-19 13:52:33 UTC (rev 424640) +++ PKGBUILD 2019-01-19 14:08:26 UTC (rev 424641) @@ -2,8 +2,8 @@ # Contributor: Dan Beste <[email protected]> pkgname='stratis-cli' -pkgver=1.0.1 -_pkgver=1.0.1 +pkgver=1.0.2 +_pkgver=$pkgver pkgrel=1 pkgdesc='A CLI for the Stratis Project.' arch=('any') @@ -15,7 +15,7 @@ source=( "${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz" ) -sha256sums=('3d2bebdeae5f76c5667d179481e125ac98641981d0b69229af7ddee7db32a3e2') +sha256sums=('fe01c38c6cc9e9e5f8b52e3a02024d9df5b337d71903fd003fc60a0761ba2f1e') ### ignore tests because it requires root permission to access stratisd # check() {
