rest-server: update to 0.14.0.

This commit is contained in:
Gerardo Di iorio 2025-06-10 21:41:58 +02:00 committed by Duncan Overbruck
parent c38294f393
commit ba573a7bdf

View file

@ -1,7 +1,7 @@
# Template file for 'rest-server' # Template file for 'rest-server'
pkgname=rest-server pkgname=rest-server
version=0.13.0 version=0.14.0
revision=2 revision=1
build_style=go build_style=go
go_import_path="github.com/restic/rest-server" go_import_path="github.com/restic/rest-server"
go_package="${go_import_path}/cmd/rest-server" go_package="${go_import_path}/cmd/rest-server"
@ -11,7 +11,7 @@ license="BSD-2-Clause"
homepage="https://github.com/restic/rest-server" homepage="https://github.com/restic/rest-server"
changelog="https://raw.githubusercontent.com/restic/rest-server/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/restic/rest-server/master/CHANGELOG.md"
distfiles="https://github.com/restic/rest-server/archive/v${version}.tar.gz" distfiles="https://github.com/restic/rest-server/archive/v${version}.tar.gz"
checksum=bc2f57f07fc7affa7d419b8034f2bb7638c14976505966c93f7d75e90ad0d460 checksum=8b3f91d561819ba9bce454505958fcca6d61ecd12e10086954ebfc92ba163ba4
system_accounts="_restserver" system_accounts="_restserver"
_restserver_homedir="/var/lib/rest-server" _restserver_homedir="/var/lib/rest-server"
_restserver_descr="Rest Server Daemon User" _restserver_descr="Rest Server Daemon User"