From 36322ab654845d64f343261343524b0ea1a09de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 1 Feb 2022 22:13:29 +0100 Subject: [PATCH] 0.4.4 (#74) * 0.4.4 --- README.md | 2 +- README_fr.md | 2 +- conf/amd64.src | 4 ++-- conf/arm64.src | 4 ++-- conf/armhf.src | 4 ++-- conf/i386.src | 4 ++-- manifest.json | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d69e983..794be02 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Galène is a videoconference server (an “SFU”) that is easy to deploy and th - activity detection -**Shipped version:** 0.4.3~ynh1 +**Shipped version:** 0.4.4~ynh1 **Demo:** https://galene.org:8443/ diff --git a/README_fr.md b/README_fr.md index b944c81..c1a6750 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,7 @@ Galène est un serveur de visioconférence (un « SFU ») facile à déployer et - détection d'activité -**Version incluse :** 0.4.3~ynh1 +**Version incluse :** 0.4.4~ynh1 **Démo :** https://galene.org:8443/ diff --git a/conf/amd64.src b/conf/amd64.src index 916eabf..2a24ccf 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/galene_ynh/releases/download/v0.4.3/galene_0.4.3_Linux_amd64.tar.gz -SOURCE_SUM=45e59765f707849e00abb6ed6b587ed0238e72112cafecc5bda860660dc9dd0f +SOURCE_URL=https://github.com/YunoHost-Apps/galene_ynh/releases/download/v0.4.4/galene_0.4.4_Linux_amd64.tar.gz +SOURCE_SUM=e090d78c8cd6cb1caad27195df393f33fe80daa4813b2591355f076d1d7912a5 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index 731f456..9468f6e 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/galene_ynh/releases/download/v0.4.3/galene_0.4.3_Linux_arm64.tar.gz -SOURCE_SUM=8def86558c6208842cbb9ca2b85749bee69242089126c8aab919d52efe98a370 +SOURCE_URL=https://github.com/YunoHost-Apps/galene_ynh/releases/download/v0.4.4/galene_0.4.4_Linux_arm64.tar.gz +SOURCE_SUM=c0e3373e398977948982fae549f4c826d986dd0acb4a568e57556e215b66839c SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/armhf.src b/conf/armhf.src index a7aa4b1..3d77e20 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/galene_ynh/releases/download/v0.4.3/galene_0.4.3_Linux_arm7.tar.gz -SOURCE_SUM=52be921a078eb8fb4d0005e0768fb071e941eac6bb319a7086029a3a243bcafd +SOURCE_URL=https://github.com/YunoHost-Apps/galene_ynh/releases/download/v0.4.4/galene_0.4.4_Linux_arm7.tar.gz +SOURCE_SUM=d585dcd7d25d4251ffa80f68da9d46b539fe82595c31df97e6b17653e4cdc98c SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/i386.src b/conf/i386.src index 2540629..23d90ae 100644 --- a/conf/i386.src +++ b/conf/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/galene_ynh/releases/download/v0.4.3/galene_0.4.3_Linux_i386.tar.gz -SOURCE_SUM=68d4965b7bc31efe9d0cbda0f2488c2f3ae8627f8ab16c90072bed828529ab96 +SOURCE_URL=https://github.com/YunoHost-Apps/galene_ynh/releases/download/v0.4.4/galene_0.4.4_Linux_i386.tar.gz +SOURCE_SUM=f7257f5346dd60b4e872ef2f18ce8b089eb2b67f6e90659731a06f53cc81b678 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 7cd7055..2108337 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Videoconferencing server that is easy to deploy", "fr": "Serveur de visioconférence facile à déployer" }, - "version": "0.4.3~ynh1", + "version": "0.4.4~ynh1", "url": "https://galene.org/", "upstream": { "license": "MIT",