mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
cargo-edit: update to 0.12.0
This commit is contained in:
parent
56c8fba57e
commit
11979b0e9b
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'cargo-edit'
|
# Template file for 'cargo-edit'
|
||||||
pkgname=cargo-edit
|
pkgname=cargo-edit
|
||||||
version=0.11.11
|
version=0.12.0
|
||||||
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"
|
configure_args="--no-default-features -F upgrade,set-version"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel libgit2-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"
|
||||||
|
@ -13,7 +13,7 @@ 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/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/killercup/cargo-edit/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=9ce140e840498d61c1573ff4206214d0c41c8db24048f0f0f27b7f4464310f9a
|
checksum=a8168ea2320c095f55d2b32f8bede8c814dcdc4290c250df36dc8ce0f6fb2095
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue