mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gitoxide: update to 0.32.0.
This commit is contained in:
parent
ab5351cf50
commit
0c352791c3
1 changed files with 3 additions and 6 deletions
|
@ -1,11 +1,8 @@
|
||||||
# Template file for 'gitoxide'
|
# Template file for 'gitoxide'
|
||||||
pkgname=gitoxide
|
pkgname=gitoxide
|
||||||
version=0.27.0
|
version=0.32.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
# Disabling cargo-auditable for now due to
|
|
||||||
# https://github.com/rust-secure-code/cargo-auditable/issues/124
|
|
||||||
make_cmd=cargo
|
|
||||||
hostmakedepends="pkg-config cmake"
|
hostmakedepends="pkg-config cmake"
|
||||||
makedepends="zlib-devel openssl-devel"
|
makedepends="zlib-devel openssl-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"
|
||||||
|
@ -14,7 +11,7 @@ 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=5055074b1dca11bb6ed5ca0b04c87393cf955ca6a536071ea702127cc7907d39
|
checksum=5a17da0379254bd996fe1888de4104d551a41bdd8bd4b93034f9d0757382fa75
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-APACHE
|
vlicense LICENSE-APACHE
|
||||||
|
|
Loading…
Add table
Reference in a new issue