diff --git a/packages/starship/Cargo.toml.patch b/packages/starship/Cargo.toml.patch new file mode 100644 index 000000000..3d6859f4e --- /dev/null +++ b/packages/starship/Cargo.toml.patch @@ -0,0 +1,12 @@ +diff -u -r ../starship-0.33.1/Cargo.toml ./Cargo.toml +--- ../starship-0.33.1/Cargo.toml 2020-01-16 04:56:59.000000000 +0000 ++++ ./Cargo.toml 2020-02-02 04:22:22.907429768 +0000 +@@ -51,7 +51,7 @@ + open = "1.3.2" + # OpenSSL causes problems when building a MUSL release. Opting to use native SSL implementation + # see: https://github.com/richfelker/musl-cross-make/issues/65#issuecomment-509790889 +-reqwest = { version = "0.10.1", default-features = false, features = ["blocking", "rustls-tls"] } ++reqwest = { version = "0.10.1", default-features = false, features = ["blocking"] } + unicode-width = "0.1.7" + textwrap = "0.11.0" + term_size = "0.3.1" diff --git a/packages/starship/build.sh b/packages/starship/build.sh index 37630ecfc..03d9abaa7 100644 --- a/packages/starship/build.sh +++ b/packages/starship/build.sh @@ -1,9 +1,9 @@ TERMUX_PKG_HOMEPAGE=https://starship.rs TERMUX_PKG_DESCRIPTION="A minimal, blazing fast, and extremely customizable prompt for any shell" TERMUX_PKG_LICENSE="ISC" -TERMUX_PKG_VERSION=0.32.2 +TERMUX_PKG_VERSION=0.33.1 TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=ca8cbb2a34f38bf80839d3e9e26efc3c5009bc43aca040a03d0006a7c6f0845e +TERMUX_PKG_SHA256=90e1f2e795cd0e694d7a514faeee19f881c35ec46811298adde692d606837d5d TERMUX_PKG_DEPENDS="zlib" TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features"