[nyan-lang] Bump to 0.3.1 (#42879)

This commit is contained in:
Weihang Ding 2024-12-23 23:41:33 +08:00 committed by GitHub
parent f06267da58
commit 67310523bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 8 deletions

View File

@ -1,11 +1,10 @@
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
set(VERSION 0.3)
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO SFTtech/nyan REPO SFTtech/nyan
REF "v${VERSION}" REF "v${VERSION}"
SHA512 53411795142aa2dfd197d4e550a9de4f2e68519426a228d7e9fe162e8f113886ae5febbceef8daa643c60a9089ede4b5c8dda9c136617357b58279cc732efba6 SHA512 2549e69f88f42b00bc9618c24031d5ff9588eb9249c973bc5eedb51634be619ad0e7118f1fb7f3abb31553763c0c95ce222e0f95f8e628e7b453b5c862b6bb7c
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "nyan-lang", "name": "nyan-lang",
"version": "0.3", "version": "0.3.1",
"description": "nyan is a data description language, It is a mixture of python, json, patch, wml, yaml and some new ideas.", "description": "nyan is a data description language, It is a mixture of python, json, patch, wml, yaml and some new ideas.",
"homepage": "https://github.com/SFTtech/nyan", "homepage": "https://github.com/SFTtech/nyan",
"license": "LGPL-3.0-or-later", "license": "LGPL-3.0-or-later",

View File

@ -6481,7 +6481,7 @@
"port-version": 8 "port-version": 8
}, },
"nyan-lang": { "nyan-lang": {
"baseline": "0.3", "baseline": "0.3.1",
"port-version": 0 "port-version": 0
}, },
"oatpp": { "oatpp": {
@ -6580,10 +6580,6 @@
"baseline": "1.5.1", "baseline": "1.5.1",
"port-version": 1 "port-version": 1
}, },
"orange-math": {
"baseline": "1.0.1",
"port-version": 0
},
"omniorb": { "omniorb": {
"baseline": "4.3.0", "baseline": "4.3.0",
"port-version": 3 "port-version": 3
@ -6824,6 +6820,10 @@
"baseline": "0.12+20221121", "baseline": "0.12+20221121",
"port-version": 1 "port-version": 1
}, },
"orange-math": {
"baseline": "1.0.1",
"port-version": 0
},
"orc": { "orc": {
"baseline": "2.0.0", "baseline": "2.0.0",
"port-version": 0 "port-version": 0

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "1499a33e6af729d2ca75c7cd1de40b5c39dec7aa",
"version": "0.3.1",
"port-version": 0
},
{ {
"git-tree": "63356577d6522c8d99dd8bb9214d9808f7f115b6", "git-tree": "63356577d6522c8d99dd8bb9214d9808f7f115b6",
"version": "0.3", "version": "0.3",