diff options
-rw-r--r-- | development/bacon/bacon.SlackBuild | 3 | ||||
-rw-r--r-- | development/bacon/bacon.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/development/bacon/bacon.SlackBuild b/development/bacon/bacon.SlackBuild index cc5966a9d5..1191a28ee1 100644 --- a/development/bacon/bacon.SlackBuild +++ b/development/bacon/bacon.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250130 bkw: update for v5.0.1. # 20240812 bkw: # - update for v5.0. # - enable the GTK3 GUI. @@ -19,7 +20,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bacon -VERSION=${VERSION:-5.0} +VERSION=${VERSION:-5.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/bacon/bacon.info b/development/bacon/bacon.info index fb5a9b7999..e71bd44f3f 100644 --- a/development/bacon/bacon.info +++ b/development/bacon/bacon.info @@ -1,8 +1,8 @@ PRGNAM="bacon" -VERSION="5.0" +VERSION="5.0.1" HOMEPAGE="http://www.basic-converter.org/" -DOWNLOAD="https://slackware.uk/~urchlay/src/bacon-5.0.tar.gz" -MD5SUM="c9e97a8186eda0361d8d6ba726ca61e9" +DOWNLOAD="https://slackware.uk/~urchlay/src/bacon-5.0.1.tar.gz" +MD5SUM="474c3015bd228cbea055d9fc9a330ff5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |