boinc: bump to version 7.10.2
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 4 Jun 2018 20:56:31 +0000 (22:56 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 5 Jun 2018 08:14:30 +0000 (10:14 +0200)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/boinc/boinc.hash
package/boinc/boinc.mk

index 564096c7452df6de7d9147296b6eca64809644b1..8dc0575dd32272400a36bf5f5fdd8b679ed45126 100644 (file)
@@ -1,4 +1,4 @@
 # Locally computed:
-sha256 5c77752a5cbb69b2dc0343c5aea331f2ec73410d9f33f5f50867e4071e799609  boinc-7.10.1.tar.gz
+sha256 aacce87543354c8aeaf8a2f8d4885ab25f994dbaa8a372adf8a3d5d5854a97df  boinc-7.10.2.tar.gz
 sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
 sha256 a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c  COPYING.LESSER
index 04aacc2c3d4089e7e0d904af58cef9195a00f581..09407cf8f0bd2d1b84fb8b0bf75a1305200645a7 100644 (file)
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-BOINC_VERSION_MAJOR = 7.10
-BOINC_VERSION = $(BOINC_VERSION_MAJOR).1
+BOINC_VERSION_MAJOR = 7
+BOINC_VERSION = $(BOINC_VERSION_MAJOR).10.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).