1
0
Fork 0
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:
Tagada 2023-11-20 08:07:10 +01:00 committed by GitHub
parent 5c86505082
commit 49293662e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.url = "https://github.com/owncast/owncast/releases/download/v0.1.1/owncast-0.1.1-linux-32bit.zip"
armhf.sha256 = "8fb49c3525ff13c973d48085251b6b6d33a5584ac7c7b233f0c906c7219f6578" armhf.sha256 = "8fb49c3525ff13c973d48085251b6b6d33a5584ac7c7b233f0c906c7219f6578"
in_subdir = false 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] [resources.ports]
stream.default = 1935 stream.default = 1935