development/pahole: Updated for version 1.25.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
xaizek 2023-11-29 06:10:21 +09:00 committed by Willy Sudiarto Raharjo
parent c256922292
commit 6aec978749
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for pahole
# Copyright 2019-2022 xaizek <xaizek@posteo.net>
# Copyright 2019-2023 xaizek <xaizek@posteo.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pahole
VERSION=${VERSION:-1.24}
LIBBPF_VER="${LIBBPF_VER:-645500dd7d2d6b5bb76e4c0375d597d4f0c4814e}"
VERSION=${VERSION:-1.25}
LIBBPF_VER="${LIBBPF_VER:-6597330c45d185381900037f0130712cd326ae59}"
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="pahole"
VERSION="1.24"
VERSION="1.25"
HOMEPAGE="https://git.kernel.org/pub/scm/devel/pahole/pahole.git/"
DOWNLOAD="https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-1.24.tar.gz \
https://github.com/libbpf/libbpf/archive/645500dd7d2d6b5bb76e4c0375d597d4f0c4814e/libbpf-645500dd7d2d6b5bb76e4c0375d597d4f0c4814e.tar.gz"
MD5SUM="62936bf33a027260e49dd29fb5628788 \
4f58901c11794c1e8d64747d39805a74"
DOWNLOAD="https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-1.25.tar.gz \
https://github.com/libbpf/libbpf/archive/6597330c45d185381900037f0130712cd326ae59/libbpf-6597330c45d185381900037f0130712cd326ae59.tar.gz"
MD5SUM="2bb4993f24475dd6cc6a4d0beb7b51be \
85b09e49a18f70056886ab13487231fb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""