development/byacc: Updated for version 20220109.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-01-14 08:08:01 +07:00
parent 1b972a4fec
commit c687533de4
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -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=""