From d3fe235c8a1aca795c58112993fd3db2082e4db1 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 29 Aug 2022 12:33:52 +0000 Subject: [PATCH] community/btop to 1.2.9-1 --- community/btop/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/btop/PKGBUILD b/community/btop/PKGBUILD index 7eeaef3e4..b744fa2f4 100644 --- a/community/btop/PKGBUILD +++ b/community/btop/PKGBUILD @@ -4,7 +4,7 @@ # - disable lto pkgname=btop -pkgver=1.2.8 +pkgver=1.2.9 pkgrel=1 pkgdesc='A monitor of system resources, bpytop ported to C++' arch=(x86_64) @@ -13,7 +13,7 @@ license=(Apache) depends=(gcc-libs) _archive="$pkgname-$pkgver" source=("$url/archive/v$pkgver/$_archive.tar.gz") -sha256sums=('7944b06e3181cc1080064adf1e9eb4f466af0b84a127df6697430736756a89ac') +sha256sums=('0f8c3434a9c4c132a34415a9cc4f048595b8a4d1a94e94223ac3a795e1c16531') build() { cd "$_archive"