gotify-server: update to 2.2.3, change maintainer

This commit is contained in:
Joel Beckmeyer 2023-01-10 13:03:35 -05:00 committed by Michal Vasilek
parent 68f846fe92
commit 7b057b60ba
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gotify-server'
pkgname=gotify-server
version=2.2.2
version=2.2.3
revision=1
build_style=go
go_import_path="github.com/gotify/server/v2"
@ -8,11 +8,11 @@ go_ldflags="-extldflags=-fuse-ld=bfd -X main.Version=${version}
-X main.BuildDate=${SOURCE_DATE_EPOCH} -X main.Mode=prod"
hostmakedepends="yarn packr2"
short_desc="Simple server for sending and receiving messages"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
maintainer="Michal Vasilek <michal@vasilek.cz>"
license="MIT"
homepage="https://gotify.net"
distfiles="https://github.com/gotify/server/archive/v${version}.tar.gz"
checksum=20549d2e30fcec71c19954818aa44d60547d53f2c804817895f8f36d02ee2dff
checksum=bb84d1153e6c40b192d037b017b54aed7b57e708ccab1e9687ace7a5ca493b94
conf_files="/etc/gotify/config.yml"
system_accounts="_gotify"