openpgp-ca: fix lockfile

This commit is contained in:
classabbyamp 2023-06-27 02:16:31 -04:00
parent 13e9a5fb42
commit ff65e83784
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5
2 changed files with 12 additions and 1 deletions

View 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",

View file

@ -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"