Packet.lua with right version, serial and better version constraint

This commit is contained in:
2025-10-26 21:46:46 -03:00
parent 72a5ab7c5d
commit aa65b28112

View File

@@ -1,13 +1,14 @@
return { return {
package = { package = {
name = "packets", name = "packets",
id = "packets@git", id = "packets@1.0.0",
version = "git", version = "1.0.0",
author = "robogg133", author = "robogg133",
description = "fast, opensource, easy to use package manager.", description = "fast, opensource, easy to use package manager.",
type = "remote", type = "remote",
serial = 0,
build_dependencies = {["go"] = "1.25.1"}, build_dependencies = {["go"] = ">=1.25.1"},
git_url = "https://github.com/roboogg133/packets.git", git_url = "https://github.com/roboogg133/packets.git",
git_branch = "main" git_branch = "main"