bump(x11/far2l): 2.6.1 (#19829)

This commit is contained in:
Biswapriyo Nath 2024-04-19 15:12:44 +05:30 committed by GitHub
parent 3556852f8c
commit 7ff50dc477
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
--- a/WinPort/src/Backend/WinPortMain.cpp
+++ b/WinPort/src/Backend/WinPortMain.cpp
@@ -242,7 +242,7 @@ struct ArgOptions
bool tty = false, far2l_tty = false, notty = false;
bool mortal = false;
@@ -259,7 +259,7 @@ struct ArgOptions
bool wayland = false;
std::string ext_clipboard;
std::string test_id;
- unsigned int esc_expiration = 0;
+ unsigned int esc_expiration = 100;
std::vector<char *> filtered_argv;

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/elfmz/far2l
TERMUX_PKG_DESCRIPTION="FAR Manager v2"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@spvkgn"
TERMUX_PKG_VERSION="2.6.0"
TERMUX_PKG_VERSION="2.6.1"
TERMUX_PKG_SRCURL=https://github.com/elfmz/far2l/archive/v_${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=3d1c0c0a1dd4b899afd659876c9e636dbc5920cbce514dbfe9c0f6843ec2baee
TERMUX_PKG_SHA256=0729400a10ed754c103e3fd1d537b0332ec317dd031563ce967df19234cdd6ad
TERMUX_PKG_DEPENDS="libarchive, libc++, libuchardet, pcre"
TERMUX_PKG_SUGGESTS="chafa, exiftool, htop, timg"
TERMUX_PKG_RM_AFTER_INSTALL="share/icons share/applications"