mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
sss-cli: patch lockfile
This commit is contained in:
parent
db35605beb
commit
970071d950
2 changed files with 35 additions and 1 deletions
34
srcpkgs/sss-cli/patches/0001-Update-Cargo.lock.patch
Normal file
34
srcpkgs/sss-cli/patches/0001-Update-Cargo.lock.patch
Normal file
|
@ -0,0 +1,34 @@
|
|||
From 38727743d904261ac74caa3750ef801ba88092ec Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
|
||||
<jan.christian@gruenhage.xyz>
|
||||
Date: Sat, 8 Apr 2023 19:18:31 +0200
|
||||
Subject: [PATCH] Update Cargo.lock
|
||||
|
||||
---
|
||||
Cargo.lock | 4 +++-
|
||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/Cargo.lock b/Cargo.lock
|
||||
index a57c5d8..27278d9 100644
|
||||
--- a/Cargo.lock
|
||||
+++ b/Cargo.lock
|
||||
@@ -1,5 +1,7 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
+version = 3
|
||||
+
|
||||
[[package]]
|
||||
name = "aho-corasick"
|
||||
version = "0.7.15"
|
||||
@@ -253,7 +255,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "shamirsecretsharing-cli"
|
||||
-version = "0.1.0"
|
||||
+version = "0.1.1"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"clap",
|
||||
--
|
||||
2.40.0
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'sss-cli'
|
||||
pkgname=sss-cli
|
||||
version=0.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
short_desc="Shamir's secret sharing scheme CLI tool"
|
||||
maintainer="Louis Dupré Bertoni <contact@louisdb.xyz>"
|
||||
|
|
Loading…
Add table
Reference in a new issue