Skip to content

Commit 9a4a13b

Browse files
committed
Change repo owner and re-release
1 parent c3098b1 commit 9a4a13b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4949
- A license file.
5050
- GitHub workflows to lint the script as well as build and publish the module.
5151

52-
[2.2.1]: https://github.com/D3SOX/magisk-supl-replacer/releases/tag/v2.2.1
52+
[2.2.1]: https://github.com/Magisk-Modules-Alt-Repo/supl-replacer/releases/tag/v2.2.1
5353
[2.2.0]: https://github.com/D3SOX/magisk-supl-replacer/releases/tag/v2.2.0
5454
[2.1.0]: https://github.com/D3SOX/magisk-supl-replacer/releases/tag/v2.1.0
5555
[2.0.0]: https://github.com/D3SOX/magisk-supl-replacer/releases/tag/v2.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This module also replaces the NTP server specified in the same configuration fil
2727

2828
## Installation
2929

30-
Simply download the latest build from the [Release](https://github.com/D3SOX/magisk-supl-replacer/releases) section and install it with Magisk Manager!
30+
Simply download the latest build from the [Release](https://github.com/Magisk-Modules-Alt-Repo/supl-replacer/releases) section and install it with Magisk Manager!
3131

3232
You can also flash it in a custom recovery like TWRP but using Magisk Manager is definitely recommended.
3333

module.prop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version=v2.2.1
44
versionCode=5
55
author=PlqnK, D3SOX
66
description=Replace the SUPL (Secure User-Plane Location) provider in Android's gps.conf.
7-
updateJson=https://raw.githubusercontent.com/D3SOX/magisk-supl-replacer/master/update.json
7+
updateJson=https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/supl-replacer/master/update.json

update.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v2.2.0",
3-
"versionCode": 4,
4-
"zipUrl": "https://github.com/D3SOX/magisk-supl-replacer/releases/download/v2.2.0/supl-replacer-v2.2.0.zip",
5-
"changelog": "https://raw.githubusercontent.com/D3SOX/magisk-supl-replacer/master/CHANGELOG.md"
2+
"version": "v2.2.1",
3+
"versionCode": 5,
4+
"zipUrl": "https://github.com/Magisk-Modules-Alt-Repo/supl-replacer/releases/download/v2.2.1/supl-replacer-v2.2.1.zip",
5+
"changelog": "https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/supl-replacer/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)