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>
This commit is contained in:
parent
52302d3ea9
commit
c970d3d5ac
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue