diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-12-18 19:28:30 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-12-19 00:32:56 +0100 |
| commit | 584885c8d4ba8e2f824436386d005f1ff75ca1a1 (patch) | |
| tree | 0f1a6f1765b9abf8b1d1af9b6f97e793cc2e43d4 | |
| parent | e1a0a8858e59c3ed73637521cc77e3937e9da2d4 (diff) | |
| download | buildroot-584885c8d4ba8e2f824436386d005f1ff75ca1a1.tar.gz buildroot-584885c8d4ba8e2f824436386d005f1ff75ca1a1.zip | |
gmp: bump to version 6.1.2
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/gmp/gmp.hash | 2 | ||||
| -rw-r--r-- | package/gmp/gmp.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/gmp/gmp.hash b/package/gmp/gmp.hash index 9ea42e5395..f4793cd93c 100644 --- a/package/gmp/gmp.hash +++ b/package/gmp/gmp.hash @@ -1,2 +1,2 @@ # Locally calculated after checking pgp signature -sha256 d36e9c05df488ad630fff17edb50051d6432357f9ce04e34a09b3d818825e831 gmp-6.1.1.tar.xz +sha256 87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912 gmp-6.1.2.tar.xz diff --git a/package/gmp/gmp.mk b/package/gmp/gmp.mk index 843a7a1781..33b5d542b4 100644 --- a/package/gmp/gmp.mk +++ b/package/gmp/gmp.mk @@ -4,7 +4,7 @@ # ################################################################################ -GMP_VERSION = 6.1.1 +GMP_VERSION = 6.1.2 GMP_SITE = $(BR2_GNU_MIRROR)/gmp GMP_SOURCE = gmp-$(GMP_VERSION).tar.xz GMP_INSTALL_STAGING = YES |

