summaryrefslogtreecommitdiff
path: root/notepadnext/debian/_service
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-04-23 15:27:51 +0000
committerB. Stack <bgstack15@gmail.com>2023-04-23 15:27:51 +0000
commit564c26cc25ddbd3a903e5cfb7775a41170e0d843 (patch)
tree201d71dc920017761aa737147997ff53f7dc2889 /notepadnext/debian/_service
parentMerge branch 'veracrypt-bump' into 'master' (diff)
parentnn 0.6.1 rc1 (diff)
downloadstackrpms-564c26cc25ddbd3a903e5cfb7775a41170e0d843.tar.gz
stackrpms-564c26cc25ddbd3a903e5cfb7775a41170e0d843.tar.bz2
stackrpms-564c26cc25ddbd3a903e5cfb7775a41170e0d843.zip
Merge branch 'notepadnext-bump' into 'master'
notepadnext 0.6.1 See merge request bgstack15/stackrpms!347
Diffstat (limited to 'notepadnext/debian/_service')
-rw-r--r--notepadnext/debian/_service4
1 files changed, 2 insertions, 2 deletions
diff --git a/notepadnext/debian/_service b/notepadnext/debian/_service
index 96a27c1..3e17621 100644
--- a/notepadnext/debian/_service
+++ b/notepadnext/debian/_service
@@ -1,7 +1,7 @@
<services>
<service name="tar_scm">
<param name="scm">git</param>
- <param name="url">https://gitlab.com/bgstack15/stackrpms.git</param>
+ <param name="url">https://bgstack15.ddns.net/cgit/stackrpms</param>
<param name="subdir">notepadnext/debian</param>
<param name="filename">debian</param>
<param name="revision">notepadnext-bump</param>
@@ -14,7 +14,7 @@
<service name="tar_scm">
<param name="scm">git</param>
<param name="url">https://github.com/dail8859/NotepadNext.git</param>
- <param name="revision">v0.6</param>
+ <param name="revision">v0.6.1</param>
<param name="version">_none_</param>
<param name="submodules">enable</param>
</service>
bgstack15