diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2016-08-30 11:42:29 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-08-30 22:49:13 +0200 |
commit | d340eb39953d35048c030e1602b026f46734c9b7 (patch) | |
tree | e6090e3fc86a4affd7b0543465fdd1faa55eaf9c | |
parent | 3c4aa539f5f8498269b68091663e0155d8a0838a (diff) | |
download | buildroot-d340eb39953d35048c030e1602b026f46734c9b7.tar.gz buildroot-d340eb39953d35048c030e1602b026f46734c9b7.zip |
alljoyn: bump to version 16.04a
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/alljoyn/alljoyn.hash | 2 | ||||
-rw-r--r-- | package/alljoyn/alljoyn.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/alljoyn/alljoyn.hash b/package/alljoyn/alljoyn.hash index e18d66e717..47dd0d4de4 100644 --- a/package/alljoyn/alljoyn.hash +++ b/package/alljoyn/alljoyn.hash @@ -1,2 +1,2 @@ # Locally computed: -sha256 41bd424d376d22dc2b48cc035400bd63595d19467eeb6a7ae81429f5a43ed2e2 alljoyn-16.04.00-src.tar.gz +sha256 fc437d96cf1213f18048240b5d12a374b31894d21830a0a6ccf562ffa13425d5 alljoyn-16.04.00a-src.tar.gz diff --git a/package/alljoyn/alljoyn.mk b/package/alljoyn/alljoyn.mk index 71262587da..69d5dedc41 100644 --- a/package/alljoyn/alljoyn.mk +++ b/package/alljoyn/alljoyn.mk @@ -5,7 +5,7 @@ ################################################################################ ALLJOYN_REV = 16.04 -ALLJOYN_VERSION = $(ALLJOYN_REV).00 +ALLJOYN_VERSION = $(ALLJOYN_REV).00a ALLJOYN_SOURCE = alljoyn-$(ALLJOYN_VERSION)-src.tar.gz ALLJOYN_SITE = https://mirrors.kernel.org/allseenalliance/alljoyn/$(ALLJOYN_REV) # See https://allseenalliance.org/alliance/ip-policy |