summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-06-25 11:12:07 +0200
committerChristian Poessinger <christian@poessinger.com>2022-06-25 11:13:01 +0200
commit5510dbf1c08553abb0f4f2fd818bbfe37138e161 (patch)
treece1befe0ae129eeae4e10d2d544881e1ce419eda
parent73c6de376a626f09a4a4959b040890cdef0c6031 (diff)
downloadvyos-build-5510dbf1c08553abb0f4f2fd818bbfe37138e161.tar.gz
vyos-build-5510dbf1c08553abb0f4f2fd818bbfe37138e161.zip
fastnetmon: T4483: upgrade package to v1.2.2 community edition
-rw-r--r--packages/fastnetmon/Jenkinsfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/fastnetmon/Jenkinsfile b/packages/fastnetmon/Jenkinsfile
index 176a4227..8c320401 100644
--- a/packages/fastnetmon/Jenkinsfile
+++ b/packages/fastnetmon/Jenkinsfile
@@ -23,11 +23,11 @@
// and not via a DEB package
def pkgList = [
['name': 'fastnetmon-debian-salsa',
- 'scmCommit': 'debian/1.2.1-1',
+ 'scmCommit': 'debian/1.2.2-1',
'scmUrl': 'https://salsa.debian.org/debian/fastnetmon.git',
'buildCmd': '/bin/true'],
['name': 'fastnetmon',
- 'scmCommit': 'v1.2.1',
+ 'scmCommit': 'v1.2.2',
'scmUrl': 'https://github.com/pavel-odintsov/fastnetmon.git',
'buildCmd': 'cd ..; ./build.sh'],
]