starship: update to 0.35.1

This commit is contained in:
Leonid Pliushch 2020-02-10 14:32:27 +02:00
parent 1dd8816757
commit 24fb9ad1c2
1 changed files with 2 additions and 2 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.33.1
TERMUX_PKG_VERSION=0.35.1
TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=90e1f2e795cd0e694d7a514faeee19f881c35ec46811298adde692d606837d5d
TERMUX_PKG_SHA256=22b4bf8bfe45d492d69433942e02731b141091f11b03860cb02d21f4f2431285
TERMUX_PKG_DEPENDS="zlib"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features"