starship: update to 0.15.0

This commit is contained in:
Leonid Pliushch 2019-09-08 03:46:41 +03:00
parent 3fbd1ed43c
commit 1d25890c09
1 changed files with 3 additions and 3 deletions

View File

@ -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.13.1
TERMUX_PKG_SHA256=990b0e418224900824179bc6c8fca89566696be79d68b8af191da107b7414f46
TERMUX_PKG_VERSION=0.15.0
TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_SHA256=87a23db05a5ac4810b8f6143d6e8b134a4831cd085b4072eba2ead014bd0b221
TERMUX_PKG_DEPENDS="openssl, zlib"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features"