From f6efc0d9d27d1b13bf86e3cbc7426e35231f326e Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 1 Jun 2026 14:42:44 +0300 Subject: [PATCH] Update package version to 2.25 --- pkg.info | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 287ba6c..84ae6c9 100644 --- a/pkg.info +++ b/pkg.info @@ -1,8 +1,13 @@ name: which description: Executable path locator utility -version: 2.23 +version: "2.25" +revision: 1 url: https://savannah.gnu.org/projects/which license: GPL3 +maintainers: + - enumdev@enumerated.dev architecture: any -depends: ["bash","glibc"] type: source +depends: + - bash + - glibc