Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / gitea
Commits: e01349e6 by Robin Candau at 2025-03-05T09:25:25+01:00 upgpkg: 1.23.5-1: New upstream release https://github.com/go-gitea/gitea/releases/tag/v1.23.5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = gitea pkgdesc = Painless self-hosted Git service, community managed. - pkgver = 1.23.4 + pkgver = 1.23.5 pkgrel = 1 url = https://gitea.io arch = x86_64 @@ -19,7 +19,7 @@ pkgbase = gitea optdepends = sqlite: SQLite support options = !lto backup = etc/gitea/app.ini - source = git+https://github.com/go-gitea/gitea.git#tag=v1.23.4?signed + source = git+https://github.com/go-gitea/gitea.git#tag=v1.23.5?signed source = gitea.tmpfiles source = gitea.service source = gitea.sysusers @@ -30,7 +30,7 @@ pkgbase = gitea validpgpkeys = D2CF76DA95F201E9901532AB3CDE74631F13A748 validpgpkeys = 82A110A44DF1A28D50C093BFB853ADA5DA7BBF7A validpgpkeys = FE7C3EAEB8CD8290390B12AD3DECE05F6D9A647C - sha256sums = 35ba805320e3d5948204cbcba13dd35621aefe97090fc315e190129f15c30860 + sha256sums = 27d1cc94e11d867804afb9b657a596c7354b3afe2bf60bf6a6faa14ce00cb316 sha256sums = 1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba sha256sums = 0725aa3d9c556229b473ee5a12a922a1ebbb88aeb02cffd0252756c8bd531959 sha256sums = e29dcc74b2f52e32d3931103d03f202d1cafe18e7eb9a271da0f50ef61dc8446 ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Frederik Schwan <frederik dot schwan at linux dot com> pkgname=gitea -pkgver=1.23.4 +pkgver=1.23.5 pkgrel=1 pkgdesc="Painless self-hosted Git service, community managed." url="https://gitea.io" @@ -26,7 +26,7 @@ source=("git+https://github.com/go-gitea/gitea.git#tag=v${pkgver}?signed" "${pkgname}.tmpfiles" "${pkgname}.service" "${pkgname}.sysusers") -sha256sums=('35ba805320e3d5948204cbcba13dd35621aefe97090fc315e190129f15c30860' +sha256sums=('27d1cc94e11d867804afb9b657a596c7354b3afe2bf60bf6a6faa14ce00cb316' '1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba' '0725aa3d9c556229b473ee5a12a922a1ebbb88aeb02cffd0252756c8bd531959' 'e29dcc74b2f52e32d3931103d03f202d1cafe18e7eb9a271da0f50ef61dc8446') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/commit/e01349e603c8e8225b4089b01970ea49ec2ac830 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/commit/e01349e603c8e8225b4089b01970ea49ec2ac830 You're receiving this email because of your account on gitlab.archlinux.org.
