diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-05 14:54:56 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-05 14:54:56 -0600 |
commit | ba643c482e4ace5a913f623dfc84ecbe7a2b7719 (patch) | |
tree | c05dbc8c5ac06760cfb226a9072fd993a77dfc50 | |
parent | 526029ec989e3c3b019c5bcaf42d78ad1834f0db (diff) | |
download | portable-packaging-ba643c482e4ace5a913f623dfc84ecbe7a2b7719.tar.gz portable-packaging-ba643c482e4ace5a913f623dfc84ecbe7a2b7719.tar.bz2 portable-packaging-ba643c482e4ace5a913f623dfc84ecbe7a2b7719.zip |
Start work on a version pin
-rw-r--r-- | meta.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ for opti_k, opti_v, rel_k, rel_v, comp_k, comp_v in cartesian(optimizations, deb | |||
24 | builds["libressl-" .. opti_k .. "-" .. rel_k .. "-" .. comp_v] = { | 24 | builds["libressl-" .. opti_k .. "-" .. rel_k .. "-" .. comp_v] = { |
25 | image="libressl-meta", | 25 | image="libressl-meta", |
26 | requires = { | 26 | requires = { |
27 | {"git", "portable"}, | 27 | {"git", "portable#v4.0.0"}, |
28 | }, | 28 | }, |
29 | produces = { | 29 | produces = { |
30 | ["libssl.a"] = true, | 30 | ["libssl.a"] = true, |