From ba573a7bdf95f5afe4213598429f6c1b6d371692 Mon Sep 17 00:00:00 2001 From: Gerardo Di iorio Date: Tue, 10 Jun 2025 21:41:58 +0200 Subject: [PATCH] rest-server: update to 0.14.0. --- srcpkgs/rest-server/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/rest-server/template b/srcpkgs/rest-server/template index ca74a978539..80d0875c68d 100644 --- a/srcpkgs/rest-server/template +++ b/srcpkgs/rest-server/template @@ -1,7 +1,7 @@ # Template file for 'rest-server' pkgname=rest-server -version=0.13.0 -revision=2 +version=0.14.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=bc2f57f07fc7affa7d419b8034f2bb7638c14976505966c93f7d75e90ad0d460 +checksum=8b3f91d561819ba9bce454505958fcca6d61ecd12e10086954ebfc92ba163ba4 system_accounts="_restserver" _restserver_homedir="/var/lib/rest-server" _restserver_descr="Rest Server Daemon User"