Browse Source

package/libxcrypt: bump version to 4.5.2

Release notes:
https://github.com/besser82/libxcrypt/releases/tag/v4.5.2

Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
Akhilesh Nema 2 months ago
parent
commit
fd36d329f1
2 changed files with 3 additions and 3 deletions
  1. 2 2
      package/libxcrypt/libxcrypt.hash
  2. 1 1
      package/libxcrypt/libxcrypt.mk

+ 2 - 2
package/libxcrypt/libxcrypt.hash

@@ -1,5 +1,5 @@
-# From https://github.com/besser82/libxcrypt/releases/download/v4.5.1/libxcrypt-4.5.1.tar.xz.sha256sum
-sha256  e9b46a62397c15372935f6a75dc3929c62161f2620be7b7f57f03d69102c1a86  libxcrypt-4.5.1.tar.xz
+# From https://github.com/besser82/libxcrypt/releases/download/v4.5.2/libxcrypt-4.5.2.tar.xz.sha256sum
+sha256  71513a31c01a428bccd5367a32fd95f115d6dac50fb5b60c779d5c7942aec071  libxcrypt-4.5.2.tar.xz
 
 # Locally calculated
 sha256  9144e66d8140feb84f0e4e344906ac425378896320032e0248567ef195cf0135  LICENSING

+ 1 - 1
package/libxcrypt/libxcrypt.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBXCRYPT_VERSION = 4.5.1
+LIBXCRYPT_VERSION = 4.5.2
 LIBXCRYPT_SITE = https://github.com/besser82/libxcrypt/releases/download/v$(LIBXCRYPT_VERSION)
 LIBXCRYPT_SOURCE = libxcrypt-$(LIBXCRYPT_VERSION).tar.xz
 LIBXCRYPT_LICENSE = LGPL-2.1+