starship: update to 0.55.0

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2021-06-21 00:24:04 +00:00
parent ea9e90052c
commit a56db848dc
1 changed files with 2 additions and 2 deletions

View File

@ -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.54.0
TERMUX_PKG_VERSION=0.55.0
TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=0756926b48d4923fe36bcb5e0149bbe08375ed72c28f9221ad4daad4676b8d9f
TERMUX_PKG_SHA256=34d63db5d34d6150cd62a5fa1333ab8922b7381ffb15ca8e6e2d5b4f9b79c4d5
TERMUX_PKG_DEPENDS="zlib, openssl"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features --features http"