diff options
author | Francois Perrad <fperrad@gmail.com> | 2018-07-03 08:08:09 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-07-03 21:41:48 +0200 |
commit | 8ae70adc52f1d01d04a68ad62df8e66168ac4af8 (patch) | |
tree | e6533a7bdb9eee5e2470193aa18ac88f58e195a5 /package/libtomcrypt/libtomcrypt.mk | |
parent | 8c504d898d1261eac2c8e252f3affc24610a562d (diff) | |
download | buildroot-8ae70adc52f1d01d04a68ad62df8e66168ac4af8.tar.gz buildroot-8ae70adc52f1d01d04a68ad62df8e66168ac4af8.zip |
libtomcrypt: bump to version 1.18.2
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/libtomcrypt/libtomcrypt.mk')
-rw-r--r-- | package/libtomcrypt/libtomcrypt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtomcrypt/libtomcrypt.mk b/package/libtomcrypt/libtomcrypt.mk index ff6222cc91..583bcb15ff 100644 --- a/package/libtomcrypt/libtomcrypt.mk +++ b/package/libtomcrypt/libtomcrypt.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBTOMCRYPT_VERSION = 1.18.1 +LIBTOMCRYPT_VERSION = 1.18.2 LIBTOMCRYPT_SITE = https://github.com/libtom/libtomcrypt/releases/download/v$(LIBTOMCRYPT_VERSION) LIBTOMCRYPT_SOURCE = crypt-$(LIBTOMCRYPT_VERSION).tar.xz LIBTOMCRYPT_LICENSE = WTFPL |