package/boinc: bump to version 7.14.2

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2019-01-13 15:01:47 +01:00 committed by Thomas Petazzoni
parent 51f6ea5427
commit f841001d92
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Locally computed:
sha256 8fcfa84d2c1c90f65b0f1a5b0edf8353341f0211acfaa7538428845d9817e2d7 boinc-7.12.1.tar.gz
sha256 970aedb9e25afa20be67f125ab05435df8eb2e66a3ac30ad316c54085e397c88 boinc-7.14.2.tar.gz
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
sha256 a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c COPYING.LESSER

View File

@ -4,8 +4,8 @@
#
################################################################################
BOINC_VERSION_MAJOR = 7.12
BOINC_VERSION = $(BOINC_VERSION_MAJOR).1
BOINC_VERSION_MAJOR = 7.14
BOINC_VERSION = $(BOINC_VERSION_MAJOR).2
# client_release can be used to build the Client and Manager but not the Server
# part. The Server currently has no versioning (see
# https://github.com/BOINC/boinc/pull/1798).