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/ diff --git a/manifest.toml b/manifest.toml index 344b450..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,14 +41,17 @@ 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_tag" + autoupdate.strategy = "latest_github_release" + autoupdate.asset.amd64 = ".*-linux-64bit.zip" + autoupdate.asset.arm64 = ".*-linux-arm64.zip" + autoupdate.asset.armhf = ".*-linux-32bit.zip" [resources.ports] stream.default = 1935