diff options
author | Edward W. Koenig <kingbeowulf@linuxgalaxy.org> | 2024-01-16 09:32:43 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-20 09:16:23 +0700 |
commit | 6460e9b9dc188e423a7956fa7ea5b1d4f5ad13c3 (patch) | |
tree | a48f563c1ae2cca5a4fbb1a63c4dde7d87e2b361 /academic | |
parent | 6a7155fa264fdfc464ab7788233569917dd43292 (diff) |
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>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/boinc/README.Slackware | 4 | ||||
-rw-r--r-- | academic/boinc/boinc.SlackBuild | 6 | ||||
-rw-r--r-- | academic/boinc/boinc.info | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/academic/boinc/README.Slackware b/academic/boinc/README.Slackware index e636d041df0be..c0f1ceb4e3593 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 a13d529463054..8f8330ac874e5 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=<dir> 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 27902f97c6d29..4d1bb74cdd630 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" |