cargo-crev: update to 0.25.5.

This commit is contained in:
Jan Christian Grünhage 2023-12-15 19:53:35 +01:00 committed by Duncan Overbruck
parent 41fece542b
commit dc8d1d3dd3
2 changed files with 43 additions and 3 deletions

View file

@ -0,0 +1,40 @@
From ad3ba20d878a410a92d496beb7cf8ddf1f18e739 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
<jan.christian@gruenhage.xyz>
Date: Fri, 15 Dec 2023 19:38:11 +0100
Subject: [PATCH] fix index-guix dependency of crevette
---
Cargo.lock | 2 ++
crevette/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/Cargo.lock b/Cargo.lock
index 7ab97e0..0416f03 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3341,6 +3341,8 @@ dependencies = [
[[package]]
name = "index-guix"
version = "1.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "bd5527d0b9a90f16299c4db9a1c93c74089abe2e38dbd640b69e4afc378038e3"
dependencies = [
"gix 0.55.2",
"nom",
diff --git a/crevette/Cargo.toml b/crevette/Cargo.toml
index f40ed63..0acd77d 100644
--- a/crevette/Cargo.toml
+++ b/crevette/Cargo.toml
@@ -23,7 +23,7 @@ toml_edit = { version = "0.21.0", features = ["serde"] }
cargo_author = { version = "1.0.6", optional = true }
flate2 = { version = "1.0.28", optional = true }
index-debcargo = { version = "1.1.0", optional = true }
-index-guix = { version = "1.0.0", optional = true, path = "../../index-guix" }
+index-guix = { version = "1.0.0", optional = true }
reqwest = { version = "0.11.22", features = ["blocking"], optional = true }
[features]
--
2.43.0

View file

@ -1,7 +1,7 @@
# Template file for 'cargo-crev'
pkgname=cargo-crev
version=0.23.3
revision=3
version=0.25.5
revision=1
build_style=cargo
make_install_args="--path ./cargo-crev"
make_check_args="-- --skip creates_new_id_implicitly"
@ -13,7 +13,7 @@ license="MPL-2.0, MIT, Apache-2.0"
homepage="https://github.com/crev-dev/cargo-crev"
changelog="https://raw.githubusercontent.com/crev-dev/cargo-crev/master/cargo-crev/CHANGELOG.md"
distfiles="https://github.com/crev-dev/cargo-crev/archive/refs/tags/v${version}.tar.gz"
checksum=c66a057df87dda209ecca31d83da7ef04117a923d9bfcc88c0d505b30dabf29b
checksum=3c26e9abb31ad008f2e1ced8c7b9b859027ce09d4b34fdf363dbf3a07626dca4
post_install() {
vlicense LICENSE-APACHE