From 28ca6ca0ad207a7d261f8c6e7235d1d8829e6381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 12 Dec 2023 22:03:15 +0100 Subject: [PATCH 1/2] Upgrade gitea to 1.21.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 19cd59a..a94996b 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.21.1/gitea-1.21.1-linux-arm-6 -SOURCE_SUM=a0ba97ba0fe65f5af5210dd173a86821e440188350dc3f7e61a07d1f4a4435a6 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.21.2/gitea-1.21.2-linux-arm-6 +SOURCE_SUM=e579d3a7b6c274658a50dc084edb66165c17591eda0e09eb467fe9970d1d77f1 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/arm64.src b/conf/source/arm64.src index 9259ecc..68ef6c8 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.21.1/gitea-1.21.1-linux-arm64 -SOURCE_SUM=4aefbf61eee72bdd25d073354a48b1252e351627757d7d8c8a9ba658fa7330ce +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.21.2/gitea-1.21.2-linux-arm64 +SOURCE_SUM=0c3abe2434fc6c8a4e2172e65d4bcb8f317d691dce27dd3b4922763dcc15d1de SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/armv7.src b/conf/source/armv7.src index 50ee11d..56f682c 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.21.1/gitea-1.21.1-linux-arm-6 -SOURCE_SUM=a0ba97ba0fe65f5af5210dd173a86821e440188350dc3f7e61a07d1f4a4435a6 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.21.2/gitea-1.21.2-linux-arm-6 +SOURCE_SUM=e579d3a7b6c274658a50dc084edb66165c17591eda0e09eb467fe9970d1d77f1 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/conf/source/i386.src b/conf/source/i386.src index 78757fc..c2f0206 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.21.1/gitea-1.21.1-linux-386 -SOURCE_SUM=519b905c705a15f4da1fc0f853ff2e9f5b1a469095e3bdaf8236569cad2cd0ba +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.21.2/gitea-1.21.2-linux-386 +SOURCE_SUM=08c7540fc8588a47d72e40e3bbbcf163f86f7abb546e0287f428bbc1bbae15a7 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 43b77ee..7f5d5a2 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.21.1/gitea-1.21.1-linux-amd64 -SOURCE_SUM=586b1b0df6940e847600625850ee7d766f103dc3341c1b4abfc269db57c5d826 +SOURCE_URL=https://github.com/go-gitea/gitea/releases/download/v1.21.2/gitea-1.21.2-linux-amd64 +SOURCE_SUM=d4a016cc4b9a2056ef4fea21c085c25214428d3d804b808b217eac93b221aa47 SOURCE_SUM_PRG=sha256sum SOURCE_FILENAME=gitea SOURCE_EXTRACT=false diff --git a/manifest.json b/manifest.json index 3cfa290..b8d3bb1 100644 --- a/manifest.json +++ b/manifest.json @@ -14,7 +14,7 @@ }, "url": "http://gitea.io", "license": "MIT", - "version": "1.21.1~ynh1", + "version": "1.21.2~ynh1", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch" From 44ab88d6b862f95b7d3d17ab755a8115a89b103d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 13 Dec 2023 08:58:15 +0000 Subject: [PATCH 2/2] 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 a289004..67d4c1b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,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.21.1~ynh1 +**Shipped version:** 1.21.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 35970f2..5631965 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,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.21.1~ynh1 +**Version incluse :** 1.21.2~ynh1 ## Captures d’écran