diff options
author | Francois Perrad <fperrad@gmail.com> | 2017-08-30 18:52:40 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-08-30 22:12:44 +0200 |
commit | 202c079f151a03ba8c597ef00b7acea149f001f6 (patch) | |
tree | 323ac70c0756c4002faf7fb44c319967c56b4c67 | |
parent | 37b2fe73cff726ac05cdb200e803f267a48721f9 (diff) | |
download | buildroot-202c079f151a03ba8c597ef00b7acea149f001f6.tar.gz buildroot-202c079f151a03ba8c597ef00b7acea149f001f6.zip |
libtommath: bump to version 1.0.1
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/libtommath/libtommath.hash | 2 | ||||
-rw-r--r-- | package/libtommath/libtommath.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/libtommath/libtommath.hash b/package/libtommath/libtommath.hash index fcf2ddc9e4..359dfeda3c 100644 --- a/package/libtommath/libtommath.hash +++ b/package/libtommath/libtommath.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 993a7df9ee091fca430cdde3263df57d88ef62af8103903214da49fc51bbb56c ltm-1.0.tar.xz +sha256 47032fb39d698ce4cf9c9c462c198e6b08790ce8203ad1224086b9b978636c69 ltm-1.0.1.tar.xz diff --git a/package/libtommath/libtommath.mk b/package/libtommath/libtommath.mk index 2fc8c39c6e..8e0b10ca24 100644 --- a/package/libtommath/libtommath.mk +++ b/package/libtommath/libtommath.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBTOMMATH_VERSION = 1.0 +LIBTOMMATH_VERSION = 1.0.1 LIBTOMMATH_SITE = https://github.com/libtom/libtommath/releases/download/v$(LIBTOMMATH_VERSION) LIBTOMMATH_SOURCE = ltm-$(LIBTOMMATH_VERSION).tar.xz LIBTOMMATH_LICENSE = WTFPL |