Impliment FreePBX Updater

Add json file to repo
This commit is contained in:
steve-lad 2021-06-03 14:24:46 +02:00
parent 3f7d59ee34
commit c8ccef50c9
2 changed files with 26 additions and 1 deletions

View file

@ -24,7 +24,7 @@
<version>13.0.0.2M</version>
</supported>
<info>https://github.com/chan-sccp/sccp_manager</info>
<updateurl>https://chan-sccp.github.io/sccp_manager/update.json</updateurl>
<updateurl>https://chan-sccp.github.io/sccp_manager/sccpMangerUpdater.json</updateurl>
<license>GPL</license>
<md5sum></md5sum>
<database>

25
sccpManagerUpdater.json Normal file
View file

@ -0,0 +1,25 @@
{
"rawname": "sccp_manager",
"repo": "unsupported",
"name": "Sccp Manager",
"version": "14.2.0.1",
"publisher": "Steve Lad",
"license": "GPL",
"licenselink": "http://www.gnu.org/licenses/gpl.txt",
"changelog": [
"*14.2.0.1* First release of new version without old interface",
"*13.0.0.1* Packaging of ver 1.0.0.1",
"*12.0.0.1* Packaging of ver 1.0.0.1"
],
"category": "Settings",
"description": "The Cisco Manager module lets you manage the chan-sccp module.",
"depends": {
"version": "14.0",
},
"supported": {
"version": "13.0"
},
"location": "https://github.com/chan-sccp/sccp_manager/archive/refs/tags/v14.1.0.1-alpha.zip",
"md5sum": "0b0682f5c5ed6a14bbb6b781021aa4d0",
"packaged": "3492782"
}