From 1b141014a6a0c6d1186311e34c0117b600a7670e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 11 Aug 2021 18:33:01 +0200 Subject: [PATCH 1/5] 0.8 --- conf/arm64.src | 7 +++++++ conf/arm7.src | 4 ++-- conf/x86-64.src | 4 ++-- manifest.json | 2 +- scripts/_common.sh | 4 +++- 5 files changed, 15 insertions(+), 6 deletions(-) create mode 100755 conf/arm64.src diff --git a/conf/arm64.src b/conf/arm64.src new file mode 100755 index 0000000..01343e6 --- /dev/null +++ b/conf/arm64.src @@ -0,0 +1,7 @@ +SOURCE_URL=https://github.com/owncast/owncast/releases/download/v0.0.8/owncast-0.0.8-linux-arm64.zip +SOURCE_SUM=f05498313a00490b60cc5df4e02d7914d8150838741577fa19b4623b2cbccbad +SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=zip +SOURCE_IN_SUBDIR=false +SOURCE_FILENAME= +SOURCE_EXTRACT=true diff --git a/conf/arm7.src b/conf/arm7.src index 84fab35..936d2f9 100755 --- a/conf/arm7.src +++ b/conf/arm7.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/owncast/owncast/releases/download/v0.0.7/owncast-0.0.7-linux-arm7.zip -SOURCE_SUM=b309205b75135ac06feff1591a24e911879f371609593dbfc510ba33d8f01c00 +SOURCE_URL=https://github.com/owncast/owncast/releases/download/v0.0.8/owncast-0.0.8-linux-arm7.zip +SOURCE_SUM=1e9d83d362873b0159a00c4fb38e162ffd3865ead59eedce78a5b9e7be5cfabd SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/x86-64.src b/conf/x86-64.src index a526276..a3437ca 100755 --- a/conf/x86-64.src +++ b/conf/x86-64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/owncast/owncast/releases/download/v0.0.7/owncast-0.0.7-linux-64bit.zip -SOURCE_SUM=fee4adf4990dabefcc7486e1d6a8f474b7a477b404c5a58406936516437fbb92 +SOURCE_URL=https://github.com/owncast/owncast/releases/download/v0.0.8/owncast-0.0.8-linux-64bit.zip +SOURCE_SUM=6e15620f70063ba62c2b9deeb82fc974eaac49f68cf2806b99ab19515390c6ea SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 1bed058..3e6d016 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.7~ynh2", + "version": "0.0.8~ynh1", "url": "https://owncast.online/", "upstream": { "license": "MIT", diff --git a/scripts/_common.sh b/scripts/_common.sh index d7ea150..12eccb8 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -28,7 +28,9 @@ pkg_dependencies="ffmpeg" # Requires YunoHost version 2.2.4 or higher. ynh_detect_arch(){ local architecture - if [ -n "$(uname -m | grep 64)" ]; then + if [ -n "$(uname -m | grep arm64)" ] || [ -n "$(uname -m | grep aarch64)" ]; then + architecture="arm64" + elif [ -n "$(uname -m | grep 64)" ]; then architecture="x86-64" elif [ -n "$(uname -m | grep armv7)" ]; then architecture="arm7" From c289e23380524512c0a30c4d371d9351af43edd6 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Wed, 11 Aug 2021 16:33:07 +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 8dc52cd..2fab17d 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 Self-hosted live video and web chat server for use with existing broadcasting software -**Shipped version:** 0.0.7~ynh2 +**Shipped version:** 0.0.8~ynh1 **Demo:** https://watch.owncast.online/ diff --git a/README_fr.md b/README_fr.md index 526be7f..9f9cd97 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 Serveur de vidéo en direct et de chat Web auto-hébergé à utiliser avec un logiciel de diffusion -**Version incluse :** 0.0.7~ynh2 +**Version incluse :** 0.0.8~ynh1 **Démo :** https://watch.owncast.online/ From f635fca7a5ac2ba1f305bd3a4734003da982deb2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 11 Aug 2021 19:46:07 +0200 Subject: [PATCH 3/5] Update x86-64.src --- conf/x86-64.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/x86-64.src b/conf/x86-64.src index a3437ca..e57c3f9 100755 --- a/conf/x86-64.src +++ b/conf/x86-64.src @@ -1,5 +1,5 @@ SOURCE_URL=https://github.com/owncast/owncast/releases/download/v0.0.8/owncast-0.0.8-linux-64bit.zip -SOURCE_SUM=6e15620f70063ba62c2b9deeb82fc974eaac49f68cf2806b99ab19515390c6ea +SOURCE_SUM=e40fea62624bd76b2ea14abab10ace1f19a671795f2b0b161244ecd1f6f4c149 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false From a9dcf1f6ac7cf47b0f0fee278f3f8d77cb663021 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 11 Aug 2021 19:47:14 +0200 Subject: [PATCH 4/5] Update check_process --- check_process | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/check_process b/check_process index 84f7878..e628c2c 100755 --- a/check_process +++ b/check_process @@ -12,7 +12,7 @@ setup_private=1 setup_public=1 upgrade=1 - #upgrade=1 from_commit=CommitHash + upgrade=1 from_commit=4eab5026853627bed955945968753378ea41f5ad backup_restore=1 multi_instance=0 change_url=1 @@ -20,6 +20,6 @@ Email= Notification=none ;;; Upgrade options - ; commit=CommitHash - name=Name and date of the commit. + ; commit=4eab5026853627bed955945968753378ea41f5ad + name= Merge pull request #1 manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=1Strong-Password From 76a0e510dbcd3c149d6b36fc5660c0abb88f6c7d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 11 Aug 2021 21:27:24 +0200 Subject: [PATCH 5/5] Update check_process --- check_process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_process b/check_process index e628c2c..8e138b6 100755 --- a/check_process +++ b/check_process @@ -12,7 +12,7 @@ setup_private=1 setup_public=1 upgrade=1 - upgrade=1 from_commit=4eab5026853627bed955945968753378ea41f5ad + #upgrade=1 from_commit=4eab5026853627bed955945968753378ea41f5ad backup_restore=1 multi_instance=0 change_url=1