sysutils/xplr: update to 0.9.0
-Added new recover mode. Pressing any invalid key will lead the users to this mode. esc is the escape from that mode. -Introduced new message PopMode which will pop the last mode and switch to it. -Stay in filter mode after filtering files, similar to sort. -Stay in create x mode while creating files or directories, allowing batch creation. -Added LogWarning message, similar to LogInfo, LogSuccess and LogError. -Logs will be hidden when switching to input mode, and will appear when new logs are available. -Fixed rename operation. -Fixed error that occurs when running a subprocess and pressing a key immediately.
This commit is contained in:
parent
3f3b36a0d2
commit
4f06344b52
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.20 2021/05/12 20:23:59 pin Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2021/05/13 18:34:29 pin Exp $
|
||||
|
||||
DISTNAME= xplr-0.8.5
|
||||
DISTNAME= xplr-0.9.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=sayanarijit/}
|
||||
GITHUB_TAG= v${PKGVERSION_NOREV}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.20 2021/05/12 20:23:59 pin Exp $
|
||||
$NetBSD: distinfo,v 1.21 2021/05/13 18:34:29 pin Exp $
|
||||
|
||||
SHA1 (anyhow-1.0.40.crate) = 17c0988d0d1b3711efd7a74ba8a50f7bc21bfa96
|
||||
RMD160 (anyhow-1.0.40.crate) = 7005f69a9297ee97af418190a14e22fe3fbb4012
|
||||
|
@ -704,10 +704,10 @@ SHA1 (ws2_32-sys-0.2.1.crate) = dae41c117c3746c05852b6ce72f17954e6d6dd8b
|
|||
RMD160 (ws2_32-sys-0.2.1.crate) = 883038c3ec6db615e0c96f0788f1a24892a855b2
|
||||
SHA512 (ws2_32-sys-0.2.1.crate) = 18356861fc595efe7d0180afb8ce7649da35a4f9ba456271d2068679ab258a861af32a2e016e241fbfbf5f6ef0eb33127b26eabfc11428af39506538faa4821f
|
||||
Size (ws2_32-sys-0.2.1.crate) = 4697 bytes
|
||||
SHA1 (xplr-0.8.5.tar.gz) = 4159bf91be57e378b899a9da3eef639c28187869
|
||||
RMD160 (xplr-0.8.5.tar.gz) = c6620d632ffbdb29d8af4dbc84253671ac6dcc65
|
||||
SHA512 (xplr-0.8.5.tar.gz) = e328696952cdcc9aad3d79e12309113f1b74f473eee731980531eacbcffa41da322f5a2c1965d454a3b45c8b7c0cea5220eaadbbf6e5dcc68c5582b0fe544ba1
|
||||
Size (xplr-0.8.5.tar.gz) = 72523 bytes
|
||||
SHA1 (xplr-0.9.0.tar.gz) = 65326edf072d06388f5115faf91ced8c3ac77280
|
||||
RMD160 (xplr-0.9.0.tar.gz) = f98c63a56a664da4fa335c6d76cc8f2eb19957de
|
||||
SHA512 (xplr-0.9.0.tar.gz) = 67d805f4f8b29240d91f670f03f4b36341b8deba4192d4eb2650e63cbb3cfccf66e89ddde6a2ee1a053bda96684a76c5627f6944ad7e1cadc5b8bc8affefdd4e
|
||||
Size (xplr-0.9.0.tar.gz) = 73083 bytes
|
||||
SHA1 (yaml-rust-0.4.5.crate) = de9261ecb0d790e56466b6e1c40371b1050a8650
|
||||
RMD160 (yaml-rust-0.4.5.crate) = 2148b0245a840e26646ae4b0c5f394fd8203ad5b
|
||||
SHA512 (yaml-rust-0.4.5.crate) = 7621dc8dfd5e7d4a7a8805b2a7e8319b63b852367655f2359d4e3e8fec6c4fad52d75c46ce1161e4c674eac0780b757ce9d34e664e304d8d2beec7afa0363ea0
|
||||
|
|
Loading…
Reference in a new issue