system/readpe: Updated for version 20240131_3c4163e

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2024-02-02 17:08:43 -07:00 committed by Willy Sudiarto Raharjo
parent 408299318e
commit f698aad279
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for readpe # Slackware build script for readpe
# Copyright 2023 Ebben Aries <slackbuilds@dscp.org> # Copyright 2023-2024 Ebben Aries <slackbuilds@dscp.org>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=readpe PRGNAM=readpe
VERSION=${VERSION:-20231128_7f3c136} VERSION=${VERSION:-20240131_3c4163e}
GITHASH=${GITHASH:-7f3c13649959747ec57db172da355038c3521e1e} GITHASH=${GITHASH:-3c4163e30896c9a22e996815d5e0f7876b3fc64f}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="readpe" PRGNAM="readpe"
VERSION="20231128_7f3c136" VERSION="20240131_3c4163e"
HOMEPAGE="https://github.com/mentebinaria/readpe" HOMEPAGE="https://github.com/mentebinaria/readpe"
DOWNLOAD="https://github.com/mentebinaria/readpe/archive/7f3c136/readpe-7f3c13649959747ec57db172da355038c3521e1e.tar.gz" DOWNLOAD="https://github.com/mentebinaria/readpe/archive/3c4163e/readpe-3c4163e30896c9a22e996815d5e0f7876b3fc64f.tar.gz"
MD5SUM="e0d5c57b32732ef6fc5dfd7c640d74fb" MD5SUM="85f1fa2212a7d996efbab4fe2d5e238b"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""