From 07115107d0ee175151179d2ac921a00471e9edaf Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 28 May 2022 19:42:45 +0000 Subject: [PATCH] community/btop to 1.2.7-1 --- community/btop/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/btop/PKGBUILD b/community/btop/PKGBUILD index 69c28b13f..fe2583d21 100644 --- a/community/btop/PKGBUILD +++ b/community/btop/PKGBUILD @@ -4,7 +4,7 @@ # - disable lto pkgname=btop -pkgver=1.2.6 +pkgver=1.2.7 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=('3631f39c847c884064dd0babf34487a3b8b87a9d61d89aa5185418ffdc4741d8') +sha256sums=('60075824ca4e14c1ca920b76ffb101fc2340c5342f3ba600b5c280389b69bbbf') build() { cd "$_archive"