summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/package-build/salt/build.sh2
-rw-r--r--scripts/package-build/salt/package.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/package-build/salt/build.sh b/scripts/package-build/salt/build.sh
index b99b9d93..70b3f73a 100755
--- a/scripts/package-build/salt/build.sh
+++ b/scripts/package-build/salt/build.sh
@@ -17,7 +17,7 @@ TOOLS_REPO="https://github.com/saltstack/python-tools-scripts"
# Check this page to find a correct relenv/python combination.
# https://github.com/saltstack/relenv/releases
-RELENV_VERSION="0.22.2"
+RELENV_VERSION="0.22.3"
RELENV_PYTHON_VERSION="3.11.14"
# Specify the platform parameter, use x86_64 for amd64, arm64 for arm64
diff --git a/scripts/package-build/salt/package.toml b/scripts/package-build/salt/package.toml
index 24bada78..9cdac168 100644
--- a/scripts/package-build/salt/package.toml
+++ b/scripts/package-build/salt/package.toml
@@ -1,6 +1,6 @@
[[packages]]
name = "salt"
-commit_id = "v3006.19"
+commit_id = "v3006.21"
scm_url = "https://github.com/saltstack/salt.git"
build_cmd = "cd ..; ./build.sh"