From cff7f9d45d5227d3d2b06730d6b55e2b4a41a2ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Mon, 14 Nov 2022 10:11:39 +0100 Subject: [PATCH 1/2] cargo-auditable-bootstrap: update to 0.5.3. --- srcpkgs/cargo-auditable-bootstrap/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cargo-auditable-bootstrap/template b/srcpkgs/cargo-auditable-bootstrap/template index 78fdc27db310..20621a63594d 100644 --- a/srcpkgs/cargo-auditable-bootstrap/template +++ b/srcpkgs/cargo-auditable-bootstrap/template @@ -1,7 +1,7 @@ # Template file for 'cargo-auditable-bootstrap' # Keep synced with cargo-auditable pkgname=cargo-auditable-bootstrap -version=0.5.2 +version=0.5.3 revision=1 build_wrksrc=cargo-auditable build_style=cargo @@ -12,7 +12,7 @@ maintainer="Jan Christian Grünhage " license="MIT,Apache-2.0" homepage="https://github.com/rust-secure-code/cargo-auditable" distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz" -checksum=fee70e8d2354e47eba1fed767430c12423c2a93c37307ae4c7d977c7693b88dd +checksum=a73e55fb887a0a019d13fa87983e8825ca16d46076bf89d623fa060876ca4f3f post_install() { vlicense ../LICENSE-MIT From c9506a3758c29be0cc3a36e11cfe38a23727cd7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Mon, 14 Nov 2022 10:11:48 +0100 Subject: [PATCH 2/2] cargo-auditable: update to 0.5.3. --- srcpkgs/cargo-auditable/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cargo-auditable/template b/srcpkgs/cargo-auditable/template index 642e02a534cd..902d58fb2114 100644 --- a/srcpkgs/cargo-auditable/template +++ b/srcpkgs/cargo-auditable/template @@ -1,8 +1,8 @@ # Template file for 'cargo-auditable' # Keep synced with cargo-auditable-bootstrap pkgname=cargo-auditable -version=0.5.2 -revision=2 +version=0.5.3 +revision=1 build_wrksrc=cargo-auditable build_style=cargo hostmakedepends="cargo-auditable-bootstrap" @@ -11,7 +11,7 @@ maintainer="Jan Christian Grünhage " license="MIT,Apache-2.0" homepage="https://github.com/rust-secure-code/cargo-auditable" distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz" -checksum=fee70e8d2354e47eba1fed767430c12423c2a93c37307ae4c7d977c7693b88dd +checksum=a73e55fb887a0a019d13fa87983e8825ca16d46076bf89d623fa060876ca4f3f conflicts=cargo-auditable-bootstrap post_install() {