development/byacc: Updated for version 20220109.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1b972a4fec
commit
c687533de4
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for byacc
|
||||
|
||||
# Copyright 2015-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2015-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=byacc
|
||||
VERSION=${VERSION:-20211224}
|
||||
VERSION=${VERSION:-20220109}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="byacc"
|
||||
VERSION="20211224"
|
||||
VERSION="20220109"
|
||||
HOMEPAGE="https://invisible-island.net/byacc/"
|
||||
DOWNLOAD="https://invisible-mirror.net/archives/byacc/byacc-20211224.tgz"
|
||||
MD5SUM="fbf5249ebd6c930e1d4fe08c9683e367"
|
||||
DOWNLOAD="https://invisible-mirror.net/archives/byacc/byacc-20220109.tgz"
|
||||
MD5SUM="21f98af40abec2c64cf7caabadb3a521"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue