diff --git a/README.md b/README.md index 96757eb..ce996f6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Multi-protocols bridge for online communications -**Shipped version:** 1.22.2~ynh1 +**Shipped version:** 1.22.3~ynh1 diff --git a/README_fr.md b/README_fr.md index 40b4c7a..3f820b3 100644 --- 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 Connecteur entre une série de protocoles de discussion -**Version incluse :** 1.22.2~ynh1 +**Version incluse :** 1.22.3~ynh1 diff --git a/conf/arm.src b/conf/arm.src index 4254d75..dd63eaf 100644 --- a/conf/arm.src +++ b/conf/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/42wim/matterbridge/releases/download/v1.22.2/matterbridge-1.22.2-linux-armv6 -SOURCE_SUM=f5d9458e678214e4e8f21bd51a41d7ee29f2541a856e327af2c04c047e3b2b42 +SOURCE_URL=https://github.com/42wim/matterbridge/releases/download/v1.22.3/matterbridge-1.22.3-linux-armv6 +SOURCE_SUM=5132318bd9053fc24adb649e663f11db786d1164e59e901ee6ebb34a6b5efcf7 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=matterbridge diff --git a/conf/arm64.src b/conf/arm64.src index be97af4..e5bbb9d 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/42wim/matterbridge/releases/download/v1.22.2/matterbridge-1.22.2-linux-arm64 -SOURCE_SUM=f755e4fcdd4ecd51177062d966f120c6a7fcc9ba3d4551d8d9942ba8fec8c179 +SOURCE_URL=https://github.com/42wim/matterbridge/releases/download/v1.22.3/matterbridge-1.22.3-linux-arm64 +SOURCE_SUM=12807ac36a5de676ba96e9be5a7c6a3df9bef3c653c89dac40f59346496f25d7 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=matterbridge diff --git a/conf/x86-64.src b/conf/x86-64.src index 6e779e7..4273218 100644 --- a/conf/x86-64.src +++ b/conf/x86-64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/42wim/matterbridge/releases/download/v1.22.2/matterbridge-1.22.2-linux-64bit -SOURCE_SUM=00e243ffaa5560645dbedf49b0945d77c0ecb154813d745cd8ab32cd86b9f753 +SOURCE_URL=https://github.com/42wim/matterbridge/releases/download/v1.22.3/matterbridge-1.22.3-linux-64bit +SOURCE_SUM=dbcb153b5de771641cd18f74d3a05c1a781795ee7fbd25621e4c11024c4ad8f1 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=matterbridge diff --git a/manifest.json b/manifest.json index 83803a7..096fc66 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Multi-protocols bridge for online communications", "fr": "Connecteur entre une série de protocoles de discussion" }, - "version": "1.22.2~ynh1", + "version": "1.22.3~ynh1", "url": "https://github.com/42wim/matterbridge", "upstream": { "license": "Apache-2.0", diff --git a/pull_request_template.md b/pull_request_template.md deleted file mode 100644 index 6c28fc5..0000000 --- a/pull_request_template.md +++ /dev/null @@ -1,16 +0,0 @@ -## Problem -- *Description of why you made this PR* - -## Solution -- *And how do you fix that problem* - -## PR Status -- [ ] Code finished. -- [ ] Tested with Package_check. -- [ ] Fix or enhancement tested. -- [ ] Upgrade from last version tested. -- [ ] Can be reviewed and tested. - -## Package_check results ---- -* An automatic package_check will be launch at https://ci-apps-dev.yunohost.org/, when you add a specific comment to your Pull Request: "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!"*