From 5c64b6d1eb760d889ac955f9a24760f7ee9a2ef5 Mon Sep 17 00:00:00 2001 From: Tony Tkachenko <103267335+tonytkachenko@users.noreply.github.com> Date: Mon, 30 May 2022 12:53:13 +0300 Subject: [PATCH 1/3] Add Magisk module update mechanism --- module/module.prop | 1 + update.json | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 update.json diff --git a/module/module.prop b/module/module.prop index 07faa93..19b5f81 100644 --- a/module/module.prop +++ b/module/module.prop @@ -4,3 +4,4 @@ version=v1.2 versionCode=3 author=AdGuard description=Copies AdGuard's CA certificate from the user certificate store to the system store and forces Zygisk unmount procedures for certain browsers. +updateJson=https://github.com/AdguardTeam/adguardcert/raw/master/update.json diff --git a/update.json b/update.json new file mode 100644 index 0000000..0b7b2e0 --- /dev/null +++ b/update.json @@ -0,0 +1,6 @@ +{ + "version": "v1.2", + "versionCode": 3, + "zipUrl": "https://github.com/AdguardTeam/adguardcert/releases/download/v1.2/adguardcert-v1.2.zip", + "changelog": "https://github.com/AdguardTeam/adguardcert/releases/tag/v1.2" +} \ No newline at end of file From abca6084a19115521da4906ebee72122399da872 Mon Sep 17 00:00:00 2001 From: Tony Tkachenko <103267335+tonytkachenko@users.noreply.github.com> Date: Mon, 30 May 2022 13:06:12 +0300 Subject: [PATCH 2/3] Update module/module.prop --- module/module.prop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/module.prop b/module/module.prop index 19b5f81..3e7d000 100644 --- a/module/module.prop +++ b/module/module.prop @@ -4,4 +4,4 @@ version=v1.2 versionCode=3 author=AdGuard description=Copies AdGuard's CA certificate from the user certificate store to the system store and forces Zygisk unmount procedures for certain browsers. -updateJson=https://github.com/AdguardTeam/adguardcert/raw/master/update.json +updateJson=https://raw.githubusercontent.com/AdguardTeam/adguardcert/master/update.json From dd3ce58fe29ece7a9f2543d5d9ec6fcd0ff4a54e Mon Sep 17 00:00:00 2001 From: Sergey Fionov Date: Tue, 24 Oct 2023 17:24:47 +0300 Subject: [PATCH 3/3] Update update.json Updated pull request --- update.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/update.json b/update.json index 0b7b2e0..adcfc46 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.2", - "versionCode": 3, - "zipUrl": "https://github.com/AdguardTeam/adguardcert/releases/download/v1.2/adguardcert-v1.2.zip", - "changelog": "https://github.com/AdguardTeam/adguardcert/releases/tag/v1.2" -} \ No newline at end of file + "version": "v2.0", + "versionCode": 35, + "zipUrl": "https://github.com/AdguardTeam/adguardcert/releases/download/v2.0/adguardcert-v2.0.zip", + "changelog": "https://github.com/AdguardTeam/adguardcert/releases/tag/v2.0" +}