From 04e12ee2d7080ed8b13446100bc8388a42acba7b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 20 Feb 2023 06:18:28 +0000 Subject: [PATCH 1/5] Upgrade to v5.5.71 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 9836fa7..65d4585 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/invoiceninja/invoiceninja/releases/download/v5.5.70/invoiceninja.zip -SOURCE_SUM=82570776b846b2ff90f2bb7121ed24bb405add0197875622198a9dfbb8a92133 +SOURCE_URL=https://github.com/invoiceninja/invoiceninja/releases/download/v5.5.71/invoiceninja.zip +SOURCE_SUM=831a987594094786031fa82a75911e63e284213dedd0794ad1401131b3448a0c SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 7d9fac4..c42256b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Create and email invoices, track payments, expenses, and time tasks", "fr": "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires" }, - "version": "5.5.70~ynh1", + "version": "5.5.71~ynh1", "url": "https://invoiceninja.org", "upstream": { "license": "Elastic-2.0", From ab5ba755c066aa1096f8a3a5a3840d70991dc2fd Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 20 Feb 2023 06:18:34 +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 5c144d0..4b97c06 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Create and email invoices, track payments, expenses, and time tasks -**Shipped version:** 5.5.70~ynh1 +**Shipped version:** 5.5.71~ynh1 **Demo:** https://app.invoiceninja.com/dashboard diff --git a/README_fr.md b/README_fr.md index 1f28220..1e40c55 100644 --- 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 Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires -**Version incluse :** 5.5.70~ynh1 +**Version incluse :** 5.5.71~ynh1 **Démo :** https://app.invoiceninja.com/dashboard From 3f0e312dac9748519745489f9798bf2495463ef3 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 24 Feb 2023 00:29:07 +0100 Subject: [PATCH 3/5] [autopatch] Upgrade auto-updater --- .github/workflows/updater.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index e0b3d1e..80e8208 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch the source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run the updater script @@ -32,7 +32,7 @@ jobs: - name: Create Pull Request id: cpr if: ${{ env.PROCEED == 'true' }} - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update to version ${{ env.VERSION }} From bd2538c7e5eaacdf1ce5b66c8fc4267861f331b6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 5 Mar 2023 16:35:17 +0000 Subject: [PATCH 4/5] Upgrade to v5.5.82 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 65d4585..3d80d56 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/invoiceninja/invoiceninja/releases/download/v5.5.71/invoiceninja.zip -SOURCE_SUM=831a987594094786031fa82a75911e63e284213dedd0794ad1401131b3448a0c +SOURCE_URL=https://github.com/invoiceninja/invoiceninja/releases/download/v5.5.82/invoiceninja.zip +SOURCE_SUM=8166272b5fb81b6e089106c42b9c93485fdf4b9524907b51d23fb969a4987fe5 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index c42256b..36ac18c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Create and email invoices, track payments, expenses, and time tasks", "fr": "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires" }, - "version": "5.5.71~ynh1", + "version": "5.5.82~ynh1", "url": "https://invoiceninja.org", "upstream": { "license": "Elastic-2.0", From 401bf7adc1049441eea4aff43a0b758dfae408b3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 5 Mar 2023 16:35:21 +0000 Subject: [PATCH 5/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 4b97c06..fd2dbf7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Create and email invoices, track payments, expenses, and time tasks -**Shipped version:** 5.5.71~ynh1 +**Shipped version:** 5.5.82~ynh1 **Demo:** https://app.invoiceninja.com/dashboard diff --git a/README_fr.md b/README_fr.md index 1e40c55..9e07e44 100644 --- 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 Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires -**Version incluse :** 5.5.71~ynh1 +**Version incluse :** 5.5.82~ynh1 **Démo :** https://app.invoiceninja.com/dashboard