Преглед изворни кода

package/libtommath: bump to version 1.3.0

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Francois Perrad пре 1 година
родитељ
комит
1a40adf355

+ 1 - 1
package/libtommath/Config.in

@@ -4,4 +4,4 @@ config BR2_PACKAGE_LIBTOMMATH
 	  LibTomMath is a free open source portable number theoretic
 	  multiple-precision integer library written entirely in C.
 
-	  http://www.libtom.net
+	  https://www.libtom.net

+ 1 - 1
package/libtommath/libtommath.hash

@@ -1,5 +1,5 @@
 # Locally computed
-sha256  986025d7b374276fee2e30e99f3649e4ac0db8a02257a37ee10eae72abed0d1f  ltm-1.2.1.tar.xz
+sha256  296272d93435991308eb73607600c034b558807a07e829e751142e65ccfa9d08  ltm-1.3.0.tar.xz
 
 # Hashes for license files:
 sha256  2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a  LICENSE

+ 1 - 1
package/libtommath/libtommath.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBTOMMATH_VERSION = 1.2.1
+LIBTOMMATH_VERSION = 1.3.0
 LIBTOMMATH_SITE = https://github.com/libtom/libtommath/releases/download/v$(LIBTOMMATH_VERSION)
 LIBTOMMATH_SOURCE = ltm-$(LIBTOMMATH_VERSION).tar.xz
 LIBTOMMATH_LICENSE = Unlicense