From 93a93cbe68fb9230bb924e2c4e453ba365e695ad Mon Sep 17 00:00:00 2001 From: thisisAcidic <63687253+thisisAcidic@users.noreply.github.com> Date: Sat, 2 May 2026 21:29:43 +0200 Subject: [PATCH] fix: sync magisk update json with current release URLs (#563) --- extras/update_nonpatch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extras/update_nonpatch.json b/extras/update_nonpatch.json index d43f540..d603133 100644 --- a/extras/update_nonpatch.json +++ b/extras/update_nonpatch.json @@ -1,6 +1,6 @@ { "version": "v0.2.6", "versionCode": 46, - "zipUrl": "https://github.com/kavishdevar/librepods/releases/download/v0.2.3/LibrePods-FOSS-v0.2.3-release.zip", - "changelog": "https://raw.githubusercontent.com/kavishdevar/librepods/main/CHANGELOG.md" -} + "zipUrl": "https://github.com/kavishdevar/librepods/releases/download/v0.2.6/LibrePods-FOSS-v0.2.6-release.zip", + "changelog": "https://raw.githubusercontent.com/kavishdevar/librepods/main/extras/CHANGELOG.md" +} \ No newline at end of file