]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libtomcrypt: bump to version 1.18.0
authorFrancois Perrad <fperrad@gmail.com>
Wed, 11 Oct 2017 13:15:56 +0000 (15:15 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 11 Oct 2017 20:01:35 +0000 (22:01 +0200)
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libtomcrypt/libtomcrypt.hash
package/libtomcrypt/libtomcrypt.mk

index 562016d52f659d3da70dff28c21dd49f8afa5edd..6f7720e8a3f2fd2d5bc8fefc6e520d2ccaa3c751 100644 (file)
@@ -1,2 +1,2 @@
 # Locally computed
-sha256  e33b47d77a495091c8703175a25c8228aff043140b2554c08a3c3cd71f79d116  crypt-1.17.tar.bz2
+sha256  da9df56a314afaab71963aa71bb6a075ea6bdee3d4db4af045f6bfe23e88b87a  crypt-1.18.0.tar.xz
index 8cc02b28d32c04ce753bf7c4d2b72bc8303f8957..02610f16d6698540f370bd96972f35cd391925ac 100644 (file)
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-LIBTOMCRYPT_VERSION = 1.17
-LIBTOMCRYPT_SITE = https://github.com/libtom/libtomcrypt/releases/download/$(LIBTOMCRYPT_VERSION)
-LIBTOMCRYPT_SOURCE = crypt-$(LIBTOMCRYPT_VERSION).tar.bz2
+LIBTOMCRYPT_VERSION = 1.18.0
+LIBTOMCRYPT_SITE = https://github.com/libtom/libtomcrypt/releases/download/v$(LIBTOMCRYPT_VERSION)
+LIBTOMCRYPT_SOURCE = crypt-$(LIBTOMCRYPT_VERSION).tar.xz
 LIBTOMCRYPT_LICENSE = WTFPL
 LIBTOMCRYPT_LICENSE_FILES = LICENSE
 LIBTOMCRYPT_INSTALL_STAGING = YES