Browse Source
Merge pull request #13375 from neheb/xcry
libxcrypt: update to 4.4.17
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
libs/libxcrypt/Makefile
|
|
@ -1,12 +1,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=libxcrypt |
|
|
|
PKG_VERSION:=4.4.16 |
|
|
|
PKG_VERSION:=4.4.17 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=https://codeload.github.com/besser82/libxcrypt/tar.gz/v$(PKG_VERSION)? |
|
|
|
PKG_HASH:=a98f65b8baffa2b5ba68ee53c10c0a328166ef4116bce3baece190c8ce01f375 |
|
|
|
PKG_HASH:=7665168d0409574a03f7b484682e68334764c29c21ca5df438955a381384ca07 |
|
|
|
|
|
|
|
PKG_MAINTAINER:= |
|
|
|
PKG_LICENSE:=LGPL-2.1-or-later |
|
|
|