From 7bb12573cd192697f6a8059f2b1faeee93ad4145 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sun, 21 Apr 2024 07:41:56 +0900 Subject: [PATCH] Bump to netatalk 2.3.2 --- easyinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyinstall.sh b/easyinstall.sh index db4c784c..e1bbde06 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -772,7 +772,7 @@ function createFileSharingDir() { # Downloads, compiles, and installs Netatalk (AppleShare server) function installNetatalk() { - NETATALK_VERSION="2.3.1" + NETATALK_VERSION="2.3.2" NETATALK_CONFIG_PATH="/etc/netatalk" NETATALK_OPTIONS="--base-dir=$BASE/tmp/netatalk-$NETATALK_VERSION --cores=$CORES --share-name='$FILE_SHARE_NAME' --share-path='$FILE_SHARE_PATH'"