gotify-server: update to 2.2.3, change maintainer
This commit is contained in:
parent
68f846fe92
commit
7b057b60ba
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gotify-server'
|
# Template file for 'gotify-server'
|
||||||
pkgname=gotify-server
|
pkgname=gotify-server
|
||||||
version=2.2.2
|
version=2.2.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/gotify/server/v2"
|
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"
|
-X main.BuildDate=${SOURCE_DATE_EPOCH} -X main.Mode=prod"
|
||||||
hostmakedepends="yarn packr2"
|
hostmakedepends="yarn packr2"
|
||||||
short_desc="Simple server for sending and receiving messages"
|
short_desc="Simple server for sending and receiving messages"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://gotify.net"
|
homepage="https://gotify.net"
|
||||||
distfiles="https://github.com/gotify/server/archive/v${version}.tar.gz"
|
distfiles="https://github.com/gotify/server/archive/v${version}.tar.gz"
|
||||||
checksum=20549d2e30fcec71c19954818aa44d60547d53f2c804817895f8f36d02ee2dff
|
checksum=bb84d1153e6c40b192d037b017b54aed7b57e708ccab1e9687ace7a5ca493b94
|
||||||
conf_files="/etc/gotify/config.yml"
|
conf_files="/etc/gotify/config.yml"
|
||||||
|
|
||||||
system_accounts="_gotify"
|
system_accounts="_gotify"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue