academic/boinc: Updated for version 7.24.1

Signed-off-by: Edward W. Koenig <kingbeowulf@linuxgalaxy.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edward W. Koenig 2024-01-16 09:32:43 -08:00 committed by Willy Sudiarto Raharjo
parent 6a7155fa26
commit 6460e9b9dc
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@ Modify as needed:
BOINC_DIR=/var/lib/boinc_data # directory of boinc data files
BOINC_USER=root # user that will run boinc process
OINC_OPTIONS="--dir $BOINC_DIR --redirectio"
BOINC_OPTIONS="--dir $BOINC_DIR --redirectio"
Refer to the boinc manpage for parameters you can add to
BOINC_OPTIONS.
@ -23,7 +23,7 @@ fi
Note 1:
The default configuration enables boinc control on the running
host via boinccmg or boincmgr on th same running host. To truly run
host via boinccmg or boincmgr on the same running host. To truly run
headless, you will need to configure boinc to allow RPC access from
another host.

View file

@ -30,8 +30,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=boinc
VERSION=${VERSION:-7.22.0}
BRANCH=${BRANCH:-7.22}
VERSION=${VERSION:-7.24.1}
BRANCH=${BRANCH:-7.24}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -70,7 +70,7 @@ fi
set -e
# Your default working directory location. Pass with DATADIR=<dir> Boinc.SlackBuild
DATADIR=${DATADIR:-'/var/lib/boinc'}
DATADIR=${DATADIR:-'/var/lib/boinc_data'}
BOINCMGR=${BOINCMGR:-yes}
if [ "$BOINCMGR" = "yes" ]; then

View file

@ -1,8 +1,8 @@
PRGNAM="boinc"
VERSION="7.22.0"
VERSION="7.24.1"
HOMEPAGE="https://boinc.berkeley.edu/"
DOWNLOAD="https://github.com/BOINC/boinc/archive/client_release/7.22/7.22.0/boinc-client_release-7.22-7.22.0.tar.gz"
MD5SUM="b245f1fcd1d2231117ee5f9d5eac509b"
DOWNLOAD="https://github.com/BOINC/boinc/archive/client_release/7.24/7.24.1/boinc-client_release-7.24-7.24.1.tar.gz"
MD5SUM="1844352e5b2ef9c9cf2325e1f991a5cc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxWidgets"