summaryrefslogtreecommitdiff
path: root/scite/debian/_service
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-12-04 15:41:05 -0500
committerB. Stack <bgstack15@gmail.com>2023-12-04 15:41:05 -0500
commit9d14d13a39701b47699192c93175792c9df3e026 (patch)
treea19b8fa4fb13e29890b7753d8bad39f5f87924a5 /scite/debian/_service
parentffs 13.2 dpkg rc1 (diff)
downloadstackrpms-9d14d13a39701b47699192c93175792c9df3e026.tar.gz
stackrpms-9d14d13a39701b47699192c93175792c9df3e026.tar.bz2
stackrpms-9d14d13a39701b47699192c93175792c9df3e026.zip
scite 5.4.0 rc1
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 88ccb3e..a4fd393 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">scite539.tgz</param>
- <param name="filename">scite_5.3.9.orig.tar.gz</param>
+ <param name="path">scite540.tgz</param>
+ <param name="filename">scite_5.4.0.orig.tar.gz</param>
</service>
<service name="extract_file">
<param name="archive">*.tar.xz</param>
bgstack15