diff options
author | Ebben Aries <earies@dscp.org> | 2024-06-20 07:19:38 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-20 22:16:24 +0700 |
commit | 589d72757bfaaba50e6d0873f826eaadb7662c4c (patch) | |
tree | dbe53b8aa7680bca5b82f2eccd3015394c72bdc4 /system/readpe/readpe.SlackBuild | |
parent | 3c0893433053c88dc0366fdd98eb4172a7dbf870 (diff) |
system/readpe: Updated for version 20240519_0184edd
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/readpe/readpe.SlackBuild')
-rw-r--r-- | system/readpe/readpe.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/readpe/readpe.SlackBuild b/system/readpe/readpe.SlackBuild index bc560a269554d..03ff799a86c8a 100644 --- a/system/readpe/readpe.SlackBuild +++ b/system/readpe/readpe.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=readpe -VERSION=${VERSION:-20240427_d94c794} -GITHASH=${GITHASH:-d94c79459692cd6abbf6051328b225319e2caadf} +VERSION=${VERSION:-20240519_0184edd} +GITHASH=${GITHASH:-0184edd5aea3f0bcbaca418d133023d005d16875} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |