Skip to content

Commit

Permalink
restic-rest-server: update to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fgma committed Feb 26, 2024
1 parent 4ec4a86 commit 05dadc4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion cross/restic-rest-server/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG_NAME = restic-rest-server
PKG_REAL_NAME = rest-server
PKG_VERS = 0.12.0
PKG_VERS = 0.12.1
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_REAL_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/restic/rest-server/releases/download/v$(PKG_VERS)
Expand Down
6 changes: 3 additions & 3 deletions cross/restic-rest-server/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rest-server-0.12.0.tar.gz SHA1 6df82da0ab99eac9c449d23e60e3c6346e562746
rest-server-0.12.0.tar.gz SHA256 a808460371c9d2bcf53501432fbf65c5b7e94d43e4c13f31042425c1648bbc8a
rest-server-0.12.0.tar.gz MD5 21d10c3cb49adc44a914c34d173de921
rest-server-0.12.1.tar.gz SHA1 50a68154ffebc228bffae7cd06744a9224fdb9b9
rest-server-0.12.1.tar.gz SHA256 f1b4e4ce581d698847c8a4a354a7fe201b073ebca223abf01898c53d87ccbf31
rest-server-0.12.1.tar.gz MD5 970aa609b3a2793b82480cc4344881ef
12 changes: 0 additions & 12 deletions mk/spksrc.service.installer.functions
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ install_python_wheels ()
# already defined variables are not taken from the file (e.g. variables from wizard)
load_variables_from_file ()
{
<<<<<<< HEAD
if [ -n "$1" -a -r "$1" ]; then
while read -r _line; do
if [ "$(echo ${_line} | grep -v ^[/s]*#)" != "" ]; then
Expand All @@ -132,17 +131,6 @@ load_variables_from_file ()
fi
done < "$1"
fi
=======
# Reload wizard variables stored by postinst
if [ -r "${INST_VARIABLES}" ]; then
# we cannot source the file to reload the variables, when values have special characters like <, >, ...
for _line in $(cat "${INST_VARIABLES}"); do
_key="$(echo ${_line} | awk -F'=' '{print $1}')"
_value="$(echo ${_line} | awk -F'=' '{print $2}')"
declare -g "${_key}=${_value}"
done
fi
>>>>>>> 65187ff2 (restic-rest-server: use existing function to load wizard vars)
}


Expand Down
2 changes: 1 addition & 1 deletion spk/restic-rest-server/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SPK_NAME = restic-rest-server
SPK_VERS = 0.12.0
SPK_VERS = 0.12.1
SPK_REV = 1
SPK_ICON = src/logo.png
DSM_UI_DIR = app
Expand Down

0 comments on commit 05dadc4

Please sign in to comment.