summaryrefslogtreecommitdiff
path: root/notepadnext/_service
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-11-22 12:13:41 -0500
committerB. Stack <bgstack15@gmail.com>2022-11-22 12:13:41 -0500
commitd3f8c615a7285dab8a219df580787389f8117adb (patch)
tree90117443d2d38caf64e6bf0298e939f1d368ca3e /notepadnext/_service
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-d3f8c615a7285dab8a219df580787389f8117adb.tar.gz
stackrpms-d3f8c615a7285dab8a219df580787389f8117adb.tar.bz2
stackrpms-d3f8c615a7285dab8a219df580787389f8117adb.zip
notepadnext 0.5.6 rc1
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