[neon/3rdparty/svt-av1/Neon/release_jammy] debian: use releases instead of tags
Carlos De Maine
null at kde.org
Sat Sep 14 14:58:03 BST 2024
Git commit 13624778cb73714de4f8158e1230d2c562cd407d by Carlos De Maine.
Committed on 14/09/2024 at 13:58.
Pushed by carlosdem into branch 'Neon/release_jammy'.
use releases instead of tags
M +5 -4 debian/watch
https://invent.kde.org/neon/3rdparty/svt-av1/-/commit/13624778cb73714de4f8158e1230d2c562cd407d
diff --git a/debian/watch b/debian/watch
index edfe062..bb7fc0e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,6 @@
version=4
-opts="searchmode=plain,uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/" /
- https://gitlab.com/AOMediaCodec/SVT-AV1/tags?sort=updated_desc \
- -/archive/v?\d[\d.]+/SVT-AV1- at ANY_VERSION@@ARCHIVE_EXT@
-
\ No newline at end of file
+opts="searchmode=plain,\
+filenamemangle=s%v?@ANY_VERSION@%@PACKAGE at -$1.tar.gz%,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|a|b)\d*)$/$1~$2/" \
+https://api.github.com/repos/AOMediaCodec/SVT-AV1/releases?per_page=50 \
+https://gitlab.com/AOMediaCodec/SVT-AV1/releases/download/@ANY_VERSION@/@PACKAGE@-@ANY_VERSION@.tar.gz"
\ No newline at end of file
More information about the Neon-commits
mailing list