mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
[tabulate] update to 1.5 (#32174)
* [tabulate] update to 1.5 (microsoft/vcpkg#32173) * [tabulate] regenerate version registries (microsoft/vcpkg#32173)
This commit is contained in:
parent
b8d272a463
commit
bf64d76062
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO p-ranav/tabulate
|
||||
REF v1.4
|
||||
SHA512 37d69d53f1c628955f2a35779dbf3053c5b449f7069d846b697b541df1719b00e9b72e9d6de361d9733b7e7543c25e444b1aa139f72000730eeeafa022bbf3c1
|
||||
REF v1.5
|
||||
SHA512 324c9f2427d4d0e568b63fcd7bd81f4eee6743d7106af5ead134f81d637f190f77122f28cc42b9e95f7782f5058492b1903eadb44e1c3061a636b32bb93d0ed2
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tabulate",
|
||||
"version": "1.4",
|
||||
"version": "1.5",
|
||||
"description": "Table maker for modern C++",
|
||||
"homepage": "https://github.com/p-ranav/tabulate",
|
||||
"license": "MIT AND BSL-1.0 AND BSD-3-Clause",
|
||||
|
@ -7889,7 +7889,7 @@
|
||||
"port-version": 11
|
||||
},
|
||||
"tabulate": {
|
||||
"baseline": "1.4",
|
||||
"baseline": "1.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"tacopie": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c0154785cec0295f02f3eed94d173c633c9cd9ee",
|
||||
"version": "1.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "27a49e666dd469fbf41f27917b1cfd1640aa71f0",
|
||||
"version": "1.4",
|
||||
|
Loading…
Reference in New Issue
Block a user