mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/cargo-crev: upgrade to 0.25.5
This commit is contained in:
parent
63b6334666
commit
e217eeb541
@ -1,7 +1,7 @@
|
||||
# Contributor: lauren n. liberda <lauren@selfisekai.rocks>
|
||||
# Maintainer: lauren n. liberda <lauren@selfisekai.rocks>
|
||||
pkgname=cargo-crev
|
||||
pkgver=0.25.3
|
||||
pkgver=0.25.5
|
||||
pkgrel=0
|
||||
pkgdesc="Cryptographically verifiable code review system for cargo"
|
||||
url="https://github.com/crev-dev/cargo-crev"
|
||||
@ -9,9 +9,9 @@ url="https://github.com/crev-dev/cargo-crev"
|
||||
arch="all !s390x"
|
||||
license="MPL-2.0 OR MIT OR Apache-2.0"
|
||||
makedepends="cargo cargo-auditable openssl-dev"
|
||||
source="
|
||||
https://github.com/crev-dev/cargo-crev/archive/v$pkgver/cargo-crev-$pkgver.tar.gz
|
||||
"
|
||||
source="https://github.com/crev-dev/cargo-crev/archive/v$pkgver/cargo-crev-$pkgver.tar.gz
|
||||
use-index-guix-from-crates.io.patch
|
||||
"
|
||||
|
||||
export OPENSSL_NO_VENDOR=1
|
||||
|
||||
@ -34,5 +34,6 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
a72ec2f3c3350fbb10c4441824d6ac7daaddac48632c038b63856faf2f0ea729ef094d483966af5fc385f075cce4ccc6c98c5f9ca772c39b35d566c8fe3cc9d8 cargo-crev-0.25.3.tar.gz
|
||||
621447b0f5e32ed11af3d4e985d77986e94ceb6d6e0359880e70c20120698fb685b64062824fbd0bfffd9de565a6d5894788996c74637444d7bbdb47ed8e3807 cargo-crev-0.25.5.tar.gz
|
||||
84123bf4c1f1dfcb4dc1e5b31f5b5351a21cf24a56a8b0e07bffce00b5c0170f373dbb1d3d293beff4cc3f4873e831f9967da872f7408cf491f8926b1cc717c0 use-index-guix-from-crates.io.patch
|
||||
"
|
||||
|
||||
38
testing/cargo-crev/use-index-guix-from-crates.io.patch
Normal file
38
testing/cargo-crev/use-index-guix-from-crates.io.patch
Normal file
@ -0,0 +1,38 @@
|
||||
Patch-Source: https://github.com/crev-dev/cargo-crev/commit/1c372955d79b65de27cfcb20afb29f962f965933.patch
|
||||
--
|
||||
From 1c372955d79b65de27cfcb20afb29f962f965933 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= <orhunparmaksiz@gmail.com>
|
||||
Date: Wed, 22 Nov 2023 00:33:35 +0100
|
||||
Subject: [PATCH] fix(deps): use index-guix dependency from crates.io (#690)
|
||||
|
||||
---
|
||||
Cargo.lock | 2 ++
|
||||
crevette/Cargo.toml | 2 +-
|
||||
2 files changed, 3 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Cargo.lock b/Cargo.lock
|
||||
index c6909595..28cb2852 100644
|
||||
--- a/Cargo.lock
|
||||
+++ b/Cargo.lock
|
||||
@@ -3344,6 +3344,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 e4bea234..30afe4d4 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]
|
||||
Loading…
x
Reference in New Issue
Block a user