mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
desktop/doctest: Updated for version 2.4.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
48bdbbb9a2
commit
bac20e9b5b
2 changed files with 7 additions and 7 deletions
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue