1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-14 03:46:39 +00:00

Merge pull request #6990 from thunder-coding/bump-nushell

Bump nushell to 0.32.0
This commit is contained in:
Lokesh Pandey 2021-06-13 13:33:08 +05:30 committed by GitHub
commit a12f52d168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 12 deletions

View File

@ -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",

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.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"