rest-server: update to 0.13.0.

This commit is contained in:
Gerardo Di iorio 2024-08-05 10:31:26 +02:00 committed by cinerea0
parent 53bcc8400d
commit 6f5926d258
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'rest-server'
pkgname=rest-server
version=0.12.1
revision=2
version=0.13.0
revision=1
build_style=go
go_import_path="github.com/restic/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"
changelog="https://raw.githubusercontent.com/restic/rest-server/master/CHANGELOG.md"
distfiles="https://github.com/restic/rest-server/archive/v${version}.tar.gz"
checksum=cfbeb4a66cac6fc36b1cb11256f06c6e4fcc7a28c2ef590550adf1c199b9aa4b
checksum=bc2f57f07fc7affa7d419b8034f2bb7638c14976505966c93f7d75e90ad0d460
system_accounts="_restserver"
_restserver_homedir="/var/lib/rest-server"
_restserver_descr="Rest Server Daemon User"