mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/catch2: bump to version 3.8.0
For release note, see: https://github.com/catchorg/Catch2/releases/tag/v3.8.0 Signed-off-by: Michael Nosthoff <buildroot@heine.tech> [Julien: add link to release note] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
11f4367610
commit
6ff2cce1bc
@@ -1,3 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 c991b247a1a0d7bb9c39aa35faf0fe9e19764213f28ffba3109388e62ee0269c catch2-3.7.1.tar.gz
|
||||
sha256 1ab2de20460d4641553addfdfe6acd4109d871d5531f8f519a52ea4926303087 catch2-3.8.0.tar.gz
|
||||
sha256 c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566 LICENSE.txt
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
CATCH2_VERSION = 3.7.1
|
||||
CATCH2_VERSION = 3.8.0
|
||||
CATCH2_SITE = $(call github,catchorg,Catch2,v$(CATCH2_VERSION))
|
||||
CATCH2_INSTALL_STAGING = YES
|
||||
CATCH2_INSTALL_TARGET = NO
|
||||
|
||||
Reference in New Issue
Block a user