summaryrefslogtreecommitdiff
path: root/notepadnext/debian/_service
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2025-01-24 16:20:40 -0500
committerB. Stack <bgstack15@gmail.com>2025-01-24 16:20:40 -0500
commit3c4dcaab990a58e35b0503f608a40e0f02305698 (patch)
tree8f5ce0c8814ef645184109eaa5a2bfe80bbe9846 /notepadnext/debian/_service
parentfix veracrypt _service (diff)
downloadstackrpms-master.tar.gz
stackrpms-master.tar.bz2
stackrpms-master.zip
notepadnext 0.10HEADmaster
Diffstat (limited to 'notepadnext/debian/_service')
-rw-r--r--notepadnext/debian/_service2
1 files changed, 1 insertions, 1 deletions
diff --git a/notepadnext/debian/_service b/notepadnext/debian/_service
index fdb23b7..ea9736e 100644
--- a/notepadnext/debian/_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.9</param>
+ <param name="revision">v0.10</param>
<param name="version">_none_</param>
<param name="submodules">enable</param>
</service>
bgstack15