File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "version" : " 1.0.0" ,
3+ "description" : " NetLinx module for scheduling events" ,
4+ "homepage" : " https://github.com/Norgate-AV/NAVDatabase.Amx.EventScheduler" ,
5+ "license" : " MIT" ,
6+ "url" : " https://github.com/Norgate-AV/NAVDatabase.Amx.EventScheduler/releases/download/v1.0.0/NAVDatabase.Amx.EventScheduler.1.0.0.archive.zip" ,
7+ "hash" : " 0a2ff4a9b0d3747c9d457af3fdf085e3e7c7b1cb63cc7a5d52f6b9e34934bbd7" ,
8+ "depends" : " norgateav-amx/navfoundation-amx" ,
9+ "pre_install" : " if (!(is_admin)) { error \" This package requires admin rights to install\" ; break }" ,
10+ "post_install" : " . $dir\\ SymLink.ps1" ,
11+ "pre_uninstall" : " . $dir\\ SymLink.ps1 -Delete" ,
12+ "checkver" : {
13+ "url" : " https://api.github.com/repos/Norgate-AV/NAVDatabase.Amx.EventScheduler/releases" ,
14+ "regex" : " \" tag_name\"\\ s*:\\ s*\" v([\\ d.]+)\" "
15+ },
16+ "autoupdate" : {
17+ "url" : " https://github.com/Norgate-AV/NAVDatabase.Amx.EventScheduler/releases/download/v$version/NAVDatabase.Amx.EventScheduler.$version.archive.zip" ,
18+ "hash" : {
19+ "url" : " $url.sha256"
20+ }
21+ }
22+ }
You can’t perform that action at this time.
0 commit comments