From 55ab16a01ab2748ec6897869f31d427ae0d2f3b5 Mon Sep 17 00:00:00 2001 From: DarkFighterLuke Date: Tue, 14 May 2024 19:50:14 +0200 Subject: [PATCH] Fix plugin URL in manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 4b631b3..5c090d3 100644 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "version": "1.2.5.0", "changelog": "Ping the TA API to validate connection\n", "targetAbi": "10.8.0.0", - "sourceUrl": "https://github.com/tubearchivist/tubearchivist-jf-plugin/releases/tag/v1.2.5/tubearchivistmetadata_1.2.5.0.zip", + "sourceUrl": "https://github.com/tubearchivist/tubearchivist-jf-plugin/releases/download/v1.2.5/tubearchivistmetadata_1.2.5.0.zip", "checksum": "e4a0d076ffd84c976ad66dde91dfb840", "timestamp": "2024-05-14T17:37:17Z" }, @@ -82,4 +82,4 @@ } ] } -] \ No newline at end of file +]