From 49cafa18ca762024dbe2ba4700ca5433d8f5532c Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 21 Jun 2020 21:31:55 +0300 Subject: [PATCH] Revert "starship: update to 0.42.0" error: attributes are not yet allowed on `if` expressions --> /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/sysinfo-0.14.5/src/utils.rs:27:5 | 27 | #[allow(clippy::identity_conversion)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: aborting due to previous error --- packages/starship/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/starship/build.sh b/packages/starship/build.sh index 142d2ecda..1eb68e879 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.42.0 +TERMUX_PKG_VERSION=0.41.0 TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=cf7b5848949bc1e61dc771ef2a429e4ccb8d339e1ca705bdf521fc4a4fc96309 +TERMUX_PKG_SHA256=420a09f77a6355bb0f272cd45be57d89265357b4e98b88e212aba7720d270fe7 TERMUX_PKG_DEPENDS="zlib" TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features"