cargo-auditable-bootstrap: update to 0.6.2
This commit is contained in:
parent
237df1e34a
commit
13fba9ad91
|
@ -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-bootstrap'
|
||||
# Keep synced with cargo-auditable
|
||||
pkgname=cargo-auditable-bootstrap
|
||||
version=0.6.1
|
||||
revision=2
|
||||
version=0.6.2
|
||||
revision=1
|
||||
build_wrksrc=cargo-auditable
|
||||
build_style=cargo
|
||||
# Required for bootstrapping purposes
|
||||
|
@ -11,9 +11,9 @@ short_desc="Bootstrap package for cargo-auditable"
|
|||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||
license="MIT,Apache-2.0"
|
||||
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"
|
||||
checksum=091dc954c09408a9a2bdf1b01fa34f3e4bf7a7621966d2f4c4d5fc689a3baaf4
|
||||
checksum=b1c1455b5917d57d4beb3f9bf845059c2d701a034a060b908c7127e29e9b94f3
|
||||
repository=bootstrap
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue