boinc: bump to version 7.10.1
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 28 Apr 2018 12:02:50 +0000 (14:02 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 28 Apr 2018 13:25:50 +0000 (15:25 +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 8f44982246deb3cf7bd9de299600b0d3518c2e20..564096c7452df6de7d9147296b6eca64809644b1 100644 (file)
@@ -1,4 +1,4 @@
 # Locally computed:
-sha256 ed5f3dcdc8d1cc5277529afb701377e77d1ff89711368a7456553bf249940bad  boinc-7.8.6.tar.gz
+sha256 5c77752a5cbb69b2dc0343c5aea331f2ec73410d9f33f5f50867e4071e799609  boinc-7.10.1.tar.gz
 sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
 sha256 a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c  COPYING.LESSER
index 0105034531eecd673cdf14caa466c63d0fc0cdcb..257987291c9917426a7d29bff6424a02f0f6aec0 100644 (file)
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-BOINC_VERSION_MAJOR = 7.8
-BOINC_VERSION = $(BOINC_VERSION_MAJOR).6
+BOINC_VERSION_MAJOR = 7.10
+BOINC_VERSION = $(BOINC_VERSION_MAJOR).1
 # 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).