diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-06-04 15:04:22 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-05 11:13:20 +0200 |
commit | 4d7a56587487b42fd0ce056e1ef07b301d39f513 (patch) | |
tree | b4bbb72568d7cc3843f3966bff2231996d9461c5 | |
parent | dd74146f91d1b197b00d444440a64ef7f800a11c (diff) | |
download | buildroot-4d7a56587487b42fd0ce056e1ef07b301d39f513.tar.gz buildroot-4d7a56587487b42fd0ce056e1ef07b301d39f513.zip |
package/gqrx: bump version to 2.6.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/gqrx/gqrx.hash | 2 | ||||
-rw-r--r-- | package/gqrx/gqrx.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/gqrx/gqrx.hash b/package/gqrx/gqrx.hash index 2d126aa50a..bb52a616d7 100644 --- a/package/gqrx/gqrx.hash +++ b/package/gqrx/gqrx.hash @@ -1,2 +1,2 @@ # Locally calculated: -sha256 53d25db8d987a41ccccaf6fd85262bd7770cdfab5539b5901c4558756483c9db gqrx-v2.6.tar.gz +sha256 2736a963dac4051ca8ae91a440ee6643ef7d26c9de5b9c83a369d5fc9328d453 gqrx-v2.6.1.tar.gz diff --git a/package/gqrx/gqrx.mk b/package/gqrx/gqrx.mk index 12e79edbc5..2a7651c252 100644 --- a/package/gqrx/gqrx.mk +++ b/package/gqrx/gqrx.mk @@ -4,7 +4,7 @@ # ################################################################################ -GQRX_VERSION = v2.6 +GQRX_VERSION = v2.6.1 GQRX_SITE = $(call github,csete,gqrx,$(GQRX_VERSION)) GQRX_LICENSE = GPL-3.0+, Apache-2.0 GQRX_LICENSE_FILES = COPYING LICENSE-CTK |