summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-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'],
]