diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-30 08:12:37 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-30 16:10:25 +0000 |
commit | 48effafc30aa6c5d57d4a48f57f380913792eb09 (patch) | |
tree | ce873efa2cabeda8b22ff352f35fb5bb76cac707 | |
parent | 491621a25e7d81b30ae999bebf1d0aa61b8c0702 (diff) | |
download | aports-48effafc30aa6c5d57d4a48f57f380913792eb09.tar.bz2 aports-48effafc30aa6c5d57d4a48f57f380913792eb09.tar.xz |
community/gotop: upgrade to 3.5.2
-rw-r--r-- | community/gotop/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gotop/APKBUILD b/community/gotop/APKBUILD index c93cb10fe9..0eeb5fe57a 100644 --- a/community/gotop/APKBUILD +++ b/community/gotop/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> -# Maintainer: Leo <thinkabit.ukim@gmail.com> +# Maintainer: pkgname=gotop -pkgver=3.5.1 +pkgver=3.5.2 pkgrel=0 pkgdesc="Terminal based graphical activity monitor" url="https://github.com/xxxserxxx/gotop" @@ -35,4 +35,4 @@ cleanup_srcdir() { default_cleanup_srcdir } -sha512sums="d6c7abed54426d0c526d002fe7b2386a35b5e7ed84d6cfc61ca14fc89570a4808a3acdfde3396133a1bd35352a2445a99a7ff4f625ae9fef11eafb20bf49f074 gotop-3.5.1.tar.gz" +sha512sums="5dd3f978edf4edd3975eddf72562489c443cbba3985f7c2c323762a656b5e8d401d75e4e07696559b4560993b26723e69b1c9b1411a7a6ea71ffeae86ca7d096 gotop-3.5.2.tar.gz" |