diff options
author | Lee Garrett <lgarrett@rocketjump.eu> | 2023-06-16 15:03:16 +0200 |
---|---|---|
committer | Lee Garrett <lgarrett@rocketjump.eu> | 2023-06-16 15:03:16 +0200 |
commit | 9e9ce5de035858e4bce98d141c435d6db9a461b5 (patch) | |
tree | 9769c719d0554bfb4f2c912b4d2000cb2d22aeff | |
parent | c0079edf121bc92108248687d395964f4f587f0f (diff) | |
download | debian-ansible-core-9e9ce5de035858e4bce98d141c435d6db9a461b5.zip |
Lock in on 2.14 for now
-rw-r--r-- | debian/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/watch b/debian/watch index 7d6b1e26..d18a3294 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,4 @@ version=4 opts=dversionmangle=s/\+dfsg//,repacksuffix=+dfsg,pgpsigurlmangle=s/$/.asc/ \ -https://pypi.debian.net/ansible-core/ ansible-core-(2\.[0-9]+\.[0-9]+).tar.gz +https://pypi.debian.net/ansible-core/ ansible-core-(2\.14\.[0-9]+).tar.gz |