summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-03 09:42:14 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-11-03 09:42:14 -0600
commit4f43a4b15e2fa18100121f0fa79598c0aec14a4e (patch)
tree5fed3a83a72ea928ccfc580bc93884e6539b6fcb
parent16fa9acacaf6c99fc5e150ce48a1a3c4557fbc88 (diff)
download7zip-packaging-4f43a4b15e2fa18100121f0fa79598c0aec14a4e.tar.gz
7zip-packaging-4f43a4b15e2fa18100121f0fa79598c0aec14a4e.tar.bz2
7zip-packaging-4f43a4b15e2fa18100121f0fa79598c0aec14a4e.zip
Bring run down to something more reasonableHEADmaster
-rw-r--r--meta.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index 6d4ab1b..9cc6612 100644
--- a/meta.lua
+++ b/meta.lua
@@ -1,6 +1,6 @@
1return { 1return {
2 ["7zip"] = { 2 ["7zip"] = {
3 timeout = 6000, 3 timeout = 720,
4 image = "image-mingw64", 4 image = "image-mingw64",
5 requires = { 5 requires = {
6 {"git","7zip#main"} 6 {"git","7zip#main"}