starship: update to 0.41.0
This commit is contained in:
parent
f9a9c0875a
commit
425a60c426
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'starship'
|
||||
pkgname=starship
|
||||
version=0.37.0
|
||||
version=0.41.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper="rust"
|
||||
|
@ -11,12 +11,7 @@ maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
|||
license="ISC"
|
||||
homepage="https://starship.rs"
|
||||
distfiles="https://github.com/starship/starship/archive/v${version}.tar.gz"
|
||||
checksum=9a7344a1f61f195ddee9fef794e3214d47b38c5d18dfba8d66959dff3e06403b
|
||||
|
||||
pre_build() {
|
||||
vsed -i '/reqwest =/s/, "rustls-tls"//' Cargo.toml
|
||||
cargo update
|
||||
}
|
||||
checksum=420a09f77a6355bb0f272cd45be57d89265357b4e98b88e212aba7720d270fe7
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue