nushell: update to 0.26.0

This commit is contained in:
Leonid Pliushch 2021-02-07 19:07:47 +00:00
parent 5ee69d3228
commit d29188e23f
No known key found for this signature in database
GPG Key ID: 45F2964132545795
2 changed files with 8 additions and 16 deletions

View File

@ -1,20 +1,12 @@
diff -uNr nushell-0.25.1/Cargo.toml nushell-0.25.1.mod/Cargo.toml
--- nushell-0.25.1/Cargo.toml 2021-01-06 04:58:04.000000000 +0200
+++ nushell-0.25.1.mod/Cargo.toml 2021-01-07 16:24:22.942615177 +0200
@@ -73,8 +73,6 @@
which-support = ["nu-cli/ichwh", "nu-cli/which"]
diff -uNr nushell-0.26.0/Cargo.toml nushell-0.26.0.mod/Cargo.toml
--- nushell-0.26.0/Cargo.toml 2021-01-26 10:07:08.000000000 +0000
+++ nushell-0.26.0.mod/Cargo.toml 2021-02-07 19:10:16.241516332 +0000
@@ -72,8 +72,6 @@
which-support = ["nu-cli/ichwh", "nu-cli/which", "nu-command/ichwh", "nu-command/which"]
default = [
- "sys",
- "ps",
"textview",
"inc",
"git-support",
@@ -88,7 +86,6 @@
"match",
"post",
"fetch",
- "rich-benchmark",
"zip-support",
]
extra = ["default", "binaryview", "tree", "clipboard-cli", "trash-support", "start", "bson", "sqlite", "s3", "chart", "xpath", "selector"]
"directories-support",

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.nushell.sh
TERMUX_PKG_DESCRIPTION="A new type of shell operating on structured data"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.25.1
TERMUX_PKG_VERSION=0.26.0
TERMUX_PKG_SRCURL=https://github.com/nushell/nushell/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=60a0e9967862b79b7323c2ce41760b59248b7a7c39a44a49cab47d3086ab2f0b
TERMUX_PKG_SHA256=66fbfe1297997a3f6b2181cd723816150ad2453527c7cab6c83a9c67b9af2478
TERMUX_PKG_DEPENDS="openssl, zlib"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_BLACKLISTED_ARCHES="x86_64"