makedeb
Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
Click here to go back to the commit logs for btop.
Hash: 223f6245692caddc8d93578b8ef13ce4c0d8b93f
Message: upgpkg: btop 1.0.17-1
upstream release
Update to 1.0.17
diff --git a/.SRCINFO b/.SRCINFO
index 6d937c2..e7156c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
pkgbase = btop
pkgdesc = A monitor of system resourecs, bpytop ported to C++
- pkgver = 1.0.16
+ pkgver = 1.0.17
pkgrel = 1
url = https://github.com/aristocratos/btop
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = btop
depends = build-essential
depends = gcc-10
depends = g++-10
- source = btop-1.0.16.tar.gz::https://github.com/aristocratos/btop/archive/v1.0.16.tar.gz
+ source = btop-1.0.17.tar.gz::https://github.com/aristocratos/btop/archive/v1.0.17.tar.gz
source = Makefile.patch
- sha256sums = 1c2bdf712a98e97ebb1b9a024db0f1435410de1d6bdc1759706dd70fc636b31f
+ sha256sums = 1a301a4d342703b3f4f5cada30f9db2db83cc1775e00e4ff0806a9061e10355d
sha256sums = 9615e689c64975915a1d8bdac2115f9fc03ec990232a630a72f1194e6364d707
pkgname = btop
diff --git a/PKGBUILD b/PKGBUILD
index a1073b7..67ba201 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Caleb Maclennan <caleb@alerque.com>
pkgname=btop
-pkgver=1.0.16
+pkgver=1.0.17
pkgrel=1
pkgdesc='A monitor of system resourecs, bpytop ported to C++'
arch=(x86_64 aarch64)
@@ -12,7 +12,7 @@ depends=(coreutils sed git build-essential gcc-10 g++-10)
_archive="$pkgname-$pkgver"
source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz"
"Makefile.patch")
-sha256sums=('1c2bdf712a98e97ebb1b9a024db0f1435410de1d6bdc1759706dd70fc636b31f'
+sha256sums=('1a301a4d342703b3f4f5cada30f9db2db83cc1775e00e4ff0806a9061e10355d'
'9615e689c64975915a1d8bdac2115f9fc03ec990232a630a72f1194e6364d707')
prepare() {