mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gitoxide: update to 0.38.0
This commit is contained in:
parent
1b06f1a794
commit
64de146d39
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gitoxide'
|
# Template file for 'gitoxide'
|
||||||
pkgname=gitoxide
|
pkgname=gitoxide
|
||||||
version=0.37.0
|
version=0.38.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
@ -12,11 +12,11 @@ hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel sqlite-devel libcurl-devel"
|
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="Apache-2.0 OR MIT"
|
||||||
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=1bdc30bafdd3605d6e278aa5562f772a9732bb07ced9321ea31893b28f950c0a
|
checksum=650a9ecae3953505db59983d10583bb8eb69ce820f794735c0fa8c519ca902b4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-APACHE
|
vlicense LICENSE-APACHE
|
||||||
|
|
Loading…
Add table
Reference in a new issue