[libmysql] fix sha (#31243)

This commit is contained in:
autoantwort 2023-05-04 19:23:10 +02:00 committed by GitHub
parent 7c4f51feb0
commit 4eb7de6c44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -10,7 +10,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO mysql/mysql-server
REF mysql-${VERSION}
SHA512 1233abe4fe055f62cc28c847e77bcfc37e03e77ee68b8606e5ad722e0b6d1ae30b95bbe623a88cecdfa0b5868b61eabaf4b99e78cb6fbb9cf3627c91d17feb0e
SHA512 8b9f15b301b158e6ffc99dd916b9062968d36f6bdd7b898636fa61badfbe68f7328d4a39fa3b8b3ebef180d3aec1aee353bd2dac9ef1594e5772291390e17ac0
HEAD_REF master
PATCHES
ignore-boost-version.patch

View File

@ -1,7 +1,7 @@
{
"name": "libmysql",
"version": "8.0.32",
"port-version": 2,
"port-version": 3,
"description": "A MySQL client library for C development",
"homepage": "https://github.com/mysql/mysql-server",
"license": "GPL-2.0-or-later",

View File

@ -4270,7 +4270,7 @@
},
"libmysql": {
"baseline": "8.0.32",
"port-version": 2
"port-version": 3
},
"libnice": {
"baseline": "0.1.21",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "79e48f5efa358526cd1cd290fd477f366863129e",
"version": "8.0.32",
"port-version": 3
},
{
"git-tree": "8c4f68caa6f20ecfc912028a0f94ef956c154410",
"version": "8.0.32",