mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/md4c: Updated for version 0.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3eac5f8a99
commit
f9d631a083
2 changed files with 6 additions and 6 deletions
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue