diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:23:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 19:23:19 +0000 |
commit | 7b866744951dd6d5e9c7fa982b1f5672d653feb4 (patch) | |
tree | 5d2a761f938c68b62e11301dc7b93e2ed63dbd50 /debian/watch.in | |
parent | Adding upstream version 1.20.14. (diff) | |
download | golang-1.20-7b866744951dd6d5e9c7fa982b1f5672d653feb4.tar.xz golang-1.20-7b866744951dd6d5e9c7fa982b1f5672d653feb4.zip |
Adding debian version 1.20.14-2.debian/1.20.14-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/watch.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/watch.in b/debian/watch.in new file mode 100644 index 0000000..ebb74a4 --- /dev/null +++ b/debian/watch.in @@ -0,0 +1,5 @@ +version=4 +opts=\ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\ +pgpmode=auto \ + https://go.dev/dl/ .*/go(X.Y\S*)\.src\.tar\.gz |