Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / gitea
Commits:
db0939dd by Robin Candau at 2023-11-26T20:32:52+01:00
upgpkg: 1.21.1-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = gitea
pkgdesc = Painless self-hosted Git service, community managed.
- pkgver = 1.21.0
+ pkgver = 1.21.1
pkgrel = 1
url = https://gitea.io
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = gitea
optdepends = sqlite: SQLite support
options = !lto
backup = etc/gitea/app.ini
- source =
git+https://github.com/go-gitea/gitea.git#tag=ccf89569e9db592457f1d36edc7d45179a0fb2b0?signed
+ source =
git+https://github.com/go-gitea/gitea.git#tag=66b82277d43bc96be58c8660bfc0488b3a09dc98?signed
source = gitea.tmpfiles
source = gitea.service
source = gitea.sysusers
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
pkgname=gitea
-pkgver=1.21.0
+pkgver=1.21.1
pkgrel=1
pkgdesc="Painless self-hosted Git service, community managed."
arch=(x86_64)
@@ -24,7 +24,7 @@ optdepends=(
checkdepends=(openssh)
options=(!lto)
backup=('etc/gitea/app.ini')
-_tag=ccf89569e9db592457f1d36edc7d45179a0fb2b0 # git rev-parse v${pkgver}
+_tag=66b82277d43bc96be58c8660bfc0488b3a09dc98 # git rev-parse v${pkgver}
source=(git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed
gitea.tmpfiles
gitea.service
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/commit/db0939ddfe38c7849a3c2a1140cadaf531c6b3e1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/commit/db0939ddfe38c7849a3c2a1140cadaf531c6b3e1
You're receiving this email because of your account on gitlab.archlinux.org.