From 6460e9b9dc188e423a7956fa7ea5b1d4f5ad13c3 Mon Sep 17 00:00:00 2001 From: Edward W. Koenig Date: Tue, 16 Jan 2024 09:32:43 -0800 Subject: academic/boinc: Updated for version 7.24.1 Signed-off-by: Edward W. Koenig Signed-off-by: Willy Sudiarto Raharjo --- academic/boinc/README.Slackware | 4 ++-- academic/boinc/boinc.SlackBuild | 6 +++--- academic/boinc/boinc.info | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'academic') diff --git a/academic/boinc/README.Slackware b/academic/boinc/README.Slackware index e636d041df..c0f1ceb4e3 100644 --- a/academic/boinc/README.Slackware +++ b/academic/boinc/README.Slackware @@ -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. diff --git a/academic/boinc/boinc.SlackBuild b/academic/boinc/boinc.SlackBuild index a13d529463..8f8330ac87 100644 --- a/academic/boinc/boinc.SlackBuild +++ b/academic/boinc/boinc.SlackBuild @@ -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= Boinc.SlackBuild -DATADIR=${DATADIR:-'/var/lib/boinc'} +DATADIR=${DATADIR:-'/var/lib/boinc_data'} BOINCMGR=${BOINCMGR:-yes} if [ "$BOINCMGR" = "yes" ]; then diff --git a/academic/boinc/boinc.info b/academic/boinc/boinc.info index 27902f97c6..4d1bb74cdd 100644 --- a/academic/boinc/boinc.info +++ b/academic/boinc/boinc.info @@ -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" -- cgit v1.2.3