diff options
author | Ebben Aries <earies@dscp.org> | 2023-12-02 09:24:04 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-09 07:50:03 +0700 |
commit | c970d3d5acf050657032c754d4fbb3dfea59ee8b (patch) | |
tree | 68856b32fc6f5534205701ddfdf9297f454677e9 /system/readpe | |
parent | 52302d3ea930dfb705d5dab62a933ae0be2fdd61 (diff) |
system/readpe: Updated for version 20231128_7f3c136.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/readpe')
-rw-r--r-- | system/readpe/readpe.SlackBuild | 4 | ||||
-rw-r--r-- | system/readpe/readpe.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/readpe/readpe.SlackBuild b/system/readpe/readpe.SlackBuild index 2f5d012d00121..313745645401e 100644 --- a/system/readpe/readpe.SlackBuild +++ b/system/readpe/readpe.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=readpe -VERSION=${VERSION:-20231027_576c2c8} -GITHASH=${GITHASH:-576c2c87a1b36836070b0327402e5330e63fda86} +VERSION=${VERSION:-20231128_7f3c136} +GITHASH=${GITHASH:-7f3c13649959747ec57db172da355038c3521e1e} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/readpe/readpe.info b/system/readpe/readpe.info index 836eda7163498..2c15335b6fe51 100644 --- a/system/readpe/readpe.info +++ b/system/readpe/readpe.info @@ -1,8 +1,8 @@ PRGNAM="readpe" -VERSION="20231027_576c2c8" +VERSION="20231128_7f3c136" HOMEPAGE="https://github.com/mentebinaria/readpe" -DOWNLOAD="https://github.com/mentebinaria/readpe/archive/576c2c8/readpe-576c2c87a1b36836070b0327402e5330e63fda86.tar.gz" -MD5SUM="0d9711718d53b2c4ec4ce04a20e53327" +DOWNLOAD="https://github.com/mentebinaria/readpe/archive/7f3c136/readpe-7f3c13649959747ec57db172da355038c3521e1e.tar.gz" +MD5SUM="e0d5c57b32732ef6fc5dfd7c640d74fb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |