summaryrefslogtreecommitdiff
path: root/scite/debian/_service
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-09-27 18:29:07 +0000
committerB. Stack <bgstack15@gmail.com>2022-09-27 18:29:07 +0000
commit40739739063284ea3fc42fce22bd4241b793b8b4 (patch)
tree3cfac834f4ab3be224e607b52f606aaf81cdcc89 /scite/debian/_service
parentMerge branch 'notepadnext-bump' into 'master' (diff)
parentscite 5.3.0 rc1 (diff)
downloadstackrpms-40739739063284ea3fc42fce22bd4241b793b8b4.tar.gz
stackrpms-40739739063284ea3fc42fce22bd4241b793b8b4.tar.bz2
stackrpms-40739739063284ea3fc42fce22bd4241b793b8b4.zip
Merge branch 'scite-bump' into 'master'
scite 5.3.0 rc1 See merge request bgstack15/stackrpms!319
Diffstat (limited to 'scite/debian/_service')
-rw-r--r--scite/debian/_service4
1 files changed, 2 insertions, 2 deletions
diff --git a/scite/debian/_service b/scite/debian/_service
index 969560d..0dbb42f 100644
--- a/scite/debian/_service
+++ b/scite/debian/_service
@@ -14,8 +14,8 @@
<service name="download_url">
<param name="protocol">https</param>
<param name="host">www.scintilla.org</param>
- <param name="path">scite524.tgz</param>
- <param name="filename">scite_5.2.4.orig.tar.gz</param>
+ <param name="path">scite530.tgz</param>
+ <param name="filename">scite_5.3.0.orig.tar.gz</param>
</service>
<service name="extract_file">
<param name="archive">*.tar.xz</param>
bgstack15