mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:46:45 -09:00
package/catch2: bump to version 3.12.0
Changelog: https://github.com/catchorg/Catch2/releases Signed-off-by: Michael Nosthoff <buildroot@heine.tech> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
98e71e54ba
commit
f44ee72d01
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# Locally computed:
|
||||
sha256 82fa1cb59dc28bab220935923f7469b997b259eb192fb9355db62da03c2a3137 catch2-3.11.0.tar.gz
|
||||
sha256 e077079f214afc99fee940d91c14cf1a8c1d378212226bb9f50efff75fe07b23 catch2-3.12.0.tar.gz
|
||||
sha256 c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566 LICENSE.txt
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
CATCH2_VERSION = 3.11.0
|
||||
CATCH2_VERSION = 3.12.0
|
||||
CATCH2_SITE = $(call github,catchorg,Catch2,v$(CATCH2_VERSION))
|
||||
CATCH2_INSTALL_STAGING = YES
|
||||
CATCH2_INSTALL_TARGET = NO
|
||||
|
|
|
|||
Loading…
Reference in a new issue