summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-01-22 17:00:08 -0500
committerB. Stack <bgstack15@gmail.com>2023-01-22 17:00:08 -0500
commit6aafea9937e1df2cef5229e6363d2fb55ec33425 (patch)
treea8dff38f92a0d7dbd10deef61a9d7a9bedb49501
parentnotepadnext 0.6 (diff)
downloadstackrpms-6aafea9937e1df2cef5229e6363d2fb55ec33425.tar.gz
stackrpms-6aafea9937e1df2cef5229e6363d2fb55ec33425.tar.bz2
stackrpms-6aafea9937e1df2cef5229e6363d2fb55ec33425.zip
nn: update _service file
-rw-r--r--notepadnext/debian/_service (renamed from notepadnext/_service)2
1 files changed, 1 insertions, 1 deletions
diff --git a/notepadnext/_service b/notepadnext/debian/_service
index 578b272..96a27c1 100644
--- a/notepadnext/_service
+++ b/notepadnext/debian/_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.6</param>
+ <param name="revision">v0.6</param>
<param name="version">_none_</param>
<param name="submodules">enable</param>
</service>
bgstack15