gitoxide: update to 0.37.0

This commit is contained in:
tranzystorekk 2024-08-12 16:23:31 +02:00
parent f8cc2d9a85
commit b8725a6082

View file

@ -1,18 +1,22 @@
# Template file for 'gitoxide' # Template file for 'gitoxide'
pkgname=gitoxide pkgname=gitoxide
version=0.36.0 version=0.37.0
revision=1 revision=1
build_style=cargo build_style=cargo
build_helper=qemu build_helper=qemu
hostmakedepends="pkg-config cmake" configure_args="
makedepends="zlib-devel openssl-devel sqlite-devel" --no-default-features
--features max-control,gix-features/zlib-stock,gitoxide-core-blocking-client,http-client-curl
"
hostmakedepends="pkg-config"
makedepends="zlib-devel sqlite-devel libcurl-devel"
short_desc="Idiomatic, lean, fast and safe pure Rust implementation of Git" short_desc="Idiomatic, lean, fast and safe pure Rust implementation of Git"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT, Apache-2.0" license="MIT, Apache-2.0"
homepage="https://github.com/Byron/gitoxide" homepage="https://github.com/Byron/gitoxide"
changelog="https://github.com/Byron/gitoxide/raw/main/CHANGELOG.md" changelog="https://github.com/Byron/gitoxide/raw/main/CHANGELOG.md"
distfiles="https://github.com/Byron/gitoxide/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/Byron/gitoxide/archive/refs/tags/v${version}.tar.gz"
checksum=36142c7388c68732a953fcfd9dcd609241b1d9a5d2fdb2e796e987b6b6872fa7 checksum=1bdc30bafdd3605d6e278aa5562f772a9732bb07ced9321ea31893b28f950c0a
post_install() { post_install() {
vlicense LICENSE-APACHE vlicense LICENSE-APACHE