Update WeeChat to 3.8

This commit is contained in:
rsadowski 2023-01-08 21:26:16 +00:00
parent 4e52754b4f
commit 8f3766251a
4 changed files with 5 additions and 6 deletions

View File

@ -4,9 +4,8 @@ COMMENT-python= Python bindings for weechat
COMMENT-ruby= Ruby bindings for weechat
COMMENT-tcl= Tcl bindings for weechat
V= 3.7.1
V= 3.8
DISTNAME= weechat-${V}
REVISION-python= 0
PKGNAME-main= weechat-${V}
PKGNAME-lua= weechat-lua-${V}

View File

@ -1,2 +1,2 @@
SHA256 (weechat-3.7.1.tar.gz) = WjWfK8BGCqZRrvhCwE9GaLk2B5KP9Nw45fFjNX1m8wI=
SIZE (weechat-3.7.1.tar.gz) = 5411476
SHA256 (weechat-3.8.tar.gz) = 2dJ/rBJ8ckVkzyjGF5+m7MeaYfna0Jo7JRUA8rB1VAk=
SIZE (weechat-3.8.tar.gz) = 5461256

View File

@ -18,7 +18,7 @@ Index: CMakeLists.txt
# version
execute_process(COMMAND ${CMAKE_SOURCE_DIR}/version.sh devel-major OUTPUT_VARIABLE VERSION_MAJOR)
@@ -225,7 +223,7 @@ if(DL_LIBRARY)
@@ -224,7 +222,7 @@ if(DL_LIBRARY)
list(APPEND EXTRA_LIBS dl)
endif()

View File

@ -1,7 +1,7 @@
Index: tests/CMakeLists.txt
--- tests/CMakeLists.txt.orig
+++ tests/CMakeLists.txt
@@ -116,7 +116,7 @@ if(ICONV_LIBRARY)
@@ -117,7 +117,7 @@ if(ICONV_LIBRARY)
list(APPEND EXTRA_LIBS ${ICONV_LIBRARY})
endif()