makedeb


btop 1.3.1-1


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.

Commit:


Hash: 03db1a712bad70f1b3d0fc43a2554142a3ad13c6

Message: Update to 1.3.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index c4a9935..ac76dec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = btop
 pkgbase = btop
 pkgdesc = Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
 pkgrel = 1
-pkgver = 1.3.0
+pkgver = 1.3.1
 url = https://github.com/aristocratos/btop
 arch = amd64
 arch = aarch64
@@ -11,6 +11,6 @@ depends = coreutils
 depends = sed
 license = Apache
 makedepends = build-essential
-source = btop-1.3.0.tar.gz::https://github.com/aristocratos/btop/archive/v1.3.0.tar.gz
-sha256sums = 375e078ce2091969f0cd14030620bd1a94987451cf7a73859127a786006a32cf
+source = btop-1.3.1.tar.gz::https://github.com/aristocratos/btop/archive/v1.3.1.tar.gz
+sha256sums = 9e7faa30550137598a712fc28c1fb907e48a1fa1a5b2fa2f939195cf91e1816e
 makedepends = build-essential
diff --git a/PKGBUILD b/PKGBUILD
index ade1c0c..f3416a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Caleb Maclennan <caleb@alerque.com>
 
 pkgname=btop
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc='Resource monitor that shows usage and stats for processor, memory, disks, network and processes.'
 arch=(amd64 aarch64)
@@ -13,7 +13,7 @@ depends=(coreutils sed)
 makedepends=(build-essential)
 _archive="$pkgname-$pkgver"
 source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('375e078ce2091969f0cd14030620bd1a94987451cf7a73859127a786006a32cf')
+sha256sums=('9e7faa30550137598a712fc28c1fb907e48a1fa1a5b2fa2f939195cf91e1816e')
 
 build() {
 	cd "$_archive"