diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-06 12:32:47 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-06 12:32:47 -0600 |
commit | 846667d74b7b0795f59386bf6651a91e0328a36d (patch) | |
tree | f8533ecd29b5b37e58fa39d7192ef2fd6dac95d6 /meta.lua | |
parent | c29b1ec0d5697f3e3b1be1c023fce103f6d9950e (diff) | |
download | portable-packaging-846667d74b7b0795f59386bf6651a91e0328a36d.tar.gz portable-packaging-846667d74b7b0795f59386bf6651a91e0328a36d.tar.bz2 portable-packaging-846667d74b7b0795f59386bf6651a91e0328a36d.zip |
Use local openbsd mirror
Diffstat (limited to '')
-rw-r--r-- | meta.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ for opti_k, opti_v, rel_k, rel_v, comp_k, comp_v in cartesian(optimizations, deb | |||
26 | image="libressl-meta", | 26 | image="libressl-meta", |
27 | requires = { | 27 | requires = { |
28 | {"git", "portable#" .. libressl}, | 28 | {"git", "portable#" .. libressl}, |
29 | {"git", "openbsd#libressl-" .. libressl} | ||
29 | }, | 30 | }, |
30 | produces = { | 31 | produces = { |
31 | ["libssl.a"] = true, | 32 | ["libssl.a"] = true, |