mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cargo-auditable: update to 0.6.2
This commit is contained in:
parent
13fba9ad91
commit
962787faa8
2 changed files with 4 additions and 17 deletions
|
@ -1,13 +0,0 @@
|
||||||
diff --git a/Cargo.lock2 b/Cargo.lock
|
|
||||||
index 00969c9e1c..5caabbda1c 100644
|
|
||||||
--- a/Cargo.lock2
|
|
||||||
+++ b/Cargo.lock
|
|
||||||
@@ -72,7 +72,7 @@ dependencies = [
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "cargo-auditable"
|
|
||||||
-version = "0.6.0"
|
|
||||||
+version = "0.6.1"
|
|
||||||
dependencies = [
|
|
||||||
"auditable-info",
|
|
||||||
"auditable-serde",
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'cargo-auditable'
|
# Template file for 'cargo-auditable'
|
||||||
# Keep synced with cargo-auditable-bootstrap
|
# Keep synced with cargo-auditable-bootstrap
|
||||||
pkgname=cargo-auditable
|
pkgname=cargo-auditable
|
||||||
version=0.6.1
|
version=0.6.2
|
||||||
revision=2
|
revision=1
|
||||||
build_wrksrc=cargo-auditable
|
build_wrksrc=cargo-auditable
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="cargo-auditable-bootstrap"
|
hostmakedepends="cargo-auditable-bootstrap"
|
||||||
|
@ -10,9 +10,9 @@ short_desc="Tool for embedding dependency information in rust binaries"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MIT,Apache-2.0"
|
license="MIT,Apache-2.0"
|
||||||
homepage="https://github.com/rust-secure-code/cargo-auditable"
|
homepage="https://github.com/rust-secure-code/cargo-auditable"
|
||||||
changelog="https://github.com/rust-secure-code/cargo-auditable/raw/master/cargo-auditable/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/rust-secure-code/cargo-auditable/master/cargo-auditable/CHANGELOG.md"
|
||||||
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=091dc954c09408a9a2bdf1b01fa34f3e4bf7a7621966d2f4c4d5fc689a3baaf4
|
checksum=b1c1455b5917d57d4beb3f9bf845059c2d701a034a060b908c7127e29e9b94f3
|
||||||
conflicts=cargo-auditable-bootstrap
|
conflicts=cargo-auditable-bootstrap
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue