Date: Friday, August 13, 2021 @ 08:24:00 Author: arojas Revision: 997943
Update to 1.13.0 Modified: innotop/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-13 08:13:56 UTC (rev 997942) +++ PKGBUILD 2021-08-13 08:24:00 UTC (rev 997943) @@ -3,8 +3,8 @@ # Contributor: Nassim Kacha <[email protected]> pkgname=innotop -pkgver=1.11.4 -pkgrel=6 +pkgver=1.13.0 +pkgrel=1 pkgdesc='A powerful "top" clone for MySQL (MariaDB)' arch=('any') url="https://github.com/innotop/innotop" @@ -11,8 +11,8 @@ license=('GPL2') depends=('perl-dbd-mysql' 'perl-term-readkey') options=('!emptydirs') -source=($pkgname-$pkgver.tar.gz::https://github.com/innotop/innotop/archive/v$pkgver.tar.gz) -md5sums=('10f241de71e06923beeee689bf263345') +source=(https://github.com/innotop/innotop/archive/v$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('6ec91568e32bda3126661523d9917c7fbbd4b9f85db79224c01b2a740727a65c') build() { cd $pkgname-$pkgver
