diff options
author | B. Stack <bgstack15@gmail.com> | 2023-01-22 17:00:08 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-01-22 17:00:08 -0500 |
commit | 6aafea9937e1df2cef5229e6363d2fb55ec33425 (patch) | |
tree | a8dff38f92a0d7dbd10deef61a9d7a9bedb49501 /notepadnext | |
parent | notepadnext 0.6 (diff) | |
download | stackrpms-6aafea9937e1df2cef5229e6363d2fb55ec33425.tar.gz stackrpms-6aafea9937e1df2cef5229e6363d2fb55ec33425.tar.bz2 stackrpms-6aafea9937e1df2cef5229e6363d2fb55ec33425.zip |
nn: update _service file
Diffstat (limited to 'notepadnext')
-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> |