summaryrefslogtreecommitdiff
path: root/scite/debian/_service
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-11-16 10:50:24 -0500
committerB. Stack <bgstack15@gmail.com>2023-11-16 10:50:24 -0500
commitdf738368f9198b78c3b9a1c70c02916066c78df9 (patch)
tree6f4bacdf5d0b93adbe9b882c2993004474397548 /scite/debian/_service
parentnotepadnext v0.6.4 rc1 (diff)
downloadstackrpms-df738368f9198b78c3b9a1c70c02916066c78df9.tar.gz
stackrpms-df738368f9198b78c3b9a1c70c02916066c78df9.tar.bz2
stackrpms-df738368f9198b78c3b9a1c70c02916066c78df9.zip
scite 5.3.9
Diffstat (limited to 'scite/debian/_service')
-rw-r--r--scite/debian/_service6
1 files changed, 3 insertions, 3 deletions
diff --git a/scite/debian/_service b/scite/debian/_service
index df219e0..88ccb3e 100644
--- a/scite/debian/_service
+++ b/scite/debian/_service
@@ -4,7 +4,7 @@
<param name="url">https://gitlab.com/bgstack15/stackrpms.git</param>
<param name="subdir">scite/debian</param>
<param name="filename">debian</param>
- <param name="revision">scite-bump</param>
+ <param name="revision">master</param>
<param name="version">_none_</param>
</service>
<service name="recompress">
@@ -14,8 +14,8 @@
<service name="download_url">
<param name="protocol">https</param>
<param name="host">www.scintilla.org</param>
- <param name="path">scite538.tgz</param>
- <param name="filename">scite_5.3.8.orig.tar.gz</param>
+ <param name="path">scite539.tgz</param>
+ <param name="filename">scite_5.3.9.orig.tar.gz</param>
</service>
<service name="extract_file">
<param name="archive">*.tar.xz</param>
bgstack15