From e7d7721e5cf88cade4c804aef0eb47358ea00195 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 5 Mar 2022 23:11:07 +0100 Subject: [PATCH 1/4] 0.0.11 --- conf/amd64.src | 4 ++-- conf/arm64.src | 4 ++-- conf/armhf.src | 4 ++-- manifest.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/amd64.src b/conf/amd64.src index 168f899..5afeaef 100755 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/owncast/owncast/releases/download/v0.0.10/owncast-0.0.10-linux-64bit.zip -SOURCE_SUM=6e56a595e85152313237a2768e660244ee85ec5f2eca9652fbe4cd8c4dbd3cdc +SOURCE_URL=https://github.com/owncast/owncast/releases/download/v0.0.11/owncast-0.0.11-linux-64bit.zip +SOURCE_SUM= SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/arm64.src b/conf/arm64.src index 4af45c8..4bc08e6 100755 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/owncast/owncast/releases/download/v0.0.10/owncast-0.0.10-linux-arm64.zip -SOURCE_SUM=a3c2a3696a8584724a55ff4761a0ca3ff5bc2f7f19cd98251e2f0f7c2bf6fe90 +SOURCE_URL=https://github.com/owncast/owncast/releases/download/v0.0.11/owncast-0.0.11-linux-arm64.zip +SOURCE_SUM= SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/armhf.src b/conf/armhf.src index 09b54c8..90a9838 100755 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/owncast/owncast/releases/download/v0.0.10/owncast-0.0.10-linux-arm7.zip -SOURCE_SUM=c337bb9c237c0347c9ee0a72ae3efa24d8c42947e4183802aaa3312c8529ae2f +SOURCE_URL=https://github.com/owncast/owncast/releases/download/v0.0.11/owncast-0.0.11-linux-arm7.zip +SOURCE_SUM= SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index e33bb88..030e5fa 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted live video and web chat server for use with existing broadcasting software", "fr": "Serveur de vidéo en direct et de chat Web auto-hébergé à utiliser avec un logiciel de diffusion" }, - "version": "0.0.10~ynh2", + "version": "0.0.11~ynh1", "url": "https://owncast.online/", "upstream": { "license": "MIT", From e94bf24d4dd7adfc30efa7d465fa203050f834d4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 5 Mar 2022 23:22:18 +0100 Subject: [PATCH 2/4] Update arm64.src --- conf/arm64.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/arm64.src b/conf/arm64.src index 4bc08e6..b6ada4f 100755 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ SOURCE_URL=https://github.com/owncast/owncast/releases/download/v0.0.11/owncast-0.0.11-linux-arm64.zip -SOURCE_SUM= +SOURCE_SUM=4c141196e3693fe7edb9fe2e8e4d6e98b61a90c077f31d4d17bbd6f216be71bc SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false From d88cef52d31dc5b6d7c7c5a7f4c07e367002f93e Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sat, 5 Mar 2022 22:22:31 +0000 Subject: [PATCH 3/4] 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 cd1bf33..428ff7a 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,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.0.10~ynh2 +**Shipped version:** 0.0.11~ynh1 **Demo:** https://watch.owncast.online/ diff --git a/README_fr.md b/README_fr.md index 7009143..cb16d5e 100755 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour 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.0.10~ynh2 +**Version incluse :** 0.0.11~ynh1 **Démo :** https://watch.owncast.online/ From 871762d4c69579a0e00b58b0aeb27d020c47c271 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 5 Mar 2022 23:24:02 +0100 Subject: [PATCH 4/4] fix --- conf/amd64.src | 2 +- conf/armhf.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/amd64.src b/conf/amd64.src index 5afeaef..6ae6096 100755 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ SOURCE_URL=https://github.com/owncast/owncast/releases/download/v0.0.11/owncast-0.0.11-linux-64bit.zip -SOURCE_SUM= +SOURCE_SUM=3a0bf7c656964bf4dcdc14541e391c63bafcc89c2f28beef7803eaef639a8508 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/armhf.src b/conf/armhf.src index 90a9838..8fa4765 100755 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ SOURCE_URL=https://github.com/owncast/owncast/releases/download/v0.0.11/owncast-0.0.11-linux-arm7.zip -SOURCE_SUM= +SOURCE_SUM=68f4564f1e15a6b944b44808034a8bab6b4f74c6588302a55efae1768cdb391f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false