desktop/doctest: Updated for version 2.4.9.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Damian Perticone 2022-12-02 13:08:34 +07:00 committed by Willy Sudiarto Raharjo
parent 48bdbbb9a2
commit bac20e9b5b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View file

@ -1,10 +1,10 @@
#!/bin/bash
# Slackware build script for date
# Slackware build script for doctest
# Copyright 2022 Damian Perticone Berisso, Argentina
# Copyright 2022 Damian Perticone, Berisso, Argentina
# All rights reserved.
# thanks for the cmake hint OXBG!
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=doctest
VERSION=${VERSION:-2.4.8}
VERSION=${VERSION:-2.4.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="doctest"
VERSION="2.4.8"
VERSION="2.4.9"
HOMEPAGE="https://github.com/doctest/doctest"
DOWNLOAD="https://github.com/doctest/doctest/archive/v2.4.8/doctest-2.4.8.tar.gz"
MD5SUM="974531f4efdee727f54e9ebaf3c5990b"
DOWNLOAD="https://github.com/doctest/doctest/archive/v2.4.9/doctest-2.4.9.tar.gz"
MD5SUM="a7948b5ec1f69de6f84c7d7487aaf79b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""