diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-03-06 09:11:59 +0100 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-03-25 13:57:48 +0100 |
commit | 5aee095cda5ad2f7a59e01c3ad0a078510295b95 (patch) | |
tree | 613bc09c4d7db289465761b2d40ab4d94b68e6f9 /utils | |
parent | e616f879c079966b0cfe94284551aa7d698e4a6e (diff) |
psmisc: update to version 23.7
Release notes:
https://gitlab.com/psmisc/psmisc/-/compare/v23.4...v23.7?from_project_id=334185&straight=false
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/psmisc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/psmisc/Makefile b/utils/psmisc/Makefile index 126edf4d4..f7dec67fd 100644 --- a/utils/psmisc/Makefile +++ b/utils/psmisc/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=psmisc -PKG_VERSION:=23.4 -PKG_RELEASE:=2 +PKG_VERSION:=23.7 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SF/psmisc -PKG_HASH:=7f0cceeace2050c525f3ebb35f3ba01d618b8d690620580bdb8cd8269a0c1679 +PKG_HASH:=58c55d9c1402474065adae669511c191de374b0871eec781239ab400b907c327 PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> PKG_LICENSE:=GPL-2.0-or-later |