mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
autoupdater + use the new version number
This commit is contained in:
parent
4a1403b397
commit
471abb0e4f
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,7 @@ name = "Invidious"
|
|||
description.en = "Alternative front-end to YouTube"
|
||||
description.fr = "Front-end alternatif à YouTube"
|
||||
|
||||
version = "24.04.27~ynh1"
|
||||
version = "2.20240427~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -53,6 +53,9 @@ ram.runtime = "50M"
|
|||
url = "https://github.com/iv-org/invidious/archive/refs/tags/v2.20240427.tar.gz"
|
||||
sha256 = "0f290de213eda898f95fd0108652738f88bb6d09289e0cea86c178050271660d"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.version_regex = "^v(.*)$" # v<MAJOR><dot><YYYY><MM><DD>
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
[resources.install_dir]
|
||||
|
|
Loading…
Add table
Reference in a new issue