From e230c6a7cbc9979708220605fa4935d3dcd025f9 Mon Sep 17 00:00:00 2001 From: Kid <44045911+kidonng@users.noreply.github.com> Date: Sun, 21 Feb 2021 14:21:53 +0800 Subject: [PATCH] Starship: update to 0.50.0 --- packages/starship/build.sh | 4 ++-- packages/starship/sys-info.patch | 13 ------------- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 packages/starship/sys-info.patch diff --git a/packages/starship/build.sh b/packages/starship/build.sh index 47c50bf1619d34..7081d6672466b7 100644 --- a/packages/starship/build.sh +++ b/packages/starship/build.sh @@ -2,9 +2,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_MAINTAINER="@termux" -TERMUX_PKG_VERSION=0.48.0 +TERMUX_PKG_VERSION=0.50.0 TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=23e729ace48ec0bf6d8eff5f99003351463841f3b28fe453faceb62e6f99bae6 +TERMUX_PKG_SHA256=d8f4dc9bd266f2a5c34926d361c62fdddb61cd7da4acadba5f9c175eb07602e5 TERMUX_PKG_DEPENDS="zlib" TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features" diff --git a/packages/starship/sys-info.patch b/packages/starship/sys-info.patch deleted file mode 100644 index c07c4db1514136..00000000000000 --- a/packages/starship/sys-info.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -u -r ../starship-0.48.0/Cargo.toml ./Cargo.toml ---- ../starship-0.48.0/Cargo.toml 2021-01-06 15:03:16.000000000 +0800 -+++ ./Cargo.toml 2021-01-06 15:04:13.000000000 +0800 -@@ -70,6 +70,9 @@ - native-tls = { version = "0.2.7", optional = true } - shell-words = "1.0.0" - -+[patch.crates-io] -+sys-info = { git = 'https://github.com/FillZpp/sys-info-rs' } -+ - [target.'cfg(windows)'.dependencies] - winapi = { version = "0.3.9", features = [ - "winuser",