mirror of
https://github.com/YunoHost-Apps/lemmy_ynh.git
synced 2024-09-03 19:36:09 +02:00
Bump to 0.19.5, fix autoupdate
This commit is contained in:
parent
3eb9bf9f04
commit
a811f537b3
1 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@ name = "Lemmy"
|
||||||
description.en = "Link aggregator/Reddit clone for the fediverse"
|
description.en = "Link aggregator/Reddit clone for the fediverse"
|
||||||
description.fr = "Agrégateur de liens/clone Reddit pour le fedivers"
|
description.fr = "Agrégateur de liens/clone Reddit pour le fedivers"
|
||||||
|
|
||||||
version = "0.18.2~ynh3"
|
version = "0.19.5~ynh1"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -46,18 +46,18 @@ ram.runtime = "50M"
|
||||||
sha256 = "55fc078688867ce662416f6eaf1fabe33d6a9551226abbc341ec4b42dcf78610"
|
sha256 = "55fc078688867ce662416f6eaf1fabe33d6a9551226abbc341ec4b42dcf78610"
|
||||||
# Actually not used, just here for autoupdate
|
# Actually not used, just here for autoupdate
|
||||||
prefetch = false
|
prefetch = false
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
|
||||||
[resources.sources.docker-image-extract]
|
[resources.sources.docker-image-extract]
|
||||||
url = "https://github.com/jjlin/docker-image-extract/archive/b664b29a1de37d25f732e885e1331a8e90f67dcd.tar.gz"
|
url = "https://github.com/jjlin/docker-image-extract/archive/4273b2796da5055e431b4db5efe29a71bba12b45.tar.gz"
|
||||||
sha256 = "7b2c8baeec6e9a67c905d4d55e4dc0944815cf55bd6bf11fadbb6eb8990b4912"
|
sha256 = "8e582bb186bdb1053051ad6be8829ebb4af418cb4e43005efc9d7749e0269cba"
|
||||||
|
|
||||||
autoupdate.upstream = "https://github.com/jjlin/docker-image-extract"
|
autoupdate.upstream = "https://github.com/jjlin/docker-image-extract"
|
||||||
autoupdate.strategy = "latest_github_commit"
|
autoupdate.strategy = "latest_github_commit"
|
||||||
|
|
||||||
[resources.sources.lemmy-translations]
|
[resources.sources.lemmy-translations]
|
||||||
url = "https://github.com/LemmyNet/lemmy-translations/archive/f1602a5993c426d56ebb7c98a8453fbfb482e9a7.tar.gz"
|
url = "https://github.com/LemmyNet/lemmy-translations/archive/73f8fcaae7d76a596cad281d70fe6917912e0a8e.tar.gz"
|
||||||
sha256 = "570d3f8c1ab13dbf72fd2f2f6d7a930a5fd7233259fbd0f1b156205524f0e4c3"
|
sha256 = "6eadc85c58128fb991645a6b575e6959bc4c756f2e95770e8789934c476dc45c"
|
||||||
|
|
||||||
autoupdate.upstream = "https://github.com/LemmyNet/lemmy-translations/"
|
autoupdate.upstream = "https://github.com/LemmyNet/lemmy-translations/"
|
||||||
autoupdate.strategy = "latest_github_commit"
|
autoupdate.strategy = "latest_github_commit"
|
||||||
|
|
Loading…
Reference in a new issue