bump(main/libnats-c): 3.8.2 (#19821)

Remove CMakeLists.txt.patch file which was fixed in upstream.
8a00e4b666
This commit is contained in:
Biswapriyo Nath 2024-04-18 09:32:43 +05:30 committed by GitHub
parent 551d5576dd
commit b38801a4b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 12 deletions

View File

@ -1,10 +0,0 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -184,7 +184,6 @@
else(APPLE)
set(NATS_OS "LINUX")
set(NATS_USE_PTHREAD "-pthread")
- set(NATS_EXTRA_LIB "rt -lpthread")
endif(APPLE)
if (${NATS_BUILD_ARCH} MATCHES "32")
if(NOT APPLE)

View File

@ -2,8 +2,8 @@ TERMUX_PKG_HOMEPAGE=https://nats-io.github.io/nats.c/
TERMUX_PKG_DESCRIPTION="A C client for the NATS messaging system"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="3.8.0"
TERMUX_PKG_VERSION="3.8.2"
TERMUX_PKG_SRCURL=https://github.com/nats-io/nats.c/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=465811380cdc6eab3304e40536d03f99977a69c0e56fcf566000c29dd075e4dd
TERMUX_PKG_SHA256=083ee03cf5a413629d56272e88ad3229720c5006c286e8180c9e5b745c10f37d
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libprotobuf-c, openssl"