From 73c30ba8737e3fa03a64f0502c91ac1e28817acc Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 24 Feb 2023 00:18:44 +0100 Subject: [PATCH 1/6] [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 6d40a58..d89ec8c 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,7 +14,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 @@ -33,7 +33,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: Update to version ${{ env.VERSION }}' From 5c487075caa9a8790877c2d8b6826a49755f7cb0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 23 Feb 2023 23:18:46 +0000 Subject: [PATCH 2/6] Auto-update README --- README.md | 5 +++++ README_fr.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 30ead9f..38e2511 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ It shall NOT be edited by hand. # Standard Notes for YunoHost [![Integration level](https://dash.yunohost.org/integration/snweb.svg)](https://dash.yunohost.org/appci/app/snweb) ![Working status](https://ci-apps.yunohost.org/ci/badges/snweb.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/snweb.maintain.svg) + [![Install Standard Notes with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=snweb) *[Lire ce readme en français.](./README_fr.md)* @@ -31,6 +32,10 @@ End-to-end encrypted note-taking app * The app requires up 1500MB of RAM to install * The app requires around 3600MB of disk. +## :red_circle: Antifeatures + +- **Package not maintained**: This YunoHost package is not maintained and needs adoption. + ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index 60c3592..a418f28 100644 --- a/README_fr.md +++ b/README_fr.md @@ -6,6 +6,7 @@ It shall NOT be edited by hand. # Standard Notes pour YunoHost [![Niveau d’intégration](https://dash.yunohost.org/integration/snweb.svg)](https://dash.yunohost.org/appci/app/snweb) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/snweb.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/snweb.maintain.svg) + [![Installer Standard Notes avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=snweb) *[Read this readme in english.](./README.md)* @@ -31,6 +32,10 @@ Application de prise de notes chiffrées * The app requires up 1500MB of RAM to install * The app requires around 3600MB of disk. +## :red_circle: Fonctions indésirables + +- **Package not maintained**: This YunoHost package is not maintained and needs adoption. + ## Documentations et ressources * Site officiel de l’app : From 4f9089b68ebc92b696089e59cee8da60d8501c6f Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Thu, 25 May 2023 19:19:25 +0200 Subject: [PATCH 3/6] Update v3.160.8 --- check_process | 8 ++++---- conf/app.src | 4 ++-- manifest.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/check_process b/check_process index a55a184..f0f1e3c 100644 --- a/check_process +++ b/check_process @@ -11,8 +11,8 @@ setup_private=1 setup_public=1 upgrade=1 - # 3.39.1~ynh1 - upgrade=1 from_commit=4941f89800edb99faec7094d5ee3ed814b00dec6 + # 3.142.8~ynh1 + upgrade=1 from_commit=e9473769cf6a0ef8ab9ea0a0f640b7569ea87d3c backup_restore=1 multi_instance=1 port_already_use=0 @@ -21,6 +21,6 @@ Email= Notification=none ;;; Upgrade options - ; commit=4941f89800edb99faec7094d5ee3ed814b00dec6 - name=3.39.1~ynh1 + ; commit=e9473769cf6a0ef8ab9ea0a0f640b7569ea87d3c + name=3.142.8~ynh1 manifest_arg=domain=DOMAIN&is_public=1 diff --git a/conf/app.src b/conf/app.src index 396fa51..e6e2224 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/standardnotes/app/archive/refs/tags/@standardnotes/web@3.142.8.tar.gz -SOURCE_SUM=c31ff6aba5cb39982d351a896e4fa086510332800d98eca7eb827e3edff5cc06 +SOURCE_URL=https://github.com/standardnotes/app/archive/refs/tags/@standardnotes/desktop@3.160.8.tar.gz +SOURCE_SUM=0bfb36668b4ad006ccd0f99e13f12be3b9915c0b0a8728e8e49c969fcc69807e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 2f21f1c..f521333 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "End-to-end encrypted note-taking app", "fr": "Application de prise de notes chiffrées" }, - "version": "3.142.8~ynh1", + "version": "3.160.8~ynh1", "url": "https://github.com/standardnotes/web", "upstream": { "license": "AGPL-3.0-or-later", From 0b2bbfc32895ed0c32e3efe837cf54fe254d8e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 23 Dec 2023 11:28:13 +0100 Subject: [PATCH 4/6] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 2f21f1c..c543948 100644 --- a/manifest.json +++ b/manifest.json @@ -22,7 +22,7 @@ "email": "46000361+FabianWilkens@users.noreply.github.com" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.2" }, "multi_instance": true, "services": [ From df2b4e426824bbc396658ce8ee2de60699704c74 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 23 Dec 2023 10:28:30 +0000 Subject: [PATCH 5/6] 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 281a251..fc704ad 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 End-to-end encrypted note-taking app -**Shipped version:** 3.142.8~ynh1 +**Shipped version:** 3.160.8~ynh1 **Demo:** https://standardnotes.org/demo diff --git a/README_fr.md b/README_fr.md index 159c408..4cd75cf 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 Application de prise de notes chiffrées -**Version incluse :** 3.142.8~ynh1 +**Version incluse :** 3.160.8~ynh1 **Démo :** https://standardnotes.org/demo From ef42b11b615fdb06411afbe697a4bdc24154bf83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 23 Dec 2023 13:43:33 +0100 Subject: [PATCH 6/6] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index e6e2224..6bc77fb 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/standardnotes/app/archive/refs/tags/@standardnotes/desktop@3.160.8.tar.gz -SOURCE_SUM=0bfb36668b4ad006ccd0f99e13f12be3b9915c0b0a8728e8e49c969fcc69807e +SOURCE_URL=https://github.com/standardnotes/app/archive/refs/tags/@standardnotes/web@3.160.8.tar.gz +SOURCE_SUM=cb6dee23103d91dc03dd62a1e19cf4582898295a41be6b20acbf4772fdb322d4 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true