mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cargo-edit: update to 0.11.9.
This commit is contained in:
parent
da130efd1a
commit
31c42548e0
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'cargo-edit'
|
# Template file for 'cargo-edit'
|
||||||
pkgname=cargo-edit
|
pkgname=cargo-edit
|
||||||
version=0.11.7
|
version=0.11.9
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* i686* aarch64* arm*" # uses ring
|
archs="x86_64* i686* aarch64* arm*" # uses ring
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
configure_args="--no-default-features -F add,rm,upgrade,set-version"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel"
|
makedepends="openssl-devel libgit2-devel"
|
||||||
short_desc="Utility for managing cargo dependencies from the command line"
|
short_desc="Utility for managing cargo dependencies from the command line"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/killercup/cargo-edit"
|
homepage="https://github.com/killercup/cargo-edit"
|
||||||
changelog="https://raw.githubusercontent.com/killercup/cargo-edit/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/killercup/cargo-edit/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/killercup/cargo-edit/archive/v${version}.tar.gz"
|
distfiles="https://github.com/killercup/cargo-edit/archive/v${version}.tar.gz"
|
||||||
checksum=73b3300afda280685be2a2391d5238aea341c2e15ac95ab288fa0f5ad38137fb
|
checksum=46670295e2323fc2f826750cdcfb2692fbdbea87122fe530a07c50c8dba1d3d7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue