From b12d31a938d25621e02ddf015b56f56a7ffe00dc Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Mon, 26 Feb 2024 13:02:04 +0100 Subject: [PATCH 1/2] cargo-auditable-bootstrap: update to 0.6.2 --- .../patches/cargo-lock.patch | 13 ------------- srcpkgs/cargo-auditable-bootstrap/template | 8 ++++---- 2 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/cargo-auditable-bootstrap/patches/cargo-lock.patch diff --git a/srcpkgs/cargo-auditable-bootstrap/patches/cargo-lock.patch b/srcpkgs/cargo-auditable-bootstrap/patches/cargo-lock.patch deleted file mode 100644 index c4988d4bb210f7..00000000000000 --- a/srcpkgs/cargo-auditable-bootstrap/patches/cargo-lock.patch +++ /dev/null @@ -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", diff --git a/srcpkgs/cargo-auditable-bootstrap/template b/srcpkgs/cargo-auditable-bootstrap/template index 29ff88e83f5c19..a991c46018279e 100644 --- a/srcpkgs/cargo-auditable-bootstrap/template +++ b/srcpkgs/cargo-auditable-bootstrap/template @@ -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 " 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() { From 89e9dd1738161954369cca90394c6b9b361d741f Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Mon, 26 Feb 2024 13:02:34 +0100 Subject: [PATCH 2/2] cargo-auditable: update to 0.6.2 --- srcpkgs/cargo-auditable/patches/cargo-lock.patch | 13 ------------- srcpkgs/cargo-auditable/template | 8 ++++---- 2 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/cargo-auditable/patches/cargo-lock.patch diff --git a/srcpkgs/cargo-auditable/patches/cargo-lock.patch b/srcpkgs/cargo-auditable/patches/cargo-lock.patch deleted file mode 100644 index c4988d4bb210f7..00000000000000 --- a/srcpkgs/cargo-auditable/patches/cargo-lock.patch +++ /dev/null @@ -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", diff --git a/srcpkgs/cargo-auditable/template b/srcpkgs/cargo-auditable/template index ebceaae7b9e35b..5e6af279babfa3 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.6.1 -revision=2 +version=0.6.2 +revision=1 build_wrksrc=cargo-auditable build_style=cargo hostmakedepends="cargo-auditable-bootstrap" @@ -10,9 +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" +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 conflicts=cargo-auditable-bootstrap post_install() {