yaml_cpp: trigger rebuild with fixed GCC13

so that the libs are compatible again with old apps like Koder built with GCC11.
This commit is contained in:
Jerome Duval
2024-06-11 17:00:17 +02:00
parent e83d7d7035
commit 039cb8c4f9
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ DESCRIPTION="yaml-cpp is a YAML parser and emitter in C++ matching the YAML \
HOMEPAGE="https://github.com/jbeder/yaml-cpp"
COPYRIGHT="2018 Jesse Beder"
LICENSE="MIT"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-$portVersion.tar.gz"
CHECKSUM_SHA256="43e6a9fcb146ad871515f0d0873947e5d497a1c9c60c58cb102a97b47208b7c3"
SOURCE_DIR="yaml-cpp-yaml-cpp-$portVersion"

View File

@@ -3,7 +3,7 @@ DESCRIPTION="yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2
HOMEPAGE="https://github.com/jbeder/yaml-cpp"
COPYRIGHT="2008-2015 Jesse Beder"
LICENSE="MIT"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/jbeder/yaml-cpp/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="fbe74bbdcee21d656715688706da3c8becfd946d92cd44705cc6098bb23b3a16"
SOURCE_FILENAME="yaml-cpp-$portVersion.tar.gz"