summaryrefslogtreecommitdiff
path: root/scite/debian/_service
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-10-08 18:22:09 -0400
committerB. Stack <bgstack15@gmail.com>2023-10-08 18:22:09 -0400
commit885bda0fecd0dd7e706ea4a71d21965eb1919280 (patch)
tree4cd0e35c5d8589b8706a478e0e88053656a041bc /scite/debian/_service
parentMerge branch 'makemkv-bump' (diff)
parentscite 5.3.8 rc1 (diff)
downloadstackrpms-885bda0fecd0dd7e706ea4a71d21965eb1919280.tar.gz
stackrpms-885bda0fecd0dd7e706ea4a71d21965eb1919280.tar.bz2
stackrpms-885bda0fecd0dd7e706ea4a71d21965eb1919280.zip
Merge branch 'scite-bump'
Diffstat (limited to 'scite/debian/_service')
-rw-r--r--scite/debian/_service8
1 files changed, 4 insertions, 4 deletions
diff --git a/scite/debian/_service b/scite/debian/_service
index e6aebac..df219e0 100644
--- a/scite/debian/_service
+++ b/scite/debian/_service
@@ -1,10 +1,10 @@
<services>
<service name="tar_scm">
<param name="scm">git</param>
- <param name="url">https://bgstack15.ddns.net/cgit/stackrpms</param>
+ <param name="url">https://gitlab.com/bgstack15/stackrpms.git</param>
<param name="subdir">scite/debian</param>
<param name="filename">debian</param>
- <param name="revision">master</param>
+ <param name="revision">scite-bump</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">scite536.tgz</param>
- <param name="filename">scite_5.3.6.orig.tar.gz</param>
+ <param name="path">scite538.tgz</param>
+ <param name="filename">scite_5.3.8.orig.tar.gz</param>
</service>
<service name="extract_file">
<param name="archive">*.tar.xz</param>
bgstack15