diff options
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 020ce796fe..974ef3f2f2 100644 --- a/package/libtomcrypt/libtomcrypt.mk +++ b/package/libtomcrypt/libtomcrypt.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBTOMCRYPT_VERSION = 1.18.0 +LIBTOMCRYPT_VERSION = 1.18.1 LIBTOMCRYPT_SITE = https://github.com/libtom/libtomcrypt/releases/download/v$(LIBTOMCRYPT_VERSION) LIBTOMCRYPT_SOURCE = crypt-$(LIBTOMCRYPT_VERSION).tar.xz LIBTOMCRYPT_LICENSE = WTFPL |