diff options
author | 2020-12-20 17:02:43 -0500 | |
---|---|---|
committer | 2020-12-20 17:02:43 -0500 | |
commit | e91323715c1c2beb973f77a84c4967f0f3284f62 (patch) | |
tree | e5a02aba1c0c5adaba1fe1d7778af6af620def5b | |
parent | f80e188f8a831896845a95a275785d4e9b608926 (diff) | |
download | cmst-e91323715c1c2beb973f77a84c4967f0f3284f62.tar.bz2 cmst-e91323715c1c2beb973f77a84c4967f0f3284f62.tar.xz cmst-e91323715c1c2beb973f77a84c4967f0f3284f62.tar.zst |
d/watch: Update to find newer releases and use uscan special strings.
-rw-r--r-- | debian/watch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/watch b/debian/watch index a1afbb5..8499b14 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 -https://github.com/andrew-bibb/cmst/releases .*/cmst-(.*)\.tar\.gz +version=4 +https://github.com/andrew-bibb/cmst/releases .*/(?:cmst-)?@ANY_VERSION@@ARCHIVE_EXT@ |