nushell: update to 0.67.0

This commit is contained in:
termux-pacman-bot
2022-08-17 16:37:47 +00:00
parent bf5fe4465d
commit 4c95016c3a
2 changed files with 2 additions and 31 deletions

View File

@@ -1,29 +0,0 @@
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -13,6 +13,15 @@
]
[[package]]
+name = "android_system_properties"
+version = "0.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d7ed72e1635e121ca3e79420540282af22da58be50de153d36f81ddc6b83aa9e"
+dependencies = [
+ "libc",
+]
+
+[[package]]
name = "addr2line"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1670,9 +1679,8 @@
[[package]]
name = "iana-time-zone"
-version = "0.1.37"
+version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "97d0b780e72fefba5e04a8359137b0a5687a44cc893dbda904fcf8a93f2f07e7"
dependencies = [
"core-foundation",
"js-sys",

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.66.2"
TERMUX_PKG_VERSION="0.67.0"
TERMUX_PKG_SRCURL=https://github.com/nushell/nushell/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=548668fe0e746cb068443b7701829e1839565e30aa5faa20c5481d0ead808045
TERMUX_PKG_SHA256=a8c4c092087d035805781dff11000f2b7c4a44ae487b013f9d0a59c4dc610546
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="openssl, zlib"
TERMUX_PKG_AUTO_UPDATE=true