diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-02-05 09:25:52 +0000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-02-06 13:17:17 +0000 |
commit | 522c56d7fbac5af5d7c45aab656e0cd68b52ac1f (patch) | |
tree | 23647170266a8c76f383e50251cb49afe847dda0 | |
parent | bcaf74c0372f93e34402b81ad85bc41f3d2fa72d (diff) | |
download | vyos-build-522c56d7fbac5af5d7c45aab656e0cd68b52ac1f.tar.gz vyos-build-522c56d7fbac5af5d7c45aab656e0cd68b52ac1f.zip |
T6014: Bump keepalived version to 2.2.8-1
(cherry picked from commit 8e2cfd669941d815004cc424b182ae373867b690)
-rw-r--r-- | packages/keepalived/Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/keepalived/Jenkinsfile b/packages/keepalived/Jenkinsfile index 2f918604..51060cf0 100644 --- a/packages/keepalived/Jenkinsfile +++ b/packages/keepalived/Jenkinsfile @@ -24,7 +24,7 @@ def package_name = 'keepalived' def pkgList = [ ['name': "${package_name}", - 'scmCommit': 'debian/1%2.2.7-1', + 'scmCommit': 'debian/1%2.2.8-1', 'scmUrl': 'https://salsa.debian.org/debian/pkg-keepalived.git', 'buildCmd': 'sudo mk-build-deps --install --tool "apt-get --yes --no-install-recommends"; ../build.py'], ] |