From ebe8c71b08fe461812690af87602bcfc9d3eb151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 29 Dec 2022 22:03:21 +0100 Subject: [PATCH 1/7] Upgrade gitea to 1.18.0 --- conf/source/arm.src | 4 ++-- conf/source/arm64.src | 4 ++-- conf/source/arm64_1.17.src | 5 +++++ conf/source/arm_1.17.src | 5 +++++ conf/source/armv7.src | 4 ++-- conf/source/armv7_1.17.src | 8 ++++++++ conf/source/i386.src | 4 ++-- conf/source/i386_1.17.src | 5 +++++ conf/source/x86-64.src | 4 ++-- conf/source/x86-64_1.17.src | 5 +++++ manifest.json | 2 +- scripts/upgrade | 4 ++++ 12 files changed, 43 insertions(+), 11 deletions(-) create mode 100644 conf/source/arm64_1.17.src create mode 100644 conf/source/arm_1.17.src create mode 100644 conf/source/armv7_1.17.src create mode 100644 conf/source/i386_1.17.src create mode 100644 conf/source/x86-64_1.17.src diff --git a/conf/source/arm.src b/conf/source/arm.src index f891578..fed305e 100644 --- a/conf/source/arm.src +++ b/conf/source/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-arm-6 -SOURCE_SUM=771abb512809d8ddbc12381c58b42cc9b2e3569101d9a6e42fdf9195c584bfc1 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-arm-6 +SOURCE_SUM=8a03c5d3c0f578117d46c5ce05d4c2d41d4f770cc4ba600e1b6b1f7d283a9dd5 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/arm64.src b/conf/source/arm64.src index d898a69..17ea967 100644 --- a/conf/source/arm64.src +++ b/conf/source/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-arm64 -SOURCE_SUM=f3d430855071ffe771fb2f28ddb47f25e99b5c2b6450d7c0225961a8d7baac71 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-arm64 +SOURCE_SUM=0b5ea921a1fc7e69cf13bd578b2bdad10964ce49225aa5eb158435137f82f3f1 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/arm64_1.17.src b/conf/source/arm64_1.17.src new file mode 100644 index 0000000..d898a69 --- /dev/null +++ b/conf/source/arm64_1.17.src @@ -0,0 +1,5 @@ +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-arm64 +SOURCE_SUM=f3d430855071ffe771fb2f28ddb47f25e99b5c2b6450d7c0225961a8d7baac71 +SOURCE_SUM_PRG=sha256sum +SOURCE_FILENAME=gitea +SOURCE_EXTRACT=false diff --git a/conf/source/arm_1.17.src b/conf/source/arm_1.17.src new file mode 100644 index 0000000..f891578 --- /dev/null +++ b/conf/source/arm_1.17.src @@ -0,0 +1,5 @@ +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-arm-6 +SOURCE_SUM=771abb512809d8ddbc12381c58b42cc9b2e3569101d9a6e42fdf9195c584bfc1 +SOURCE_SUM_PRG=sha256sum +SOURCE_FILENAME=gitea +SOURCE_EXTRACT=false diff --git a/conf/source/armv7.src b/conf/source/armv7.src index a2a0daa..16e9bc3 100644 --- a/conf/source/armv7.src +++ b/conf/source/armv7.src @@ -1,8 +1,8 @@ # The armv7 build is brocken # See : https://github.com/go-gitea/gitea/issues/6700 # Use temporary the armv6 binary -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-arm-6 -SOURCE_SUM=771abb512809d8ddbc12381c58b42cc9b2e3569101d9a6e42fdf9195c584bfc1 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-arm-6 +SOURCE_SUM=8a03c5d3c0f578117d46c5ce05d4c2d41d4f770cc4ba600e1b6b1f7d283a9dd5 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/armv7_1.17.src b/conf/source/armv7_1.17.src new file mode 100644 index 0000000..a2a0daa --- /dev/null +++ b/conf/source/armv7_1.17.src @@ -0,0 +1,8 @@ +# The armv7 build is brocken +# See : https://github.com/go-gitea/gitea/issues/6700 +# Use temporary the armv6 binary +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-arm-6 +SOURCE_SUM=771abb512809d8ddbc12381c58b42cc9b2e3569101d9a6e42fdf9195c584bfc1 +SOURCE_SUM_PRG=sha256sum +SOURCE_FILENAME=gitea +SOURCE_EXTRACT=false diff --git a/conf/source/i386.src b/conf/source/i386.src index b768e97..1d64908 100644 --- a/conf/source/i386.src +++ b/conf/source/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-386 -SOURCE_SUM=f18ebd43e87de83b681149e1802e0650fa29b6e25c4f6e1625899c6709706db3 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-386 +SOURCE_SUM=e566b8d526d37b4946312da479242ec98ddd0a158e4593fd73cb223dd3cf8307 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/i386_1.17.src b/conf/source/i386_1.17.src new file mode 100644 index 0000000..b768e97 --- /dev/null +++ b/conf/source/i386_1.17.src @@ -0,0 +1,5 @@ +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-386 +SOURCE_SUM=f18ebd43e87de83b681149e1802e0650fa29b6e25c4f6e1625899c6709706db3 +SOURCE_SUM_PRG=sha256sum +SOURCE_FILENAME=gitea +SOURCE_EXTRACT=false diff --git a/conf/source/x86-64.src b/conf/source/x86-64.src index 7a35e99..4ca2fbe 100644 --- a/conf/source/x86-64.src +++ b/conf/source/x86-64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-amd64 -SOURCE_SUM=a720c1e87748e4fc5e37f4079ad0f8369d3c6d63e274856eb04201857c98ca2b +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-amd64 +SOURCE_SUM=b45b715d519a97086208c6b42528d291dd1c4dfdf40321dc940030e1cf3de6e6 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/x86-64_1.17.src b/conf/source/x86-64_1.17.src new file mode 100644 index 0000000..7a35e99 --- /dev/null +++ b/conf/source/x86-64_1.17.src @@ -0,0 +1,5 @@ +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.17.4/gitea-1.17.4-linux-amd64 +SOURCE_SUM=a720c1e87748e4fc5e37f4079ad0f8369d3c6d63e274856eb04201857c98ca2b +SOURCE_SUM_PRG=sha256sum +SOURCE_FILENAME=gitea +SOURCE_EXTRACT=false diff --git a/manifest.json b/manifest.json index d687470..64e5513 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ }, "url": "http://gitea.io", "license": "MIT", - "version": "1.17.4~ynh1", + "version": "1.18.0~ynh1", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch" diff --git a/scripts/upgrade b/scripts/upgrade index e6ffa01..e14c84f 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -237,6 +237,10 @@ case $upstream_version in ynh_setup_source $final_path source/${architecture}_1.16 restart_gitea ;& +"1.16."* ) + ynh_setup_source $final_path source/${architecture}_1.17 + restart_gitea +;& esac # Install gitea source From 6bdd9c98049b23b2ae6c35bfd1284dec40dc6353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 13 Jan 2023 08:04:03 +0100 Subject: [PATCH 2/7] Update config --- conf/app.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/app.ini b/conf/app.ini index c954f1d..81be54d 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -32,7 +32,8 @@ LFS_JWT_SECRET = __LFS_KEY__ [mailer] ENABLED = true -HOST = 127.0.0.1:25 +SMTP_ADDR = 127.0.0.1 +SMTP_PORT = 25 FROM = "Gitea" SKIP_VERIFY = true From 4487c44ef81ca6f85cd09cab630650b8626bae88 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 13 Jan 2023 07:05:04 +0000 Subject: [PATCH 3/7] 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 dcf05ad..b31c84e 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 Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Shipped version:** 1.17.4~ynh1 +**Shipped version:** 1.18.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 6959cc8..0ecfa9b 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) pour Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Version incluse :** 1.17.4~ynh1 +**Version incluse :** 1.18.0~ynh1 ## Captures d'écran From 315deacb899d623aee1d8354939df1d738d684cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 17 Jan 2023 22:03:14 +0100 Subject: [PATCH 4/7] Upgrade gitea to 1.18.1 --- conf/source/arm.src | 4 ++-- conf/source/arm64.src | 4 ++-- conf/source/armv7.src | 4 ++-- conf/source/i386.src | 4 ++-- conf/source/x86-64.src | 4 ++-- manifest.json | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/conf/source/arm.src b/conf/source/arm.src index fed305e..4130c82 100644 --- a/conf/source/arm.src +++ b/conf/source/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-arm-6 -SOURCE_SUM=8a03c5d3c0f578117d46c5ce05d4c2d41d4f770cc4ba600e1b6b1f7d283a9dd5 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-arm-6 +SOURCE_SUM=bad3088b3f2bb451201feb8887327eaedfd1919450ac72b79ecc5434fb7584d4 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/arm64.src b/conf/source/arm64.src index 17ea967..1d59697 100644 --- a/conf/source/arm64.src +++ b/conf/source/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-arm64 -SOURCE_SUM=0b5ea921a1fc7e69cf13bd578b2bdad10964ce49225aa5eb158435137f82f3f1 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-arm64 +SOURCE_SUM=22dd8107dbe32590b9b8d37a03a1161bd627124f851e73c6f1d9a3714d897417 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/armv7.src b/conf/source/armv7.src index 16e9bc3..781a823 100644 --- a/conf/source/armv7.src +++ b/conf/source/armv7.src @@ -1,8 +1,8 @@ # The armv7 build is brocken # See : https://github.com/go-gitea/gitea/issues/6700 # Use temporary the armv6 binary -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-arm-6 -SOURCE_SUM=8a03c5d3c0f578117d46c5ce05d4c2d41d4f770cc4ba600e1b6b1f7d283a9dd5 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-arm-6 +SOURCE_SUM=bad3088b3f2bb451201feb8887327eaedfd1919450ac72b79ecc5434fb7584d4 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/i386.src b/conf/source/i386.src index 1d64908..31c6391 100644 --- a/conf/source/i386.src +++ b/conf/source/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-386 -SOURCE_SUM=e566b8d526d37b4946312da479242ec98ddd0a158e4593fd73cb223dd3cf8307 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-386 +SOURCE_SUM=d49b68bb7b1accd84153378f6ae04403c0a1542881d6436f9c8d87e48e1e0e3e SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/x86-64.src b/conf/source/x86-64.src index 4ca2fbe..1f7837d 100644 --- a/conf/source/x86-64.src +++ b/conf/source/x86-64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.0/gitea-1.18.0-linux-amd64 -SOURCE_SUM=b45b715d519a97086208c6b42528d291dd1c4dfdf40321dc940030e1cf3de6e6 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-amd64 +SOURCE_SUM=58d93274a2a639d67e3350f7d38969663d9eabd8018ad4b52fc8100d9145a2f0 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/manifest.json b/manifest.json index 64e5513..471903e 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ }, "url": "http://gitea.io", "license": "MIT", - "version": "1.18.0~ynh1", + "version": "1.18.1~ynh1", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch" From 8f1687261f6cd289b7c9fd6e8c985ef09e079a57 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 18 Jan 2023 07:13:13 +0000 Subject: [PATCH 5/7] Auto-update README --- README.md | 2 +- README_fr.md | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b31c84e..e558b7f 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 Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Shipped version:** 1.18.0~ynh1 +**Shipped version:** 1.18.1~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 0ecfa9b..8de39ab 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,24 +5,24 @@ It shall NOT be edited by hand. # Gitea pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gitea.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gitea.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gitea.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gitea.maintain.svg) [![Installer Gitea avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitea) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Gitea rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer Gitea rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Version incluse :** 1.18.0~ynh1 +**Version incluse :** 1.18.1~ynh1 -## Captures d'écran +## Captures d’écran -![Capture d'écran de Gitea](./doc/screenshots/screenshot.png) +![Capture d’écran de Gitea](./doc/screenshots/screenshot.png) ## Avertissements / informations importantes @@ -106,9 +106,9 @@ If you want to use the Git command (like `git clone`, `git pull`, `git push`), y ## Documentations et ressources -* Site officiel de l'app : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Site officiel de l’app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -124,4 +124,4 @@ ou sudo yunohost app upgrade gitea -u https://github.com/YunoHost-Apps/gitea_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file From b83c8250d17e00ce620c20fb69c8ae2bb555392b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 20 Jan 2023 22:03:16 +0100 Subject: [PATCH 6/7] Upgrade gitea to 1.18.2 --- conf/source/arm.src | 4 ++-- conf/source/arm64.src | 4 ++-- conf/source/armv7.src | 4 ++-- conf/source/i386.src | 4 ++-- conf/source/x86-64.src | 4 ++-- manifest.json | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/conf/source/arm.src b/conf/source/arm.src index 4130c82..8122b58 100644 --- a/conf/source/arm.src +++ b/conf/source/arm.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-arm-6 -SOURCE_SUM=bad3088b3f2bb451201feb8887327eaedfd1919450ac72b79ecc5434fb7584d4 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.2/gitea-1.18.2-linux-arm-6 +SOURCE_SUM=113ba0398f580ac82725fd417d798cf1413db8afb00c033328b5228128386580 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/arm64.src b/conf/source/arm64.src index 1d59697..c468169 100644 --- a/conf/source/arm64.src +++ b/conf/source/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-arm64 -SOURCE_SUM=22dd8107dbe32590b9b8d37a03a1161bd627124f851e73c6f1d9a3714d897417 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.2/gitea-1.18.2-linux-arm64 +SOURCE_SUM=d8e82dc4419e90f3fd31691d481965f36ad03872124732b8a4eb3a9280ff4da8 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/armv7.src b/conf/source/armv7.src index 781a823..82d6142 100644 --- a/conf/source/armv7.src +++ b/conf/source/armv7.src @@ -1,8 +1,8 @@ # The armv7 build is brocken # See : https://github.com/go-gitea/gitea/issues/6700 # Use temporary the armv6 binary -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-arm-6 -SOURCE_SUM=bad3088b3f2bb451201feb8887327eaedfd1919450ac72b79ecc5434fb7584d4 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.2/gitea-1.18.2-linux-arm-6 +SOURCE_SUM=113ba0398f580ac82725fd417d798cf1413db8afb00c033328b5228128386580 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/i386.src b/conf/source/i386.src index 31c6391..43a4957 100644 --- a/conf/source/i386.src +++ b/conf/source/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-386 -SOURCE_SUM=d49b68bb7b1accd84153378f6ae04403c0a1542881d6436f9c8d87e48e1e0e3e +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.2/gitea-1.18.2-linux-386 +SOURCE_SUM=288473a46924a47f9128330eda4cf588272119f9d80bbfdc7862c3ffa85471b7 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/x86-64.src b/conf/source/x86-64.src index 1f7837d..1618ab9 100644 --- a/conf/source/x86-64.src +++ b/conf/source/x86-64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.1/gitea-1.18.1-linux-amd64 -SOURCE_SUM=58d93274a2a639d67e3350f7d38969663d9eabd8018ad4b52fc8100d9145a2f0 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.18.2/gitea-1.18.2-linux-amd64 +SOURCE_SUM=f1843e9dd88f906df919f1374a938e3f1c9f67ef1a7541146d8a568decd419ce SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/manifest.json b/manifest.json index 471903e..c7b27c4 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ }, "url": "http://gitea.io", "license": "MIT", - "version": "1.18.1~ynh1", + "version": "1.18.2~ynh1", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch" From 34133ac9433ad4451e0d6a7ac9cda0e7b7fc341d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 22 Jan 2023 00:17:43 +0000 Subject: [PATCH 7/7] Auto-update README --- README.md | 4 ++-- README_fr.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e558b7f..1398104 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # Gitea for YunoHost -[![Integration level](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea) ![Working status](https://ci-apps.yunohost.org/ci/badges/gitea.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/gitea.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea) ![Working status](https://ci-apps.yunohost.org/ci/badges/gitea.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/gitea.maintain.svg) [![Install Gitea with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitea) *[Lire ce readme en français.](./README_fr.md)* @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Shipped version:** 1.18.1~ynh1 +**Shipped version:** 1.18.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 8de39ab..823c1a4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # Gitea pour YunoHost -[![Niveau d’intégration](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gitea.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gitea.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/gitea.svg)](https://dash.yunohost.org/appci/app/gitea) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gitea.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gitea.maintain.svg) [![Installer Gitea avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gitea) *[Read this readme in english.](./README.md)* @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Gitea is a fork of Gogs a self-hosted Git service written in Go. Alternative to GitHub. -**Version incluse :** 1.18.1~ynh1 +**Version incluse :** 1.18.2~ynh1 ## Captures d’écran