summaryrefslogtreecommitdiff
path: root/packages/ddclient/Jenkinsfile
diff options
context:
space:
mode:
authorIndrajit Raychaudhuri <irc@indrajit.com>2023-12-01 01:13:28 -0600
committerIndrajit Raychaudhuri <irc@indrajit.com>2023-12-01 01:19:27 -0600
commit368b89ef056dbb412520dd49bd21611b8c7c1cb5 (patch)
tree42e212421bb5bed4e10ebdae18387b489322d064 /packages/ddclient/Jenkinsfile
parente4e3701775b91d3f3efc422e3a9e1777a6aa0ec9 (diff)
downloadvyos-build-368b89ef056dbb412520dd49bd21611b8c7c1cb5.tar.gz
vyos-build-368b89ef056dbb412520dd49bd21611b8c7c1cb5.zip
ddclient: T5797: Upgrade to ddclient 3.11.2
Upgrade to ddclient 3.11.2 and remove the patches that are now included in the release version.
Diffstat (limited to 'packages/ddclient/Jenkinsfile')
-rw-r--r--packages/ddclient/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ddclient/Jenkinsfile b/packages/ddclient/Jenkinsfile
index 3d4e2f42..317362e9 100644
--- a/packages/ddclient/Jenkinsfile
+++ b/packages/ddclient/Jenkinsfile
@@ -25,7 +25,7 @@ def pkgList = [
'scmUrl': 'https://salsa.debian.org/debian/ddclient',
'buildCmd': '/bin/true'],
['name': 'ddclient-github',
- 'scmCommit': 'v3.11.1',
+ 'scmCommit': 'v3.11.2',
'scmUrl': 'https://github.com/ddclient/ddclient',
'buildCmd': 'cd ..; ./build.sh'],
]