From 1accfe32535603aa990e9d8a688980cbc5c42bd1 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 5 Dec 2019 23:32:28 +0100 Subject: [PATCH] starship: Update from 0.26.0 to 0.27.0 --- 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 3243b7d53..6b1337a25 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.26.0 +TERMUX_PKG_VERSION=0.27.0 TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=b18992e89c98711d38a83c1f369b2d38a325a23d664293e9479a971eebe10911 +TERMUX_PKG_SHA256=af1c4dd9b211a6271709c2cd2bbc81745d63907981474ff59084864dfd2bcf3a TERMUX_PKG_DEPENDS="openssl, zlib" TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features"