1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

upgrade to 1.3.1

This commit is contained in:
Thomas 2023-06-27 21:21:01 +02:00 committed by GitHub
parent a5006b9891
commit 32de9573fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

@ -5,7 +5,7 @@ name = "Funkwhale"
description.en = "Convivial and modern music server"
description.fr = "Serveur de musique moderne et convivial"
version = "1.3.0~ynh5"
version = "1.3.1~ynh1"
maintainers = ["Thovi98"]
@ -45,15 +45,15 @@ ram.runtime = "50M"
[resources]
[resources.sources]
[resources.sources.api]
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.0/download?job=build_api"
sha256 = "57323ce6641183bd33fcf3aa243b0b7aba667509da8c5c3446b73def40109650"
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.1/download?job=build_api"
sha256 = "22c6cf75397d860d39d4f014b2f0b5f09c3aab3fb6768c13f1aaa3ed831e4649"
in_subdir = true
extract = true
format = "zip"
[resources.sources.front]
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.3.0/download?job=build_front"
sha256 = "8e17543cd688572f7e48c9c416ef33c065c7c6ac01b5ae85939632030a530bf0"
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.3.1/download?job=build_front"
sha256 = "9c26b043fa88a8993b25a700376241239bec4a31c34725c63095d03f18a82a82"
in_subdir = true
extract = true
format = "zip"

View file

@ -6,4 +6,5 @@ test_format = 1.0
test_upgrade_from.7a50028.name = "1.2.9"
test_upgrade_from.ae7b6c5.name = "1.2.10"
test_upgrade_from.a5006b9.name = "1.3.0"