diff options
author | Jörg Krause <joerg.krause@embedded.rocks> | 2017-03-10 21:20:44 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-10 22:21:29 +0100 |
commit | cd8e5b819ff31c96dbc7ad94c28a5ad2eb838631 (patch) | |
tree | e2ae39bd32c619a105602f3f6ca946c4e384cc4a | |
parent | 7b9b0e321590d6584c4164b9b04c9603075fd5e2 (diff) | |
download | buildroot-cd8e5b819ff31c96dbc7ad94c28a5ad2eb838631.tar.gz buildroot-cd8e5b819ff31c96dbc7ad94c28a5ad2eb838631.zip |
swupdate: bump to version 2017.01
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/swupdate/swupdate.hash | 2 | ||||
-rw-r--r-- | package/swupdate/swupdate.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/swupdate/swupdate.hash b/package/swupdate/swupdate.hash index 1ba10f6457..d4e8833930 100644 --- a/package/swupdate/swupdate.hash +++ b/package/swupdate/swupdate.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 840d6287a41f7a42e08a74045ee40b7c2f82c1ecfedf8c915e3935d4f0084376 swupdate-2016.10.tar.gz +sha256 ce28348e98aa5657154d2eacc2e8a9b114ba50a937531b010872c8eb6fd72b23 swupdate-2017.01.tar.gz diff --git a/package/swupdate/swupdate.mk b/package/swupdate/swupdate.mk index 688f4eef86..7f2cb0a463 100644 --- a/package/swupdate/swupdate.mk +++ b/package/swupdate/swupdate.mk @@ -4,7 +4,7 @@ # ################################################################################ -SWUPDATE_VERSION = 2016.10 +SWUPDATE_VERSION = 2017.01 SWUPDATE_SITE = $(call github,sbabic,swupdate,$(SWUPDATE_VERSION)) SWUPDATE_LICENSE = GPLv2+, MIT, Public Domain SWUPDATE_LICENSE_FILES = COPYING |