mirror of
https://github.com/YunoHost-Apps/owncast_ynh.git
synced 2024-09-03 19:56:20 +02:00
Update manifest.toml
This commit is contained in:
parent
5c86505082
commit
49293662e0
1 changed files with 4 additions and 1 deletions
|
@ -48,7 +48,10 @@ ram.runtime = "50M"
|
|||
armhf.url = "https://github.com/owncast/owncast/releases/download/v0.1.1/owncast-0.1.1-linux-32bit.zip"
|
||||
armhf.sha256 = "8fb49c3525ff13c973d48085251b6b6d33a5584ac7c7b233f0c906c7219f6578"
|
||||
in_subdir = false
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = ".*-linux-64bit.zip"
|
||||
autoupdate.asset.arm64 = ".*-linux-arm64bit.zip"
|
||||
autoupdate.asset.armhf = ".*-linux-32bit.zip"
|
||||
|
||||
[resources.ports]
|
||||
stream.default = 1935
|
||||
|
|
Loading…
Add table
Reference in a new issue