mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/byacc: Updated for version 20230521
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
086a0371aa
commit
71477f745f
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=byacc
|
||||
VERSION=${VERSION:-20230219}
|
||||
VERSION=${VERSION:-20230521}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="byacc"
|
||||
VERSION="20230219"
|
||||
VERSION="20230521"
|
||||
HOMEPAGE="https://invisible-island.net/byacc/"
|
||||
DOWNLOAD="https://invisible-mirror.net/archives/byacc/byacc-20230219.tgz"
|
||||
MD5SUM="37d7a2dda6eb52fd081f0a9d8b2736c6"
|
||||
DOWNLOAD="https://invisible-mirror.net/archives/byacc/byacc-20230521.tgz"
|
||||
MD5SUM="fc9e8c37c6636ede45bf6834c2d6716f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue