Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gitea: update to 1.16.0
@ 2022-02-06 13:48 zen0bit
  2022-02-06 15:36 ` paper42
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: zen0bit @ 2022-02-06 13:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 538 bytes --]

There is a new pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/void-packages gitea
https://github.com/void-linux/void-packages/pull/35436

gitea: update to 1.16.0
PS: Already released 1.16.1 but not for download src version...

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64 libc


A patch file from https://github.com/void-linux/void-packages/pull/35436.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gitea-35436.patch --]
[-- Type: text/x-diff, Size: 1103 bytes --]

From c9b7601391a049ce53804ab89bc9e104ec99a3c2 Mon Sep 17 00:00:00 2001
From: zenobit <6384793+zen0bit@users.noreply.github.com>
Date: Sun, 6 Feb 2022 14:41:46 +0100
Subject: [PATCH] gitea: new version 1.16.0

Already released 1.16.1 but not for download src version...
---
 srcpkgs/gitea/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template
index 2d998594cc15..e9ae8f47b117 100644
--- a/srcpkgs/gitea/template
+++ b/srcpkgs/gitea/template
@@ -1,6 +1,6 @@
 # Template file for 'gitea'
 pkgname=gitea
-version=1.15.8
+version=1.16.0
 revision=1
 create_wrksrc=yes
 build_style=go
@@ -32,7 +32,7 @@ license="MIT"
 homepage="https://gitea.io"
 changelog="https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md"
 distfiles="https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz"
-checksum=a05745e5c1b5e9b51caa3d96fd93689176689865a0c249aa477d411e5c082045
+checksum=82f85f740e4904563cd5fd14995a1d24c58161e1520da0dda15ef6dcc498781e
 
 system_accounts="_gitea"
 _gitea_homedir="/var/lib/gitea"

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PR PATCH] gitea: update to 1.16.1
@ 2022-02-08  1:04 zen0bit
  2022-02-14 18:51 ` paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: zen0bit @ 2022-02-08  1:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

There is a new pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/void-packages test
https://github.com/void-linux/void-packages/pull/35466

gitea: update to 1.16.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64 libc


A patch file from https://github.com/void-linux/void-packages/pull/35466.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-test-35466.patch --]
[-- Type: text/x-diff, Size: 1016 bytes --]

From e48ea810c265ee1c59bf3cbd83b5f75774091ff7 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Tue, 8 Feb 2022 02:02:38 +0100
Subject: [PATCH] gitea: update to 1.16.1

---
 srcpkgs/gitea/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template
index 2d998594cc15..39ab229c92d0 100644
--- a/srcpkgs/gitea/template
+++ b/srcpkgs/gitea/template
@@ -1,6 +1,6 @@
 # Template file for 'gitea'
 pkgname=gitea
-version=1.15.8
+version=1.16.1
 revision=1
 create_wrksrc=yes
 build_style=go
@@ -32,7 +32,7 @@ license="MIT"
 homepage="https://gitea.io"
 changelog="https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md"
 distfiles="https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz"
-checksum=a05745e5c1b5e9b51caa3d96fd93689176689865a0c249aa477d411e5c082045
+checksum=09a27a06bf12cbef06ba823c516c6c9f7a06129e91dd7e64be5f6f0ca641d5b7
 
 system_accounts="_gitea"
 _gitea_homedir="/var/lib/gitea"

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-02-22  1:11 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-06 13:48 [PR PATCH] gitea: update to 1.16.0 zen0bit
2022-02-06 15:36 ` paper42
2022-02-06 15:58 ` zen0bit
2022-02-06 16:06 ` paper42
2022-02-06 16:09 ` [PR PATCH] [Updated] " zen0bit
2022-02-06 16:11 ` gitea: update to 1.16.1 zen0bit
2022-02-06 16:15 ` [PR REVIEW] " paper42
2022-02-06 16:16 ` zen0bit
2022-02-06 16:21 ` [PR PATCH] [Updated] " zen0bit
2022-02-06 18:10 ` paper42
2022-02-08  1:08 ` zen0bit
2022-02-08  1:08 ` [PR PATCH] [Closed]: " zen0bit
2022-02-08  1:21 ` abenson
2022-02-08  1:26 ` zen0bit
2022-02-08  1:04 [PR PATCH] " zen0bit
2022-02-14 18:51 ` paper42
2022-02-20 20:58 ` catdevnull
2022-02-21 22:07 ` catdevnull
2022-02-22  1:11 ` catdevnull

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).