From 729a58a1a5df6b1cc3aeb4b3d4a41f7ebcc64c55 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 8 Apr 2024 03:40:24 +0200 Subject: [PATCH] Upgrade to v0.1.3 https://github.com/owncast/owncast/releases/tag/v0.1.3 --- manifest.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 16ba3ef..ffd7657 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Owncast" description.en = "Live video and web chat server for use with existing broadcasting software" description.fr = "Serveur de vidéo en direct et de chat Web à utiliser avec un logiciel de diffusion" -version = "0.1.2~ynh1" +version = "0.1.3~ynh1" maintainers = [] @@ -44,12 +44,12 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - amd64.url = "https://github.com/owncast/owncast/releases/download/v0.1.2/owncast-0.1.2-linux-64bit.zip" - amd64.sha256 = "33b0a329c9870f06cab45c053a735f851b94d2e7fffd7a0d3b19ea857cdbc4bd" - arm64.url = "https://github.com/owncast/owncast/releases/download/v0.1.2/owncast-0.1.2-linux-arm64.zip" - arm64.sha256 = "cc4f4da0a61498edcec85050f39705d8ec4cf5f1e555ebc59232ace297e1a987" - armhf.url = "https://github.com/owncast/owncast/releases/download/v0.1.2/owncast-0.1.2-linux-32bit.zip" - armhf.sha256 = "40df0dff32ac87623ded066bde63117d9365d4b766fcd24353b14c33b70bfd8c" + amd64.url = "https://github.com/owncast/owncast/releases/download/v0.1.3/owncast-0.1.3-linux-64bit.zip" + amd64.sha256 = "e571978464fd1a52f54ea7dbe454e3d4642b4eab13701144a4236622acceaf30" + arm64.url = "https://github.com/owncast/owncast/releases/download/v0.1.3/owncast-0.1.3-linux-arm64.zip" + arm64.sha256 = "a40efb8786fae0341687450f570b2c206cd9e29aae7f3c0c8404f9ddbe5a7ad6" + armhf.url = "https://github.com/owncast/owncast/releases/download/v0.1.3/owncast-0.1.3-linux-32bit.zip" + armhf.sha256 = "7370246ccd21fad1b7afcef05fae9d98025175a60f21fac1870bced00cd096d6" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-linux-64bit.zip"