1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Update v0.11.11 (#246)

* Update v0.11.11

* Update tests_upgrade from v0.11.9

---------

Co-authored-by: lapineige <lapineige@users.noreply.github.com>
This commit is contained in:
oufmilo 2024-02-10 15:49:06 +01:00 committed by GitHub
parent 8951c8a5d2
commit 3bc34f81c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View file

@ -5,7 +5,7 @@ name = "Pixelfed"
description.en = "ActivityPub Federated Image Sharing"
description.fr = "Logiciel de partage d'image fédéré via ActivityPub"
version = "0.11.9~ynh3"
version = "0.11.11~ynh1"
maintainers = ["yalh76", "Lapineige"]
@ -36,8 +36,8 @@ ram.runtime = "100M"
[resources]
[resources.sources.main]
url = "https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.9.tar.gz"
sha256 = "a56629a8094749911927a4a02b69fa3446f1a089315ff9b2ccfd85a5e26bd140"
url = "https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.11.11.tar.gz"
sha256 = "01bb56f0b2f888788d9cbf96809ce9f38b09be8e925036c7df8eb0236d1c3be6"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]

View file

@ -6,5 +6,4 @@ test_format = 1.0
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.a5ced524d5026bd15daf5f7647395212ae3c09b8.name = "Upgrade from 0.11.9"
test_upgrade_from.7a4833633f76d050296c783e565f8cdfc913c75a.name = "Upgrade from 0.11.2"
test_upgrade_from.aa1c6c9.name = "Upgrade from v0.11.9"