boinc: Bump to 7.22.0

This commit is contained in:
Tee KOBAYASHI 2023-01-26 00:41:03 +09:00 committed by xtkoba
parent 3959526fd3
commit 38770d81ee
3 changed files with 2 additions and 24 deletions

View File

@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://boinc.berkeley.edu/
TERMUX_PKG_DESCRIPTION="Open-source software for volunteer computing"
TERMUX_PKG_LICENSE="LGPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=7.20.5
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION=7.22.0
TERMUX_PKG_SRCURL=https://github.com/BOINC/boinc/archive/client_release/${TERMUX_PKG_VERSION:0:4}/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=34f32398ee5981fb3216b103271f0051c807e57c3368eb00654e5bbf89dc5065
TERMUX_PKG_SHA256=7c7014300cb6e859b6f784f5c76ff2cb96d36ae35d90e03d1e2e59174cb7c927
TERMUX_PKG_DEPENDS="libandroid-execinfo, libandroid-shmem, libc++, libcurl, openssl, zlib"
TERMUX_PKG_NO_STATICSPLIT=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="

View File

@ -1,15 +1,6 @@
diff -uNr boinc/client/Makefile.am boinc.mod/client/Makefile.am
--- boinc/client/Makefile.am 2022-07-18 18:32:21.000000000 +0800
+++ boinc.mod/client/Makefile.am 2022-09-11 21:07:05.043844110 +0800
@@ -25,7 +25,7 @@
endif
bin_PROGRAMS = boinc_client boinccmd boinc
-if !OS_WIN32
+if OS_DARWIN
bin_PROGRAMS += switcher
endif
@@ -139,12 +139,12 @@
boinc$(EXEEXT): boinc_client$(EXEEXT)

View File

@ -1,12 +0,0 @@
diff -uNr boinc/version.h.in boinc.mod/version.h.in
--- boinc/version.h.in 2022-07-18 18:32:21.000000000 +0800
+++ boinc.mod/version.h.in 2022-09-11 21:07:05.475844109 +0800
@@ -22,7 +22,7 @@
#define BOINC_VERSION_STRING "@BOINC_VERSION_STRING@"
/* Package is a pre-release (Alpha/Beta) package */
-#define BOINC_PRERELEASE 1
+//#define BOINC_PRERELEASE 1
#if (defined(_WIN32) || defined(__APPLE__))
/* Name of package */