summaryrefslogtreecommitdiff
path: root/notepadnext/debian/_service
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-11-06 14:44:39 -0500
committerB. Stack <bgstack15@gmail.com>2023-11-06 14:44:39 -0500
commit7590ce47e0a06b4f4949ab66da5380b6e96447ae (patch)
tree417cffd8d09c0b14f2e83cf0989255d36a60e153 /notepadnext/debian/_service
parentnotepadpp 8.5.8 (diff)
downloadstackrpms-7590ce47e0a06b4f4949ab66da5380b6e96447ae.tar.gz
stackrpms-7590ce47e0a06b4f4949ab66da5380b6e96447ae.tar.bz2
stackrpms-7590ce47e0a06b4f4949ab66da5380b6e96447ae.zip
notepadnext v0.6.4 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 3e17621..3238373 100644
--- a/notepadnext/debian/_service
+++ b/notepadnext/debian/_service
@@ -4,7 +4,7 @@
<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>
+ <param name="revision">master</param>
<param name="version">_none_</param>
</service>
<service name="recompress">
@@ -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.1</param>
+ <param name="revision">v0.6.4</param>
<param name="version">_none_</param>
<param name="submodules">enable</param>
</service>
bgstack15