diff options
author | krant <aleksey.vasilenko@gmail.com> | 2024-02-01 23:02:01 +0200 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2024-02-02 17:54:36 +0800 |
commit | 6af519adb62d49422555b17e2f1955278fa7011c (patch) | |
tree | a46c3338abc252fa524094ebb85d1de48a7bdda0 /libs/libpsl | |
parent | 302761f0e81d7a9729849384a77ffe62273ec527 (diff) |
libpsl: update to 0.21.5
Signed-off-by: krant <aleksey.vasilenko@gmail.com>
Diffstat (limited to 'libs/libpsl')
-rw-r--r-- | libs/libpsl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libpsl/Makefile b/libs/libpsl/Makefile index ea7bb8221..e554c007c 100644 --- a/libs/libpsl/Makefile +++ b/libs/libpsl/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libpsl -PKG_VERSION:=0.21.2 +PKG_VERSION:=0.21.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/rockdaboot/libpsl/releases/download/$(PKG_VERSION) -PKG_HASH:=e35991b6e17001afa2c0ca3b10c357650602b92596209b7492802f3768a6285f +PKG_HASH:=1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> PKG_LICENSE:=MIT |