diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2024-04-14 21:53:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-14 22:38:09 +0700 |
commit | f9d631a083879466221498e00f906c1b77cc96e8 (patch) | |
tree | 79b2e62fb38b08ea62b65498bd32df92b8dab0d6 /libraries/md4c/md4c.SlackBuild | |
parent | 3eac5f8a998f493f56e28b8fcb827e5502ff94eb (diff) |
libraries/md4c: Updated for version 0.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/md4c/md4c.SlackBuild')
-rw-r--r-- | libraries/md4c/md4c.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/md4c/md4c.SlackBuild b/libraries/md4c/md4c.SlackBuild index 1c3e48f377..71b8fa7a33 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} |