Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/gitea/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'gitea'
pkgname=gitea
version=1.27.0
revision=2
version=1.27.1
revision=1
build_style=go
go_import_path=gitea.dev
go_ldflags=" -X main.Version=${version}"
Expand Down Expand Up @@ -29,7 +29,7 @@ license="MIT"
homepage="https://gitea.io"
changelog="https://raw.githubusercontent.com/go-gitea/gitea/main/CHANGELOG.md"
distfiles="https://dl.gitea.io/gitea/${version}/gitea-src-${version}.tar.gz"
checksum=012df875bfa7764ade92301ac5e4225fc2c2aab7b3b40b4d6e7149a926253496
checksum=2a0b401ef7a00acc2ab64e7977c7d0997030a32499ef4690118c93a8f33c9f2d

system_accounts="_gitea"
_gitea_homedir="/var/lib/gitea"
Expand Down
Loading