summaryrefslogtreecommitdiff
path: root/notepadnext/_service
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-11-22 20:43:04 +0000
committerB. Stack <bgstack15@gmail.com>2022-11-22 20:43:04 +0000
commit429d93518a8fe2eaf55e861b2321ba1dcaf50538 (patch)
tree7207c03a22cd58fbf9e6f9214a969e1ebaaeb163 /notepadnext/_service
parentMerge branch 'freefilesync-bump' into 'master' (diff)
parentnotepadnext 0.5.6 rc1 (diff)
downloadstackrpms-429d93518a8fe2eaf55e861b2321ba1dcaf50538.tar.gz
stackrpms-429d93518a8fe2eaf55e861b2321ba1dcaf50538.tar.bz2
stackrpms-429d93518a8fe2eaf55e861b2321ba1dcaf50538.zip
Merge branch 'notepadnext-bump' into 'master'
notepadnext 0.5.6 rc1 See merge request bgstack15/stackrpms!329
Diffstat (limited to 'notepadnext/_service')
-rw-r--r--notepadnext/_service2
1 files changed, 1 insertions, 1 deletions
diff --git a/notepadnext/_service b/notepadnext/_service
index f27271c..578b272 100644
--- a/notepadnext/_service
+++ b/notepadnext/_service
@@ -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.5.4</param>
+ <param name="revision">v0.5.6</param>
<param name="version">_none_</param>
<param name="submodules">enable</param>
</service>
bgstack15