system/rtirq: Updated for version 20240816_6ce7525.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1a444d4425
commit
08b000fcf4
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240816 bkw: update for version 20240816_6ce7525 (latest git).
|
||||
# 20210824 bkw:
|
||||
# - updated for version 20210530_acf01e7 (add git hash to VERSION)
|
||||
# - use github homepage
|
||||
|
@ -21,7 +22,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=rtirq
|
||||
VERSION=${VERSION:-20210530_acf01e7}
|
||||
VERSION=${VERSION:-20240816_6ce7525}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rtirq"
|
||||
VERSION="20210530_acf01e7"
|
||||
VERSION="20240816_6ce7525"
|
||||
HOMEPAGE="https://github.com/rncbc/rtirq"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/rtirq-20210530_acf01e7.tar.xz"
|
||||
MD5SUM="14d9c4b6ec1ba8fe4abd70c4315eea04"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/rtirq-20240816_6ce7525.tar.xz"
|
||||
MD5SUM="db7bd93c102b9b6474e3460b9c7a6082"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue