1
0
mirror of https://github.com/AR2000AR/openComputers_codes.git synced 2025-09-08 22:51:14 +02:00

update package

This commit is contained in:
2023-08-11 17:06:44 +02:00
parent 36cc8812b9
commit 1d2cd60758
4 changed files with 4 additions and 4 deletions

View File

@@ -363,7 +363,7 @@
["yawl"] = { ["yawl"] = {
["manifestVersion"] = "1.0", ["manifestVersion"] = "1.0",
["package"] = "yawl", ["package"] = "yawl",
["version"] = "1.5.0", ["version"] = "1.6.0",
["name"] = "Yet Another Widget Library", ["name"] = "Yet Another Widget Library",
["repo"] = "tree/master/yawl", ["repo"] = "tree/master/yawl",
["description"] = "New version of libgui, but using libclass2 and cleaner code and interface.", ["description"] = "New version of libgui, but using libclass2 and cleaner code and interface.",
@@ -376,7 +376,7 @@
["yawl_example"] = { ["yawl_example"] = {
["manifestVersion"] = "1.0", ["manifestVersion"] = "1.0",
["package"] = "yawl_example", ["package"] = "yawl_example",
["version"] = "1.6.0", ["version"] = "1.7.0",
["name"] = "Yet Another Widget Library Example file", ["name"] = "Yet Another Widget Library Example file",
["repo"] = "tree/master/yawl", ["repo"] = "tree/master/yawl",
["description"] = "New version of libgui, but using libclass2 and cleaner code and interface.", ["description"] = "New version of libgui, but using libclass2 and cleaner code and interface.",

Binary file not shown.

Binary file not shown.

View File

@@ -375,7 +375,7 @@
dependencies = { dependencies = {
["libclass2"] = "/" ["libclass2"] = "/"
}, },
version = "1.5.0", version = "1.6.0",
name = "Yet Another Widget Library", name = "Yet Another Widget Library",
description = "New version of libgui, but using libclass2 and cleaner code and interface."; description = "New version of libgui, but using libclass2 and cleaner code and interface.";
authors = "AR2000AR,Renno231", authors = "AR2000AR,Renno231",
@@ -388,7 +388,7 @@
dependencies = { dependencies = {
["yawl"] = "/" ["yawl"] = "/"
}, },
version = "1.6.0", version = "1.7.0",
name = "Yet Another Widget Library Example file", name = "Yet Another Widget Library Example file",
description = "New version of libgui, but using libclass2 and cleaner code and interface."; description = "New version of libgui, but using libclass2 and cleaner code and interface.";
note = "This is only a example file", note = "This is only a example file",