et: bump to 6.2.6

This commit is contained in:
Chongyun Lee 2023-08-30 06:03:38 +00:00 committed by Uchiha Kakashi
parent a8270e03de
commit 439c8c1483
2 changed files with 1 additions and 12 deletions

View File

@ -2,8 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://eternalterminal.dev
TERMUX_PKG_DESCRIPTION="A remote shell that automatically reconnects without interrupting the session"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="6.2.4"
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION="6.2.6"
TERMUX_PKG_SRCURL=git+https://github.com/MisterTea/EternalTerminal
TERMUX_PKG_GIT_BRANCH=et-v${TERMUX_PKG_VERSION}
TERMUX_PKG_AUTO_UPDATE=true

View File

@ -1,10 +0,0 @@
--- a/src/base/TunnelUtils.hpp
+++ b/src/base/TunnelUtils.hpp
@@ -2,6 +2,7 @@
#define __ET_TUNNEL_UTILS__
#include "ETerminal.pb.h"
+#include "Headers.hpp"
namespace et {