From c8ccef50c9d15896408e4b94ae8cdd4c8e44bc02 Mon Sep 17 00:00:00 2001
From: steve-lad <72376554+steve-lad@users.noreply.github.com>
Date: Thu, 3 Jun 2021 14:24:46 +0200
Subject: [PATCH] Impliment FreePBX Updater
Add json file to repo
---
module.xml | 2 +-
sccpManagerUpdater.json | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 sccpManagerUpdater.json
diff --git a/module.xml b/module.xml
index 81ac2e4..d29a19a 100644
--- a/module.xml
+++ b/module.xml
@@ -24,7 +24,7 @@
13.0.0.2M
https://github.com/chan-sccp/sccp_manager
- https://chan-sccp.github.io/sccp_manager/update.json
+ https://chan-sccp.github.io/sccp_manager/sccpMangerUpdater.json
GPL
diff --git a/sccpManagerUpdater.json b/sccpManagerUpdater.json
new file mode 100644
index 0000000..c4830d5
--- /dev/null
+++ b/sccpManagerUpdater.json
@@ -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"
+}