diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-08-14 11:34:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-08-14 11:34:11 +0200 |
commit | 5fe0187288e8eed0a8a24fec2617a19de7f3b167 (patch) | |
tree | 7a669e5b208d28bf1545558094bd17551fbef6b0 | |
parent | dec6d135e357b16b35b36b19e5788544bd2e3ef3 (diff) |
Migrate lua from queue/stable to testing
add liblua/5.4.7
add lua/5.4.7
add lua-tests/5.4.7
add owners/lua/liblua/package-owner.manifest
add owners/lua/lua-tests/package-owner.manifest
-rw-r--r-- | 1/testing/lua/liblua-5.4.7.tar.gz | bin | 0 -> 235045 bytes | |||
-rw-r--r-- | 1/testing/lua/lua-5.4.7.tar.gz | bin | 0 -> 142854 bytes | |||
-rw-r--r-- | 1/testing/lua/lua-tests-5.4.7.tar.gz | bin | 0 -> 124556 bytes | |||
-rw-r--r-- | owners/lua/liblua/package-owner.manifest | 5 | ||||
-rw-r--r-- | owners/lua/lua-tests/package-owner.manifest | 5 |
5 files changed, 10 insertions, 0 deletions
diff --git a/1/testing/lua/liblua-5.4.7.tar.gz b/1/testing/lua/liblua-5.4.7.tar.gz Binary files differnew file mode 100644 index 0000000..f1da6e5 --- /dev/null +++ b/1/testing/lua/liblua-5.4.7.tar.gz diff --git a/1/testing/lua/lua-5.4.7.tar.gz b/1/testing/lua/lua-5.4.7.tar.gz Binary files differnew file mode 100644 index 0000000..5c22ee5 --- /dev/null +++ b/1/testing/lua/lua-5.4.7.tar.gz diff --git a/1/testing/lua/lua-tests-5.4.7.tar.gz b/1/testing/lua/lua-tests-5.4.7.tar.gz Binary files differnew file mode 100644 index 0000000..c9b3e6b --- /dev/null +++ b/1/testing/lua/lua-tests-5.4.7.tar.gz diff --git a/owners/lua/liblua/package-owner.manifest b/owners/lua/liblua/package-owner.manifest new file mode 100644 index 0000000..b3b36b1 --- /dev/null +++ b/owners/lua/liblua/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: liblua +author-name: lyrahgames +author-email: lyrahgames@mailbox.org +control: https://github.com/build2-packaging/lua.git diff --git a/owners/lua/lua-tests/package-owner.manifest b/owners/lua/lua-tests/package-owner.manifest new file mode 100644 index 0000000..17d3506 --- /dev/null +++ b/owners/lua/lua-tests/package-owner.manifest @@ -0,0 +1,5 @@ +: 1 +name: lua-tests +author-name: lyrahgames +author-email: lyrahgames@mailbox.org +control: https://github.com/build2-packaging/lua.git |