Skip to content

Commit

Permalink
debian: Query api.github.com for release tarballs
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Drung <[email protected]>
  • Loading branch information
bdrung committed Jan 3, 2023
1 parent 59affb4 commit 9ae32d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions debian/watch
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
version=3
https://github.com/linux-rdma/rdma-core/releases (?:.*?/)?(?:rdma-core-|v)?(\d[\d.]*)\.tar\.gz
version=4
opts="searchmode=plain" \
https://api.github.com/repos/linux-rdma/rdma-core/releases?per_page=100 \
https://github.com/linux-rdma/rdma-core/releases/download/v[^/]+/rdma-core-@ANY_VERSION@@ARCHIVE_EXT@

0 comments on commit 9ae32d8

Please sign in to comment.