et: update to 6.2.0

Fixes https://github.com/termux/termux-packages/issues/10499.
This commit is contained in:
Henrik Grimler 2022-05-05 08:58:47 +02:00
parent aedb3f76cb
commit 048032e354
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
2 changed files with 10 additions and 13 deletions

View File

@ -4,10 +4,9 @@ TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_VERSION_REGEXP="\d+\.\d+\.\d+"
TERMUX_PKG_VERSION=6.1.11
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION=6.2.0
TERMUX_PKG_SRCURL=https://github.com/MisterTea/EternalTerminal/archive/et-v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=bff58ae9122a39a7012e741d2d514b0966725c942021f3279fa7e2b00cfd20a3
TERMUX_PKG_SHA256=e16e2faf98e4471ea3db03aab7c607763ad172add720e00a40c6848de876b35a
TERMUX_PKG_DEPENDS="libc++, protobuf, libsodium, openssl"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DDISABLE_VCPKG=1"

View File

@ -1,8 +1,6 @@
diff --git a/src/terminal/TerminalServerMain.cpp b/src/terminal/TerminalServerMain.cpp
index a8d59c6..23fa0ae 100644
--- a/src/terminal/TerminalServerMain.cpp
+++ b/src/terminal/TerminalServerMain.cpp
@@ -28,11 +28,11 @@ int main(int argc, char **argv) {
--- ./src/terminal/TerminalServerMain.cpp~ 2022-05-05 06:28:11.000000000 +0200
+++ ./src/terminal/TerminalServerMain.cpp 2022-05-05 08:56:50.241909706 +0200
@@ -40,11 +40,11 @@
("logtostdout", "log to stdout") //
("pidfile", "Location of the pid file",
cxxopts::value<std::string>()->default_value(
@ -11,8 +9,8 @@ index a8d59c6..23fa0ae 100644
("v,verbose", "Enable verbose logging",
cxxopts::value<int>()->default_value("0"), "LEVEL") //
("serverfifo",
- "If set, listens on the matching fifo name", //
+ "If set, listens on the matching server fifo name", //
cxxopts::value<std::string>()->default_value(ROUTER_FIFO_NAME)) //
;
- "If set, listens on the matching fifo name", //
+ "If set, listens on the matching server fifo name", //
cxxopts::value<std::string>()->default_value("")) //
("telemetry",
"Allow et to anonymously send errors to guide future improvements",