From 82a0650b593e137522c7f65d96af6347b36b5550 Mon Sep 17 00:00:00 2001 From: LukeMackin Date: Sun, 19 Jul 2026 20:47:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20manifest=20SHA256=E6=9B=B4=E6=96=B0(?= =?UTF-8?q?=E5=BD=93=E5=89=8DAPK=E9=87=8D=E7=BC=96=E5=90=8E=E5=93=88?= =?UTF-8?q?=E5=B8=8C=E5=8F=98=E5=8C=96)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ota/manifest-beta.json | 10 +++++++++- ota/manifest-nightly.json | 10 +++++++++- ota/manifest-stable.json | 10 +++++++++- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/ota/manifest-beta.json b/ota/manifest-beta.json index f2a3acc..0204d8d 100644 --- a/ota/manifest-beta.json +++ b/ota/manifest-beta.json @@ -1,6 +1,14 @@ { "version": "0.1.0", "builds": { - "android": { "type": "apk", "tag": "v0.1.0-dav-android-7", "url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-7/v0.1.0-dav-android-7-debug.apk", "sha256": "7cb4a957d3f6f2f17333bafb13d33ca02ec4dce99fdf1335d203d1aa5a7cb197", "size": 3235269, "channel": "beta", "minVersion": "0.1.0" } + "android": { + "type": "apk", + "tag": "v0.1.0-dav-android-7", + "url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-7/v0.1.0-dav-android-7-debug.apk", + "sha256": "e9420218c8f90bd158043758b0fdb0d308f7047a52b9b7317f6a824431a6e017", + "size": 3236861, + "channel": "beta", + "minVersion": "0.1.0" + } } } diff --git a/ota/manifest-nightly.json b/ota/manifest-nightly.json index 7a6477e..7d26412 100644 --- a/ota/manifest-nightly.json +++ b/ota/manifest-nightly.json @@ -1,6 +1,14 @@ { "version": "0.1.0", "builds": { - "android": { "type": "apk", "tag": "v0.1.0-dav-android-7", "url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-7/v0.1.0-dav-android-7-debug.apk", "sha256": "7cb4a957d3f6f2f17333bafb13d33ca02ec4dce99fdf1335d203d1aa5a7cb197", "size": 3235269, "channel": "nightly", "minVersion": "0.1.0" } + "android": { + "type": "apk", + "tag": "v0.1.0-dav-android-7", + "url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-7/v0.1.0-dav-android-7-debug.apk", + "sha256": "e9420218c8f90bd158043758b0fdb0d308f7047a52b9b7317f6a824431a6e017", + "size": 3236861, + "channel": "nightly", + "minVersion": "0.1.0" + } } } diff --git a/ota/manifest-stable.json b/ota/manifest-stable.json index 287481d..b0465fd 100644 --- a/ota/manifest-stable.json +++ b/ota/manifest-stable.json @@ -1,6 +1,14 @@ { "version": "0.1.0", "builds": { - "android": { "type": "apk", "tag": "v0.1.0-dav-android-7", "url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-7/v0.1.0-dav-android-7-debug.apk", "sha256": "7cb4a957d3f6f2f17333bafb13d33ca02ec4dce99fdf1335d203d1aa5a7cb197", "size": 3235269, "channel": "stable", "minVersion": "0.1.0" } + "android": { + "type": "apk", + "tag": "v0.1.0-dav-android-7", + "url": "https://git.childish-ghost.com/LukeMackin/Yuzu-GCA/releases/download/v0.1.0-dav-android-7/v0.1.0-dav-android-7-debug.apk", + "sha256": "e9420218c8f90bd158043758b0fdb0d308f7047a52b9b7317f6a824431a6e017", + "size": 3236861, + "channel": "stable", + "minVersion": "0.1.0" + } } }