From 3522a462eb1ad815d10143e6568e590e7081a6d6 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 11 Feb 2022 21:18:20 +0000 Subject: [PATCH] community/btop to 1.2.1-1 --- community/btop/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/btop/PKGBUILD b/community/btop/PKGBUILD index 75d667980..661b83e3e 100644 --- a/community/btop/PKGBUILD +++ b/community/btop/PKGBUILD @@ -4,7 +4,7 @@ # - disable lto pkgname=btop -pkgver=1.2.0 +pkgver=1.2.1 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=('59a87b9d0bb0f5010d53f0ac72ddee9fd7b5a4039bce51b94b262313e946df02') +sha256sums=('09118f459321c0182df8e611ec5595db2ab5ca9e2cf3f0029cf4413f2497853b') build() { cd "$_archive"