Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/usr/src/install-ignity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ readonly SKALIBS_URL="https://github.com/skarnet/skalibs.git"
readonly EXECLINE_URL="https://github.com/skarnet/execline.git"
readonly S6_URL="https://github.com/skarnet/s6.git"
readonly S6_PORTABLE_UTILS_URL="https://github.com/skarnet/s6-portable-utils.git"
readonly SKALIBS_VERSION="2.14.4.0"
readonly EXECLINE_VERSION="2.9.7.0"
readonly S6_VERSION="2.13.2.0"
readonly S6_PORTABLE_UTILS_VERSION="2.3.1.0"
readonly SKALIBS_VERSION="2.14.5.1"
readonly EXECLINE_VERSION="2.9.8.1"
readonly S6_VERSION="2.14.0.1"
readonly S6_PORTABLE_UTILS_VERSION="2.3.1.1"
BUILD_DEPENDENCIES="ca-certificates build-essential git"

# Fine tuning
Expand Down