summaryrefslogtreecommitdiff
path: root/scite/debian/watch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-04-05 14:00:15 -0400
committerB. Stack <bgstack15@gmail.com>2022-04-05 14:00:15 -0400
commiteedac700b10ab9e5900708ff06a09e881317f6eb (patch)
treea58b932c0336f100baea712d621fbb8ea9d9c40c /scite/debian/watch
parentscite 5.2.2 with emitunicode patch, for fedora (diff)
downloadstackrpms-eedac700b10ab9e5900708ff06a09e881317f6eb.tar.gz
stackrpms-eedac700b10ab9e5900708ff06a09e881317f6eb.tar.bz2
stackrpms-eedac700b10ab9e5900708ff06a09e881317f6eb.zip
scite: add devuan dpkg
Diffstat (limited to 'scite/debian/watch')
-rw-r--r--scite/debian/watch5
1 files changed, 5 insertions, 0 deletions
diff --git a/scite/debian/watch b/scite/debian/watch
new file mode 100644
index 0000000..c533a01
--- /dev/null
+++ b/scite/debian/watch
@@ -0,0 +1,5 @@
+version=4
+# qa.debian.org runs a redirector which allows a simpler form of URL
+# for SourceForge based projects. The format below will automatically
+# be rewritten to use the redirector.
+https://sf.net/scintilla/scite(\d)(\d)(\d)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
bgstack15