summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO26
-rw-r--r--PKGBUILD14
2 files changed, 20 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4d1f35d5e51..151a614c947a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gotop-bin
pkgdesc = A terminal based graphical activity monitor inspired by gtop and vtop
- pkgver = 4.1.4
+ pkgver = 4.2.0
pkgrel = 1
url = https://github.com/xxxserxxx/gotop
arch = x86_64
@@ -13,17 +13,17 @@ pkgbase = gotop-bin
depends = glibc
provides = gotop
conflicts = gotop
- source_x86_64 = https://github.com/xxxserxxx/gotop/releases/download/v4.1.4/gotop_v4.1.4_linux_amd64.tgz
- sha256sums_x86_64 = 85878a570988a18b65481fa9968fd05472888d03c89585c09bf72af52b1e11f6
- source_i686 = https://github.com/xxxserxxx/gotop/releases/download/v4.1.4/gotop_v4.1.4_linux_386.tgz
- sha256sums_i686 = 89484f9e009257e5c08a6979ce313458bab2deac959d0dc6a3a98565b2e50029
- source_arm = https://github.com/xxxserxxx/gotop/releases/download/v4.1.4/gotop_v4.1.4_linux_arm5.tgz
- sha256sums_arm = a0a3105443ec800a91aa7e7e8cd9eee3b8a2a33c69783cd871e5ed1c1c726d8a
- source_armv6h = https://github.com/xxxserxxx/gotop/releases/download/v4.1.4/gotop_v4.1.4_linux_arm6.tgz
- sha256sums_armv6h = 6bb9a3dc460b0c02c960a19fbb682e44f39668b66e668ed8c071b47f5064a83a
- source_armv7h = https://github.com/xxxserxxx/gotop/releases/download/v4.1.4/gotop_v4.1.4_linux_arm7.tgz
- sha256sums_armv7h = 5ad8eb76642d6928446377882924965a366a4d1ed5eff1b3112e02a36e28677c
- source_aarch64 = https://github.com/xxxserxxx/gotop/releases/download/v4.1.4/gotop_v4.1.4_linux_arm64.tgz
- sha256sums_aarch64 = 7f89c3491468d764fb46f982a6b800d11c6e17e5189158df7b3a4dadad02f23c
+ source_x86_64 = https://github.com/xxxserxxx/gotop/releases/download/v4.2.0/gotop_v4.2.0_linux_amd64.tgz
+ sha256sums_x86_64 = 7dbf3619f07b82a8a6145dce7ad8149067550dd950e4f2ca54208b45380394b7
+ source_i686 = https://github.com/xxxserxxx/gotop/releases/download/v4.2.0/gotop_v4.2.0_linux_386.tgz
+ sha256sums_i686 = eecf007f12e8e52ab76f363603dbedd0906790f6c3c8c52304c1ac9e9c83d2e8
+ source_arm = https://github.com/xxxserxxx/gotop/releases/download/v4.2.0/gotop_v4.2.0_linux_arm5.tgz
+ sha256sums_arm = 2543431961863202f57a1d4c52439a254e1d62c9a95f5cb34b8843800983f50a
+ source_armv6h = https://github.com/xxxserxxx/gotop/releases/download/v4.2.0/gotop_v4.2.0_linux_arm6.tgz
+ sha256sums_armv6h = d0d70ace1533ecbd50a7f9172457ee5b4a0101cc4c65099d85c88d11f45c1cbe
+ source_armv7h = https://github.com/xxxserxxx/gotop/releases/download/v4.2.0/gotop_v4.2.0_linux_arm7.tgz
+ sha256sums_armv7h = 18263e1d6c391cbac397b35d662654d2fb18eb81f3a32bb5f12148362ca26f96
+ source_aarch64 = https://github.com/xxxserxxx/gotop/releases/download/v4.2.0/gotop_v4.2.0_linux_arm64.tgz
+ sha256sums_aarch64 = eda4be392d641c5a654adbe2606c8a2a045117ea6a6dd1a5f4454c3326fc5987
pkgname = gotop-bin
diff --git a/PKGBUILD b/PKGBUILD
index d0f66459dfb9..63f9d918eeda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Fabio 'Lolix' Loli <fabio.loli@disroot.org>
pkgname=gotop-bin
-pkgver=4.1.4
+pkgver=4.2.0
pkgrel=1
pkgdesc="A terminal based graphical activity monitor inspired by gtop and vtop"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -21,9 +21,9 @@ source_aarch64=("https://github.com/xxxserxxx/gotop/releases/download/v$pkgver/g
package() {
install -Dm755 "$srcdir/gotop" "$pkgdir/usr/bin/gotop"
}
-sha256sums_x86_64=('85878a570988a18b65481fa9968fd05472888d03c89585c09bf72af52b1e11f6')
-sha256sums_i686=('89484f9e009257e5c08a6979ce313458bab2deac959d0dc6a3a98565b2e50029')
-sha256sums_arm=('a0a3105443ec800a91aa7e7e8cd9eee3b8a2a33c69783cd871e5ed1c1c726d8a')
-sha256sums_armv6h=('6bb9a3dc460b0c02c960a19fbb682e44f39668b66e668ed8c071b47f5064a83a')
-sha256sums_armv7h=('5ad8eb76642d6928446377882924965a366a4d1ed5eff1b3112e02a36e28677c')
-sha256sums_aarch64=('7f89c3491468d764fb46f982a6b800d11c6e17e5189158df7b3a4dadad02f23c')
+sha256sums_x86_64=('7dbf3619f07b82a8a6145dce7ad8149067550dd950e4f2ca54208b45380394b7')
+sha256sums_i686=('eecf007f12e8e52ab76f363603dbedd0906790f6c3c8c52304c1ac9e9c83d2e8')
+sha256sums_arm=('2543431961863202f57a1d4c52439a254e1d62c9a95f5cb34b8843800983f50a')
+sha256sums_armv6h=('d0d70ace1533ecbd50a7f9172457ee5b4a0101cc4c65099d85c88d11f45c1cbe')
+sha256sums_armv7h=('18263e1d6c391cbac397b35d662654d2fb18eb81f3a32bb5f12148362ca26f96')
+sha256sums_aarch64=('eda4be392d641c5a654adbe2606c8a2a045117ea6a6dd1a5f4454c3326fc5987')