diff options
Diffstat (limited to 'system/readpe/readpe.SlackBuild')
-rw-r--r-- | system/readpe/readpe.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/readpe/readpe.SlackBuild b/system/readpe/readpe.SlackBuild index 313745645401e..dd36510809ce0 100644 --- a/system/readpe/readpe.SlackBuild +++ b/system/readpe/readpe.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for readpe -# Copyright 2023 Ebben Aries <slackbuilds@dscp.org> +# Copyright 2023-2024 Ebben Aries <slackbuilds@dscp.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=readpe -VERSION=${VERSION:-20231128_7f3c136} -GITHASH=${GITHASH:-7f3c13649959747ec57db172da355038c3521e1e} +VERSION=${VERSION:-20240131_3c4163e} +GITHASH=${GITHASH:-3c4163e30896c9a22e996815d5e0f7876b3fc64f} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |