From 3c005bd22105a2f809c8301a70408032ae7a4918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Mon, 12 Dec 2022 14:51:55 +0100 Subject: [PATCH 1/2] cargo-auditable-bootstrap: update to 0.6.0. --- 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 ebde54c3e2d5..a7fa067c56ea 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.4 +version=0.6.0 revision=1 build_wrksrc=cargo-auditable build_style=cargo @@ -13,7 +13,7 @@ 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" distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz" -checksum=8827a3810721e36df38dcdc28b2291760dc70609e57a9c7245ba1bf1932e1ced +checksum=1e04922614623ab0fc641ca6b0fc5ab04c91845b19efbace034e161a0e120b33 post_install() { vlicense ../LICENSE-MIT From 6f54bbf7943b82bef614b51ba7d50904f0c497c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Mon, 12 Dec 2022 14:51:59 +0100 Subject: [PATCH 2/2] cargo-auditable: update to 0.6.0. --- srcpkgs/cargo-auditable/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cargo-auditable/template b/srcpkgs/cargo-auditable/template index ba86889772f7..d9302394725b 100644 --- a/srcpkgs/cargo-auditable/template +++ b/srcpkgs/cargo-auditable/template @@ -1,7 +1,7 @@ # Template file for 'cargo-auditable' # Keep synced with cargo-auditable-bootstrap pkgname=cargo-auditable -version=0.5.4 +version=0.6.0 revision=1 build_wrksrc=cargo-auditable build_style=cargo @@ -12,7 +12,7 @@ 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" distfiles="https://github.com/rust-secure-code/cargo-auditable/archive/refs/tags/v${version}.tar.gz" -checksum=8827a3810721e36df38dcdc28b2291760dc70609e57a9c7245ba1bf1932e1ced +checksum=1e04922614623ab0fc641ca6b0fc5ab04c91845b19efbace034e161a0e120b33 conflicts=cargo-auditable-bootstrap post_install() {