Impliment FreePBX Updater
Add json file to repo
This commit is contained in:
parent
3f7d59ee34
commit
c8ccef50c9
|
@ -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
25
sccpManagerUpdater.json
Normal 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"
|
||||
}
|
Loading…
Reference in a new issue