Revert nushell update

This commit is contained in:
Butta 2020-09-03 01:44:53 +05:30
parent 6453923c6b
commit 170e471c40
2 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,14 @@
diff -u -r ../nushell-0.18.1/Cargo.toml ./Cargo.toml
--- ../nushell-0.18.1/Cargo.toml 2020-08-12 03:59:28.000000000 +0000
+++ ./Cargo.toml 2020-08-13 08:02:58.145134000 +0000
@@ -53,7 +53,6 @@
log = "0.4.8"
pretty_env_logger = "0.4.0"
quick-xml = "0.18.1"
-starship = "0.43.0"
[dev-dependencies]
nu-test-support = {version = "0.18.1", path = "./crates/nu-test-support"}
@@ -64,8 +63,6 @@
[features]

View File

@ -1,8 +1,8 @@
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_VERSION=0.19.0
TERMUX_PKG_VERSION=0.18.1
TERMUX_PKG_SRCURL=https://github.com/nushell/nushell/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=18aefc280a51b2202daca4c5c27aa166f5c0049ebef16d9206fdd88616e8b2a0
TERMUX_PKG_DEPENDS="openssl, zlib"
TERMUX_PKG_SHA256=68761a9145630199df16ccb39225acd58c19c8773aaa79ab5eb1674ff694ca79
TERMUX_PKG_DEPENDS="zlib"
TERMUX_PKG_BUILD_IN_SRC=true