starship: update to 0.44.0.

This commit is contained in:
mobinmob 2020-07-09 12:15:17 +03:00 committed by Piraty
parent 280d9868d5
commit 495b406654

View file

@ -1,7 +1,7 @@
# Template file for 'starship' # Template file for 'starship'
pkgname=starship pkgname=starship
version=0.42.0 version=0.44.0
revision=2 revision=1
build_style=cargo build_style=cargo
build_helper="rust" build_helper="rust"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -12,7 +12,7 @@ maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
license="ISC" license="ISC"
homepage="https://starship.rs" homepage="https://starship.rs"
distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz" distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz"
checksum=cf7b5848949bc1e61dc771ef2a429e4ccb8d339e1ca705bdf521fc4a4fc96309 checksum=b002fa0e2b34ad59330a543461a51648751db4ae8d439d58065a3b9656772fe3
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qemu-user-static" hostmakedepends+=" qemu-user-static"