diff options
-rw-r--r-- | main/atop/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/atop/APKBUILD b/main/atop/APKBUILD index 7ad9bd27de..02f6d8fb80 100644 --- a/main/atop/APKBUILD +++ b/main/atop/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=atop -pkgver=1.27_p3 +pkgver=2.0_p1 _ver=${pkgver/_p/-} pkgrel=0 pkgdesc="Resource-specific view of processes" @@ -42,6 +42,6 @@ package() { } -md5sums="4a4e896ed6ec6979f80898d37938b8d9 atop-1.27-3.tar.gz +md5sums="6867ea2211edaf8140b94130470d646b atop-2.0-1.tar.gz 3b4c7d162eafcd3db6e2647269065823 atop-bb-compat.patch 06aba14ddeadbb1d0c3594536785213b atop.initd" |