Packet.lua with right version, serial and better version constraint
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user