mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 21:48:59 +08:00
[yomm2] Update to v1.6.0 (#42078)
Co-authored-by: Jean-Louis Leroy <jll63@users.noreply.github.com>
This commit is contained in:
parent
36878184ff
commit
1b18be18af
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO jll63/yomm2
|
REPO jll63/yomm2
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 cd697ece15456013b398452f881f0fd04e35aedf20169ce0a88c442af7a40dada84a6a4cabb702fc8564ece83e1966da2dedceb5598873f57ba209a0e65a440c
|
SHA512 9ca6415bb40888332c15d559c6832c0dcf30e9400d2fe36f7f1382acc3e79797edd98a74b89bcae6cdf3add928a001298e78561d5846839920ec7aaf9ffe7744
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yomm2",
|
"name": "yomm2",
|
||||||
"version": "1.5.2",
|
"version": "1.6.0",
|
||||||
"description": "YOMM2 is an implementation of open multi-methods.",
|
"description": "YOMM2 is an implementation of open multi-methods.",
|
||||||
"homepage": "https://github.com/jll63/yomm2",
|
"homepage": "https://github.com/jll63/yomm2",
|
||||||
"license": "BSL-1.0",
|
"license": "BSL-1.0",
|
||||||
|
@ -9901,7 +9901,7 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"yomm2": {
|
"yomm2": {
|
||||||
"baseline": "1.5.2",
|
"baseline": "1.6.0",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"yyjson": {
|
"yyjson": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "31bb727d7608b3921c8efaf8eac3554da18eefe7",
|
||||||
|
"version": "1.6.0",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "886ebe74653e88120a91101cb4b54206a7959884",
|
"git-tree": "886ebe74653e88120a91101cb4b54206a7959884",
|
||||||
"version": "1.5.2",
|
"version": "1.5.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user