From d744b858ae8749f078a0b7270749d30891f6f171 Mon Sep 17 00:00:00 2001 From: Yaksh Bariya Date: Fri, 11 Jun 2021 11:35:49 +0530 Subject: [PATCH] Bump nushell to 0.32.0 --- packages/nushell/Cargo.toml.patch | 19 +++++++++---------- packages/nushell/build.sh | 4 ++-- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/packages/nushell/Cargo.toml.patch b/packages/nushell/Cargo.toml.patch index 8d332f309..6e3a662a9 100644 --- a/packages/nushell/Cargo.toml.patch +++ b/packages/nushell/Cargo.toml.patch @@ -1,12 +1,11 @@ -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"] +--- ./Cargo.toml 2021-06-01 13:41:21.000000000 +0530 ++++ ./Cargo.toml.mod 2021-06-11 10:48:52.804568787 +0530 +@@ -85,8 +85,6 @@ default = [ -- "sys", -- "ps", - "textview", - "inc", - "directories-support", + "nu-cli/shadow-rs", +- "sys", +- "ps", + "directories-support", + "ctrlc-support", + "which-support", diff --git a/packages/nushell/build.sh b/packages/nushell/build.sh index 999cd28a7..bc5125c16 100644 --- a/packages/nushell/build.sh +++ b/packages/nushell/build.sh @@ -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.26.0 +TERMUX_PKG_VERSION=0.32.0 TERMUX_PKG_SRCURL=https://github.com/nushell/nushell/archive/$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=66fbfe1297997a3f6b2181cd723816150ad2453527c7cab6c83a9c67b9af2478 +TERMUX_PKG_SHA256=57cbd6cbbc9a3d2f8b99942486410e003487be0faabd275e87ab77342a8c0989 TERMUX_PKG_DEPENDS="openssl, zlib" TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_BLACKLISTED_ARCHES="x86_64"