irssi: upgrade 1.4.1 -> 1.4.2

Changelog:
===========
Changes
---------
    Add irssimoduledir to irssi-1.pc in the Meson build (#1383, #1378)

Fixes
--------
    Use -isystem includes, limiting warnings to Irssi code. Fixes compilation with Perl 5.36 (#1381, gentoo#851522, #1384)
    Fix missing lines when changing dynamic textbuffer contents (#1382, #1387). Reported by externalserver15
    Fix Perl cross compilation with Meson 0.60.0 (#1377)
    Fix default channel prefix used for /JOIN to default to # (#1385, #1388)
    Fix crash in /LASTLOG by getting line texts before printing (#1367, #1398)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
wangmy 2022-07-19 14:13:17 +08:00 committed by Khem Raj
parent b88b492c21
commit dfe92924ce

View File

@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55fdc1113306167d6ea2561404ce02f8"
DEPENDS = "glib-2.0 ncurses openssl"
SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz"
SRC_URI[sha256sum] = "6a7692741bba16f3ba6f97cf7246421ac57055dcedcca9a4d21663f8efe47501"
SRC_URI[sha256sum] = "79a4765d2dfe153c440a1775b074d5d0682b96814c7cf92325b5e15ce50e26a8"
UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"