mirror of
https://github.com/YunoHost-Apps/libreddit_ynh.git
synced 2024-09-03 19:36:05 +02:00
Update manifest.toml
This commit is contained in:
parent
9cd34c1f51
commit
eb1a5dca8d
1 changed files with 6 additions and 8 deletions
|
@ -5,15 +5,13 @@ name = "Libreddit"
|
||||||
description.en = "Libre alternative to Reddit"
|
description.en = "Libre alternative to Reddit"
|
||||||
description.fr = "Alternative libre à Reddit"
|
description.fr = "Alternative libre à Reddit"
|
||||||
|
|
||||||
version = "3.0.0~ynh4"
|
version = "0.30.1~ynh5"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "AGPL-3.0"
|
license = "AGPL-3.0"
|
||||||
website = "https://libreddit.spike.codes/"
|
code = "https://github.com/libreddit/libreddit"
|
||||||
demo = "https://libreddit.spike.codes/"
|
|
||||||
code = "https://github.com/spikecodes/libreddit"
|
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.19"
|
yunohost = ">= 11.1.19"
|
||||||
|
@ -38,12 +36,12 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/spikecodes/libreddit/archive/refs/tags/v3.0.0.tar.gz"
|
url = "https://github.com/libreddit/libreddit/releases/download/v0.30.1/libreddit"
|
||||||
sha256 = "2acba35564fb54401adc1bcc2a39b9724fc437bebcf31657c1e5204cdb1940eb"
|
sha256 = "60dd0c785d2b49c628308b99b0e630c4d47584616318937acf3a083e39502035"
|
||||||
extract = false
|
extract = false
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
rename = "libreddit"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.asset = "^libreddit$"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue