diff options
| author | ruki <[email protected]> | 2022-01-25 22:57:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-01-25 22:57:23 +0800 |
| commit | b7cd4692e8f94d2eb030d61f021f8ced4913d18e (patch) | |
| tree | c79aec0ae90e108e12aada7158f58ae5a6be0a47 /tests/projects/package/multiconfig | |
| parent | 8c2979c4f7b48aa108b8afe4eca2120e67bc498e (diff) | |
update require lock
Diffstat (limited to 'tests/projects/package/multiconfig')
| -rw-r--r-- | tests/projects/package/multiconfig/xmake-requires.lock | 88 |
1 files changed, 57 insertions, 31 deletions
diff --git a/tests/projects/package/multiconfig/xmake-requires.lock b/tests/projects/package/multiconfig/xmake-requires.lock index 359015a18..f53abf56f 100644 --- a/tests/projects/package/multiconfig/xmake-requires.lock +++ b/tests/projects/package/multiconfig/xmake-requires.lock @@ -1,31 +1,57 @@ -{ - __meta__ = { - version = "1.0" - }, - ["macosx|x86_64"] = { - ["zlib#31fecfc4"] = { - repo = { - branch = "master", - commit = "eda7adee81bac151f87c507030cc0dd8ab299462", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "1.2.11" - }, - ["zlib~debug#55833b12"] = { - repo = { - branch = "master", - commit = "eda7adee81bac151f87c507030cc0dd8ab299462", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "1.2.11" - }, - ["zlib~shared#b6ab42cb"] = { - repo = { - branch = "master", - commit = "eda7adee81bac151f87c507030cc0dd8ab299462", - url = "https://github.com/xmake-io/xmake-repo.git" - }, - version = "1.2.11" - } - } -} +{
+ __meta__ = {
+ version = "1.0"
+ },
+ ["macosx|x86_64"] = {
+ ["zlib#31fecfc4"] = {
+ repo = {
+ branch = "master",
+ commit = "eda7adee81bac151f87c507030cc0dd8ab299462",
+ url = "https://github.com/xmake-io/xmake-repo.git"
+ },
+ version = "1.2.11"
+ },
+ ["zlib~debug#55833b12"] = {
+ repo = {
+ branch = "master",
+ commit = "eda7adee81bac151f87c507030cc0dd8ab299462",
+ url = "https://github.com/xmake-io/xmake-repo.git"
+ },
+ version = "1.2.11"
+ },
+ ["zlib~shared#b6ab42cb"] = {
+ repo = {
+ branch = "master",
+ commit = "eda7adee81bac151f87c507030cc0dd8ab299462",
+ url = "https://github.com/xmake-io/xmake-repo.git"
+ },
+ version = "1.2.11"
+ }
+ },
+ ["windows|x64"] = {
+ ["zlib#31fecfc4"] = {
+ repo = {
+ branch = "master",
+ commit = "8d4f0875fe9a3c63be4948cefca9f232954e3e87",
+ url = "https://gitee.com/tboox/xmake-repo.git"
+ },
+ version = "v1.2.11"
+ },
+ ["zlib~debug#55833b12"] = {
+ repo = {
+ branch = "master",
+ commit = "8d4f0875fe9a3c63be4948cefca9f232954e3e87",
+ url = "https://gitee.com/tboox/xmake-repo.git"
+ },
+ version = "v1.2.11"
+ },
+ ["zlib~shared#b6ab42cb"] = {
+ repo = {
+ branch = "master",
+ commit = "8d4f0875fe9a3c63be4948cefca9f232954e3e87",
+ url = "https://gitee.com/tboox/xmake-repo.git"
+ },
+ version = "v1.2.11"
+ }
+ }
+}
\ No newline at end of file |
