diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-05 08:28:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-05 08:28:28 +0000 |
commit | b928258940e0060ccef404120b58db95dada8177 (patch) | |
tree | 2b33ae583fc6d97153560d5a56fd5dbcd10e0168 | |
parent | Updating to standards version 4.6.2. (diff) | |
download | bootstrap-icons-b928258940e0060ccef404120b58db95dada8177.tar.xz bootstrap-icons-b928258940e0060ccef404120b58db95dada8177.zip |
Correcting wrong URLs in watch file.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/watch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/watch b/debian/watch index 9863cf4..f003791 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 -opts="pgpmode=auto, uversionmangle=s/(\d)\-?((pre|rc)\d*)$/$1~$2/" \ -https://download.savannah.gnu.org/releases/lzip/@PACKAGE@@ANY_VERSION@\.tar\.lz +opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/icons-$1\.tar\.gz/ \ +https://github.com/twbs/icons/tags .*/v?(\d\S+)\.tar\.gz |