development/uftrace: Updated for version 20240205_9c1792d

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2024-02-07 16:27:55 -07:00 committed by Willy Sudiarto Raharjo
parent 6ba23918ec
commit b35080b5e1
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 uftrace
# Copyright 2023 Ebben Aries <slackbuilds@dscp.org>
# Copyright 2023-2024 Ebben Aries <slackbuilds@dscp.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=uftrace
VERSION=${VERSION:-20231226_2bcc9f1}
GITHASH=${GITHASH:-2bcc9f1058ffe87870de2e910b5e7b96ad9ffd0b}
VERSION=${VERSION:-20240205_9c1792d}
GITHASH=${GITHASH:-9c1792de902974a4647185ef8bbbb301e969f099}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="uftrace"
VERSION="20231226_2bcc9f1"
VERSION="20240205_9c1792d"
HOMEPAGE="https://github.com/namhyung/uftrace"
DOWNLOAD="https://github.com/namhyung/uftrace/archive/2bcc9f1/uftrace-2bcc9f1058ffe87870de2e910b5e7b96ad9ffd0b.tar.gz"
MD5SUM="6679b0415f6d06eb2614f6f021657cf5"
DOWNLOAD="https://github.com/namhyung/uftrace/archive/9c1792d/uftrace-9c1792de902974a4647185ef8bbbb301e969f099.tar.gz"
MD5SUM="db4456bea46f02f3db1ed40a8d967be0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="capstone"