mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/Catch2: Updated for version 3.5.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
387b1f81f8
commit
b5cbabe780
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=Catch2
|
||||
VERSION=${VERSION:-3.5.3}
|
||||
VERSION=${VERSION:-3.5.4}
|
||||
DOCS=${DOCS:-OFF}
|
||||
EXTRAS=${EXTRAS:-ON}
|
||||
BUILD=${BUILD:-1}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Catch2"
|
||||
VERSION="3.5.3"
|
||||
VERSION="3.5.4"
|
||||
HOMEPAGE="https://github.com/catchorg/Catch2"
|
||||
DOWNLOAD="https://github.com/catchorg/Catch2/archive/v3.5.3/Catch2-3.5.3.tar.gz"
|
||||
MD5SUM="1f51d817ce81d54b12e87d06e159305f"
|
||||
DOWNLOAD="https://github.com/catchorg/Catch2/archive/v3.5.4/Catch2-3.5.4.tar.gz"
|
||||
MD5SUM="d6e53cc0ce7fa70205e0c716aff258a8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue