diff options
-rw-r--r-- | development/byacc/byacc.SlackBuild | 4 | ||||
-rw-r--r-- | development/byacc/byacc.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/byacc/byacc.SlackBuild b/development/byacc/byacc.SlackBuild index 452071079c..0f1e2a904a 100644 --- a/development/byacc/byacc.SlackBuild +++ b/development/byacc/byacc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for byacc -# Copyright 2015-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2025 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:-20240109} +VERSION=${VERSION:-20241231} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/byacc/byacc.info b/development/byacc/byacc.info index b59e845a43..3bd64f97fe 100644 --- a/development/byacc/byacc.info +++ b/development/byacc/byacc.info @@ -1,8 +1,8 @@ PRGNAM="byacc" -VERSION="20240109" +VERSION="20241231" HOMEPAGE="https://invisible-island.net/byacc/" -DOWNLOAD="https://invisible-mirror.net/archives/byacc/byacc-20240109.tgz" -MD5SUM="c1654b0b4fd22ef6db9bef3f205251aa" +DOWNLOAD="https://invisible-mirror.net/archives/byacc/byacc-20241231.tgz" +MD5SUM="b5abb571f5d3e4e1b2d0266a40738aeb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |