diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 12:56:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 12:56:01 +0000 |
commit | c1ea682949fdb9c9719f26fdc8d108b0a47bc1ec (patch) | |
tree | 923d99f25862ff6f75c01e155ba85204f077707a /debian/watch | |
parent | Releasing debian version 1.7.7-2. (diff) | |
download | ttyd-c1ea682949fdb9c9719f26fdc8d108b0a47bc1ec.tar.xz ttyd-c1ea682949fdb9c9719f26fdc8d108b0a47bc1ec.zip |
Switching from releases to tags in watch file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/watch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/watch b/debian/watch index 904a16d..b5fc1f6 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/ttyd-$1\.tar\.gz/ \ -https://github.com/tsl0922/ttyd/releases .*/v?(\d\S+)\.tar\.gz +https://github.com/tsl0922/ttyd/tags .*/v?(\d\S+)\.tar\.gz |