From 46c1f0f7f78046d6f0bbc9b63725a842bae956a8 Mon Sep 17 00:00:00 2001 From: Jakob Haufe Date: Thu, 29 Dec 2022 14:08:54 +0100 Subject: [PATCH] Update watchfile to use Github API --- debian/watch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index 29c3b48..91e57db 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,4 @@ version=4 -https://github.com/fstl-app/fstl/releases .*/v?(\d\S*)\.tar\.gz +opts=searchmode=plain \ + https://api.github.com/repos/fstl-app/@PACKAGE@/releases \ + https://api.github.com/repos/fstl-app/@PACKAGE@/tarball/v@ANY_VERSION@ -- 2.39.2