From 49293662e078b9782f52be8f7ff00974da94188b Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Mon, 20 Nov 2023 08:07:10 +0100 Subject: [PATCH 1/5] Update manifest.toml --- manifest.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 344b450..9bc87a4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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 From 64b0899990c69c842cdb1f0c75f4bac7a8933361 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 20 Nov 2023 07:07:16 +0000 Subject: [PATCH 2/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d297bd7..255b4cf 100755 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Owncast is an open source, self-hosted, decentralized, single user live streamin * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 158e82f..c45ea84 100755 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ Owncast est un serveur de diffusion en direct et de chat open source, auto-hébe * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From 8c4d33d6dee2066b2ee9cad10c30bda78c0254a3 Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Wed, 22 Nov 2023 22:55:51 +0100 Subject: [PATCH 3/5] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 9bc87a4..6399027 100644 --- a/manifest.toml +++ b/manifest.toml @@ -50,7 +50,7 @@ ram.runtime = "50M" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-linux-64bit.zip" - autoupdate.asset.arm64 = ".*-linux-arm64bit.zip" + autoupdate.asset.arm64 = ".*-linux-arm64.zip" autoupdate.asset.armhf = ".*-linux-32bit.zip" [resources.ports] From 53f21eae8ca4d4f385c5384c5be7b5b66f08c48a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 23 Nov 2023 05:17:25 +0100 Subject: [PATCH 4/5] Upgrade to v0.1.2 --- manifest.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6399027..6cf39b0 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.1~ynh1" +version = "0.1.2~ynh1" maintainers = ["eric_G"] @@ -41,12 +41,12 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - amd64.url = "https://github.com/owncast/owncast/releases/download/v0.1.1/owncast-0.1.1-linux-64bit.zip" - amd64.sha256 = "b90b7f4b5b88a8add06d6326056b9aae259da27b3c6a4b85467b474d947071d4" - arm64.url = "https://github.com/owncast/owncast/releases/download/v0.1.1/owncast-0.1.1-linux-arm64.zip" - arm64.sha256 = "fc9efdda966ffe521d84d2145d334ee17fda6bb8c08dfbe6cbc91745579aecb3" - armhf.url = "https://github.com/owncast/owncast/releases/download/v0.1.1/owncast-0.1.1-linux-32bit.zip" - armhf.sha256 = "8fb49c3525ff13c973d48085251b6b6d33a5584ac7c7b233f0c906c7219f6578" + 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" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-linux-64bit.zip" From 34f51403b5fdc2128f19c99eb42af0d4c4b01665 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 23 Nov 2023 04:17:28 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 255b4cf..934f3a2 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Owncast is an open source, self-hosted, decentralized, single user live streaming and chat server for running your own live streams similar in style to the large mainstream options. It offers complete ownership over your content, interface, moderation and audience. -**Shipped version:** 0.1.1~ynh1 +**Shipped version:** 0.1.2~ynh1 **Demo:** https://watch.owncast.online/ diff --git a/README_fr.md b/README_fr.md index c45ea84..324fe4b 100755 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Owncast est un serveur de diffusion en direct et de chat open source, auto-hébergé, décentralisé et à utilisateur unique pour exécuter vos propres diffusions en direct dans un style similaire aux grandes options grand public. Il offre une propriété complète sur votre contenu, votre interface, votre modération et votre audience. -**Version incluse :** 0.1.1~ynh1 +**Version incluse :** 0.1.2~ynh1 **Démo :** https://watch.owncast.online/