libraries/md4c: Updated for version 0.5.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Steven Voges 2024-04-14 21:53:30 +07:00 committed by Willy Sudiarto Raharjo
parent 3eac5f8a99
commit f9d631a083
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -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}

View file

@ -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=""