From fb75f9808b9c4b1a782b087e57df7a54b8d632d0 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Thu, 16 Nov 2023 15:13:38 +0100 Subject: [PATCH] Add unit test update 1.3.3 to 1.3.4 and fix bad hash info --- manifest.toml | 2 +- tests.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ec359b8..ec45484 100644 --- a/manifest.toml +++ b/manifest.toml @@ -45,7 +45,7 @@ ram.runtime = "50M" [resources.sources] [resources.sources.api] url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.4/download?job=build_api" - sha256 = "1c2906d968089a796752f9444dd777146d5f71c4af3d2f083740759c2ef656fa" + sha256 = "8a05e3cab5c698cb89a23e1cd8b95c0e0ce2a2bea1580e1ec59364a07a870cd5" in_subdir = true extract = true format = "zip" diff --git a/tests.toml b/tests.toml index 91a8d77..d95b565 100644 --- a/tests.toml +++ b/tests.toml @@ -4,4 +4,5 @@ test_format = 1.0 test_upgrade_from.9058c1b.name = "1.3.1" test_upgrade_from.fefe575.name = "1.3.2" + test_upgrade_from.0e8366d.name = "1.3.3"