mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
openpgp-ca: fix lockfile
This commit is contained in:
parent
13e9a5fb42
commit
ff65e83784
2 changed files with 12 additions and 1 deletions
11
srcpkgs/openpgp-ca/patches/cargo.lock.patch
Normal file
11
srcpkgs/openpgp-ca/patches/cargo.lock.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/Cargo.lock
|
||||
+++ b/Cargo.lock
|
||||
@@ -1697,7 +1697,7 @@
|
||||
|
||||
[[package]]
|
||||
name = "openpgp-ca-restd"
|
||||
-version = "0.12.0-pre"
|
||||
+version = "0.12.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openpgp-ca'
|
||||
pkgname=openpgp-ca
|
||||
version=0.12.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
make_install_args="--path openpgp-ca-bin"
|
||||
hostmakedepends="pkg-config clang llvm nettle-devel sqlite-devel"
|
||||
|
|
Loading…
Add table
Reference in a new issue