diff --git a/srcpkgs/cargo-auditable/patches/cargo-lock.patch b/srcpkgs/cargo-auditable/patches/cargo-lock.patch deleted file mode 100644 index c4988d4bb21..00000000000 --- 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 ebceaae7b9e..5e6af279bab 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() {