From 83576d0c45b03ca5aa4fd134d91d7114acb1e87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 15 Nov 2022 19:17:14 +0100 Subject: [PATCH 1/2] cargo-auditable-bootstrap: update to 0.5.4. --- srcpkgs/cargo-auditable-bootstrap/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cargo-auditable-bootstrap/template b/srcpkgs/cargo-auditable-bootstrap/template index 20621a63594d..ebde54c3e2d5 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.3 +version=0.5.4 revision=1 build_wrksrc=cargo-auditable build_style=cargo @@ -11,8 +11,9 @@ short_desc="Bootstrap package for cargo-auditable" maintainer="Jan Christian Grünhage " 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=a73e55fb887a0a019d13fa87983e8825ca16d46076bf89d623fa060876ca4f3f +checksum=8827a3810721e36df38dcdc28b2291760dc70609e57a9c7245ba1bf1932e1ced post_install() { vlicense ../LICENSE-MIT From 0ad5ee6ef3a2973f2ab7829b4f2e18d90cf131ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 15 Nov 2022 19:17:42 +0100 Subject: [PATCH 2/2] cargo-auditable: update to 0.5.4. --- srcpkgs/cargo-auditable/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cargo-auditable/template b/srcpkgs/cargo-auditable/template index 902d58fb2114..ba86889772f7 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.3 +version=0.5.4 revision=1 build_wrksrc=cargo-auditable build_style=cargo @@ -10,8 +10,9 @@ short_desc="Tool for embedding dependency information in rust binaries" maintainer="Jan Christian Grünhage " 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=a73e55fb887a0a019d13fa87983e8825ca16d46076bf89d623fa060876ca4f3f +checksum=8827a3810721e36df38dcdc28b2291760dc70609e57a9c7245ba1bf1932e1ced conflicts=cargo-auditable-bootstrap post_install() {