Date: Friday, August 19, 2022 @ 20:29:49 Author: anthraxx Revision: 1270991
upgpkg: gdb-dashboard 0.16.0-1 Modified: gdb-dashboard/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-19 20:28:08 UTC (rev 1270990) +++ PKGBUILD 2022-08-19 20:29:49 UTC (rev 1270991) @@ -1,7 +1,7 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> pkgname=gdb-dashboard -pkgver=0.14.0 +pkgver=0.16.0 pkgrel=1 pkgdesc='Modular visual interface for GDB in Python' url='https://github.com/cyrus-and/gdb-dashboard' @@ -10,8 +10,8 @@ depends=('gdb' 'binutils') optdepends=('python-pygments: syntax highlighting support') source=(https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha512sums=('7ab5f6ba32b41c36a263bd0974811e58175a6c2ab4670ba1d44d8f15ebf2c18b9a4243dd2f9ea4ce1ebd213d1848e7882956788f0deadc72a3cbcde1b577e59f') -b2sums=('0d3194f8be5d17b98038ea5fca1a9b539708198366eade884225561569e6034d5c261f89114086abfd71a4919c86cb7ba7ae7e5782563935d57f14efd8f0ad1c') +sha512sums=('4c83f64f95392ea3c895b6debbe362b965e856d75d783d5053a4977f55a246e6ca53210bed8e42cebada3d4daf579f11ccc17bf0742c035f7dec5413e0beac31') +b2sums=('a63672727cdf3bf7024100f357057919c8b400635711bb35636b55c250fc7b7dc09f1b8098b2e5e1eb27343cc813f899716811c03bbaef8ec5ee98351f0cc074') package() { cd ${pkgname}-${pkgver}
