Browse Source
starship: update to 0.26.0
%ci:reset-backlog
emacs-27
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
2 additions and
2 deletions
-
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.25.0 |
|
|
|
TERMUX_PKG_VERSION=0.26.0 |
|
|
|
TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/v$TERMUX_PKG_VERSION.tar.gz |
|
|
|
TERMUX_PKG_SHA256=623d545318fc430f443665aff79921df9a2077c40e2f74b5870bb56772c9eebd |
|
|
|
TERMUX_PKG_SHA256=b18992e89c98711d38a83c1f369b2d38a325a23d664293e9479a971eebe10911 |
|
|
|
TERMUX_PKG_DEPENDS="openssl, zlib" |
|
|
|
TERMUX_PKG_BUILD_IN_SRC=true |
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features" |
|
|
|