summaryrefslogtreecommitdiff
path: root/notepadnext/debian/_service
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-04-10 10:10:53 -0400
committerB. Stack <bgstack15@gmail.com>2023-04-10 10:13:43 -0400
commita120fb25d188767366cf612a8ad5ffe763261732 (patch)
tree37eef460dcb63a84c0243f9c1199e4dc9b17e1b7 /notepadnext/debian/_service
parentnpp 8.5.2 (diff)
downloadstackrpms-a120fb25d188767366cf612a8ad5ffe763261732.tar.gz
stackrpms-a120fb25d188767366cf612a8ad5ffe763261732.tar.bz2
stackrpms-a120fb25d188767366cf612a8ad5ffe763261732.zip
nn 0.6.1 rc1
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