mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:01:48 +08:00
[b64] Update vcpkg schema URL (#28345)
This commit is contained in:
parent
c42991805c
commit
136ad069fd
@ -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": [
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7be7da91f5c6bbeb5bfb10bafcb4072bf3df5127",
|
||||
"version": "2.0.0.1",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "aeaf7d2076e25b321032c4fc88c22cbb46002a90",
|
||||
"version": "2.0.0.1",
|
||||
|
@ -434,7 +434,7 @@
|
||||
},
|
||||
"b64": {
|
||||
"baseline": "2.0.0.1",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"basisu": {
|
||||
"baseline": "1.11",
|
||||
|
Loading…
Reference in New Issue
Block a user