summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-09-16 23:13:28 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-09-16 23:13:28 -0500
commit9a3a92bf8c9a48f42729d030013641cbb2c6eaa1 (patch)
tree1e12b72ff0afde5ad1a634406a9d9633b1f20523
parent7cb3506c9cd8002e7b95f558692287e9a36e6d09 (diff)
downloadportable-packaging-9a3a92bf8c9a48f42729d030013641cbb2c6eaa1.tar.gz
portable-packaging-9a3a92bf8c9a48f42729d030013641cbb2c6eaa1.tar.bz2
portable-packaging-9a3a92bf8c9a48f42729d030013641cbb2c6eaa1.zip
Up time again
-rw-r--r--meta.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.lua b/meta.lua
index 1034704..5981866 100644
--- a/meta.lua
+++ b/meta.lua
@@ -15,6 +15,6 @@ builds["libressl-mingw64"] = {
15 produces = { 15 produces = {
16 ["libssl.a"] = true, 16 ["libssl.a"] = true,
17 }, 17 },
18 timeout = 480, --Jeez this takes forever 18 timeout = 600, --Jeez this takes forever
19} 19}
20return builds 20return builds