summaryrefslogtreecommitdiff
path: root/scite/debian/_service
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-03-20 15:30:14 -0400
committerB. Stack <bgstack15@gmail.com>2024-03-20 15:30:14 -0400
commite33385a226bfee17c3315845d88490882064ec67 (patch)
tree84fac8c0ee5b1e74e590115f50706bf562fb8012 /scite/debian/_service
parenttmdbv3api: d/control add b-d: python3-requests (diff)
downloadstackrpms-e33385a226bfee17c3315845d88490882064ec67.tar.gz
stackrpms-e33385a226bfee17c3315845d88490882064ec67.tar.bz2
stackrpms-e33385a226bfee17c3315845d88490882064ec67.zip
scite 5.4.3 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 6cdaf86..54521c1 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">scite541.tgz</param>
- <param name="filename">scite_5.4.1.orig.tar.gz</param>
+ <param name="path">scite543.tgz</param>
+ <param name="filename">scite_5.4.3.orig.tar.gz</param>
</service>
<service name="extract_file">
<param name="archive">*.tar.xz</param>
bgstack15