From 2566319f7ef555eadb9f2a9559ea6b05c5b8296d Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 11 Nov 2019 20:30:10 +0100 Subject: [PATCH] atop: update to version 2.5.0 Signed-off-by: Toni Uhlig --- admin/atop/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/atop/Makefile b/admin/atop/Makefile index b3df6b656a..4c3b4ff4a0 100644 --- a/admin/atop/Makefile +++ b/admin/atop/Makefile @@ -7,10 +7,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=atop PKG_RELEASE:=1 -PKG_VERSION:=2.4.0 -PKG_LICENSE:=GPL-2.0 +PKG_VERSION:=2.5.0 +PKG_LICENSE:=GPL-2.0-or-later PKG_SOURCE_URL:=https://www.atoptool.nl/download/ -PKG_HASH:=be1c010a77086b7d98376fce96514afcd73c3f20a8d1fe01520899ff69a73d69 +PKG_HASH:=4b911057ce50463b6e8b3016c5963d48535c0cddeebc6eda817e292b22f93f33 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_MAINTAINER:=Toni Uhlig