Date: Sunday, September 5, 2021 @ 18:13:16 Author: dvzrv Revision: 1011811
upgpkg: cmt 1.18-1: Upgrade to 1.18. Modified: cmt/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-05 18:11:59 UTC (rev 1011810) +++ PKGBUILD 2021-09-05 18:13:16 UTC (rev 1011811) @@ -1,10 +1,10 @@ -#Maintainer: David Runge <[email protected]> +#Maintainer: David Runge <[email protected]> #Contributor: Damir Perisa <[email protected]> #Contributor: Robert Emil Berge <[email protected]> pkgname=cmt -pkgver=1.17 -pkgrel=2 +pkgver=1.18 +pkgrel=1 pkgdesc="LADSPA plugins for use with software synthesis and recording packages on Linux" arch=('x86_64') license=('GPL2') @@ -13,7 +13,8 @@ makedepends=('ladspa') groups=('ladspa-plugins' 'pro-audio') source=("https://www.ladspa.org/download/${pkgname}_${pkgver}.tgz") -sha512sums=('7df31a44c41622785b569ef79bef91cba098fed89ca65dcb31b9fdd751caff863cf42eb7ca2ffab08e883fbcd040ab1c7290a96abf58e908be44ab803d672e26') +sha512sums=('0c9af744b5f7a8aa1fbb69b48d2edf0d24acb8d2b874f3728af6c750b6175f9c138e717701716bd3d4e1fea31c720928a45f2f00e6fb707a9f88036982830686') +b2sums=('96d146bf1c85e7177f61b7080bb9db45c2f3a5161e4a24acf1635cce1ccb01fd31b60bb898562ea7f805b926ba692b3166786cfd8ce6725cc268bae9011b0668') prepare(){ mv -v ${pkgname}_${pkgver} ${pkgname}-${pkgver}
