fastnetmon: T4483: upgrade package to v1.2.2 community edition

This commit is contained in:
Christian Poessinger 2022-06-25 11:12:07 +02:00
parent 73c6de376a
commit 5510dbf1c0

View File

@ -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'],
]