summaryrefslogtreecommitdiff
path: root/yt-dlp/debian/watch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-12-09 15:32:47 -0500
committerB. Stack <bgstack15@gmail.com>2021-12-09 15:32:47 -0500
commit328f444bc77d4323d5eceb93e6d84185322445ba (patch)
treef3e77aacbba7434d363beec3f166e52436d2190d /yt-dlp/debian/watch
parentMerge branch 'irfanview-bump' into 'master' (diff)
downloadstackrpms-yt-dlp-bump.tar.gz
stackrpms-yt-dlp-bump.tar.bz2
stackrpms-yt-dlp-bump.zip
add yt-dlpyt-dlp-bump
Diffstat (limited to 'yt-dlp/debian/watch')
-rw-r--r--yt-dlp/debian/watch4
1 files changed, 4 insertions, 0 deletions
diff --git a/yt-dlp/debian/watch b/yt-dlp/debian/watch
new file mode 100644
index 0000000..5b50012
--- /dev/null
+++ b/yt-dlp/debian/watch
@@ -0,0 +1,4 @@
+version=4
+opts="dversionmangle=s/\+dfsg\d*$//" \
+https://github.com/yt-dlp/yt-dlp/releases \
+ (?:.*?/)([\d\.]+)\.tar\.gz debian uupdate
bgstack15