diff options
Diffstat (limited to 'libraries/md4c')
-rw-r--r-- | libraries/md4c/md4c.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/md4c/md4c.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/md4c/md4c.SlackBuild b/libraries/md4c/md4c.SlackBuild index 1c3e48f377849..71b8fa7a3389b 100644 --- a/libraries/md4c/md4c.SlackBuild +++ b/libraries/md4c/md4c.SlackBuild @@ -1,8 +1,8 @@ #!/bin/bash -# Slackware build script for <appname> +# Slackware build script for md4c -# Copyright 2022 Steven Voges <svoges.sbo@gmail.com> +# Copyright 2022-2024 Steven Voges <Oregon, USA> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=md4c SRCNAM=md4c-release -VERSION=${VERSION:-0.4.8} +VERSION=${VERSION:-0.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/libraries/md4c/md4c.info b/libraries/md4c/md4c.info index 08315ace4d489..af0a76b327ae4 100644 --- a/libraries/md4c/md4c.info +++ b/libraries/md4c/md4c.info @@ -1,8 +1,8 @@ PRGNAM="md4c" -VERSION="0.4.8" +VERSION="0.5.2" HOMEPAGE="https://github.com/mity/md4c" -DOWNLOAD="https://github.com/mity/md4c/archive/release-0.4.8/md4c-release-0.4.8.tar.gz" -MD5SUM="3a3d87255705dd812a679d329638a92d" +DOWNLOAD="https://github.com/mity/md4c/archive/release-0.5.2/md4c-release-0.5.2.tar.gz" +MD5SUM="8ead909cfe31884295e81e2eee32bac9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |