Message ID | 20240130134232.2781911-1-aperez@igalia.com |
---|---|
State | Accepted |
Headers | show |
Series | package/libpsl: bump to version 0.21.5 | expand |
>>>>> "Adrian" == Adrian Perez de Castro <aperez@igalia.com> writes: > The main changes are improvements to the Meson build system, including > a fix for a build issue related to iconv: > https://github.com/rockdaboot/libpsl/releases/tag/0.21.3 > https://github.com/rockdaboot/libpsl/releases/tag/0.21.4 > https://github.com/rockdaboot/libpsl/releases/tag/0.21.5 > Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Committed, thanks.
diff --git a/package/libpsl/libpsl.hash b/package/libpsl/libpsl.hash index a35a609ff2..d800ba6a77 100644 --- a/package/libpsl/libpsl.hash +++ b/package/libpsl/libpsl.hash @@ -1,5 +1,5 @@ # Locally generated -sha256 e35991b6e17001afa2c0ca3b10c357650602b92596209b7492802f3768a6285f libpsl-0.21.2.tar.gz +sha256 1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208 libpsl-0.21.5.tar.gz # Hashes for license files: sha256 776cd11d54f0ea3e5efdd25ff1a0d952a1744215bb5858ea7aeb91808e70c9f7 COPYING diff --git a/package/libpsl/libpsl.mk b/package/libpsl/libpsl.mk index ef3c524b4f..d1a12f864c 100644 --- a/package/libpsl/libpsl.mk +++ b/package/libpsl/libpsl.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBPSL_VERSION = 0.21.2 +LIBPSL_VERSION = 0.21.5 LIBPSL_SITE = https://github.com/rockdaboot/libpsl/releases/download/$(LIBPSL_VERSION) LIBPSL_LICENSE = MIT, BSD-3-Clause LIBPSL_LICENSE_FILES = COPYING src/LICENSE.chromium
The main changes are improvements to the Meson build system, including a fix for a build issue related to iconv: https://github.com/rockdaboot/libpsl/releases/tag/0.21.3 https://github.com/rockdaboot/libpsl/releases/tag/0.21.4 https://github.com/rockdaboot/libpsl/releases/tag/0.21.5 Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> --- package/libpsl/libpsl.hash | 2 +- package/libpsl/libpsl.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)