community/gitea to 1.11.0-1

This commit is contained in:
Kevin Mihelich 2020-02-14 23:40:38 +00:00
parent f599f8b433
commit 51fa796209
2 changed files with 7 additions and 7 deletions

View file

@ -7,14 +7,14 @@
# - don't check repo signature until author puts his keys on keyservers
pkgname=gitea
pkgver=1.10.3
pkgver=1.11.0
pkgrel=1
pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
arch=(x86_64)
url="https://gitea.io"
license=(MIT)
depends=(git)
makedepends=(go-pie)
makedepends=(git go-pie npm)
optdepends=(
'mariadb: MariaDB support'
'memcached: MemCached support'
@ -25,7 +25,7 @@ optdepends=(
'sqlite: SQLite support'
)
backup=('etc/gitea/app.ini')
_tag=6303d15e124d2a0ba3c6e53b471736b750b65f66 # git rev-parse v${pkgver}
_tag=1ff5da865814e11997b0fb0a859d0d398efda34f # git rev-parse v${pkgver}
source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}"
gitea.tmpfiles
gitea.service
@ -35,7 +35,7 @@ sha256sums=(SKIP
1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba
7789b3f6699b9e111fa080226047cdc765e55ff49a3f72aac989c11c06c3e7e0
2abc51ccd0086bb996194bb7fb241a3f26d84f518417c872b66a3db8970da7e4
dc1ea5c72a4f3c216c021f3fea8ac46263d820c6e4e5e088b7d50d56c0fde61f)
9de4f1e85c1dabffaf79cf996dea0dc52e054f1f469883d950facb3ca97d4ee0)
validpgpkeys=(8C4033A23895237CB27D52D9D9B5613BEB813F99 # Matti Ranta <matti@mdranta.net> old RSA2048, retrieved from https://github.com/techknowlogick.gpg
B56E3C7437A49E136862F5DE9D8A57ADAA232E95 # Matti Ranta <matti@mdranta.net> new RSA4096, retrieved from https://github.com/techknowlogick.gpg
ED810FD31FBE67F406ED71BDD4F1E9B6493ED946 # Jonas Franz <info@jonasfranz.software>

View file

@ -16,7 +16,7 @@
SCRIPT_TYPE = bash
; Default ANSI charset
ANSI_CHARSET =
@@ -272,7 +272,7 @@ SQLITE_TIMEOUT = 500
@@ -342,7 +342,7 @@ SQLITE_TIMEOUT = 500
; For iterate buffer, default is 50
ITERATE_BUFFER_SIZE = 50
; Show the database generated SQL
@ -25,7 +25,7 @@
; Maximum number of DB Connect retries
DB_RETRIES = 10
; Backoff time per DB retry (time.Duration)
@@ -574,10 +574,10 @@ FORMAT =
@@ -697,10 +697,10 @@ FORMAT =
DEFAULT_UI_LOCATION =
[log]
@ -38,7 +38,7 @@
; Buffer length of the channel, keep it as it is if you don't know what it is.
BUFFER_LEN = 10000
REDIRECT_MACARON_LOG = false
@@ -602,7 +602,7 @@ COLORIZE = false
@@ -725,7 +725,7 @@ COLORIZE = false
; For "console" mode only
[log.console]