[b64] Update vcpkg schema URL (#28345)

This commit is contained in:
Gregor Jasny 2023-01-24 10:02:08 +01:00 committed by GitHub
parent c42991805c
commit 136ad069fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "b64",
"version": "2.0.0.1",
"port-version": 1,
"port-version": 2,
"description": "libb64 is a library of ANSI C routines for fast encoding/decoding data into and from a base64-encoded format",
"license": null,
"dependencies": [

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7be7da91f5c6bbeb5bfb10bafcb4072bf3df5127",
"version": "2.0.0.1",
"port-version": 2
},
{
"git-tree": "aeaf7d2076e25b321032c4fc88c22cbb46002a90",
"version": "2.0.0.1",

View File

@ -434,7 +434,7 @@
},
"b64": {
"baseline": "2.0.0.1",
"port-version": 1
"port-version": 2
},
"basisu": {
"baseline": "1.11",