[recycle] Bump to 7.0.0 (#42817)

This commit is contained in:
Weihang Ding 2024-12-24 00:03:30 +08:00 committed by GitHub
parent daf75de7f2
commit 74ecd11702
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 5 deletions

View File

@ -1,10 +1,8 @@
vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION}
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO steinwurf/recycle
REF "${VERSION}"
SHA512 7fff2d8d8da0613d330d58b0f82fafd7fc20b78ac2588ba9743dc8033f130acaf29b37f4c2c02f8b39fc8d5b352f589c6e8398420161124a7143ca4ca6521512
SHA512 c30cd3d388eeeea6a3db344e0e448878686c4a7bc106260c7de9d1eeb3477435eb1783bca09151356ba51200ecf14182891f97a38943959032c54b17ea0abac3
)
vcpkg_cmake_configure(

View File

@ -1,6 +1,6 @@
{
"name": "recycle",
"version": "6.0.0",
"version": "7.0.0",
"description": "Simple resource pool for recycling resources in C++",
"homepage": "https://github.com/steinwurf/recycle",
"license": "BSD-3-Clause",

View File

@ -7905,7 +7905,7 @@
"port-version": 1
},
"recycle": {
"baseline": "6.0.0",
"baseline": "7.0.0",
"port-version": 0
},
"redis-plus-plus": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "342b8bf7460c684c89e390b02194bcad6ef7eb64",
"version": "7.0.0",
"port-version": 0
},
{
"git-tree": "0fe3fb2e4ec2870ca2a01029cc4e40c3992572cb",
"version": "6.0.0",