boinc: bump to version 7.8.4
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 1 Dec 2017 19:20:50 +0000 (20:20 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 1 Dec 2017 21:39:41 +0000 (22:39 +0100)
Add hash for COPYING and COPYING.LESSER

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/boinc/boinc.hash
package/boinc/boinc.mk

index 292c32750da8ee5a51704ce897e1da919191ee26..3f31ee7582ddb793b92cf957fc59a2a8e0a241a2 100644 (file)
@@ -1,2 +1,4 @@
 # Locally computed:
-sha256 e3d5b190ec6cdc3512005469fab90203af110cd9a7880654c5d0b4d4e55f3c17  boinc-7.8.3.tar.gz
+sha256 0038044916749687455d0f5ca33e79f14e2d1d5451ddfd04b33446b2d9d467ab  boinc-7.8.4.tar.gz
+sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
+sha256 a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c  COPYING.LESSER
index 901f1ee986bd7709080a8f6a5ec0bbf71f34e2fc..a04aadffa1fcfa3e07129eaa9be73913945a4e40 100644 (file)
@@ -5,7 +5,7 @@
 ################################################################################
 
 BOINC_VERSION_MAJOR = 7.8
-BOINC_VERSION = $(BOINC_VERSION_MAJOR).3
+BOINC_VERSION = $(BOINC_VERSION_MAJOR).4
 # 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).