Skip to content

Commit 430f702

Browse files
authored
bio-Elixir deps fix (#698)
* Update hab-wrap-and-push.sh
1 parent 4c808bc commit 430f702

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

scripts/hab-wrap-and-push.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@ pkg_maintainer="Mozilla Mixed Reality <[email protected]>"
3737
pkg_upstream_url="http://github.com/mozilla/reticulum"
3838
pkg_license=('MPL-2.0')
3939
pkg_deps=(
40-
core/coreutils/8.30/20190115012313
41-
core/bash/4.4.19/20190115012619
42-
core/which/2.21/20190430084037
40+
core/coreutils/8.32/20220311101609
41+
core/bash/5.1/20220801055216
42+
core/which/2.21/20220311145823
43+
core/zlib/1.2.11/20220311082914
44+
core/openssl/1.0.2zb/20220311111046
4345
)
4446
pkg_build_deps=(
45-
core/coreutils/8.30/20190115012313
47+
core/coreutils/8.32/20220311101609
4648
core/git/2.23.0
4749
mozillareality/erlang/23.3.4.18
4850
mozillareality/elixir/1.14.3

0 commit comments

Comments
 (0)