Skip to content
Snippets Groups Projects
Commit 6971dbb8 authored by Zewei Yang's avatar Zewei Yang Committed by J0WI
Browse files

community/jp: fix build on loongarch64


Signed-off-by: default avataryzewei <yangzewei@loongson.cn>
parent 84270415
No related branches found
No related tags found
1 merge request!66729community/jp: fix build on loongarch64
Pipeline #239232 skipped
......@@ -2,7 +2,7 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=jp
pkgver=0.3.0
pkgrel=1
pkgrel=2
pkgdesc="CLI for JMESPath query language for JSON (Rust implementation)"
url="https://github.com/jmespath/jmespath.rs"
arch="all"
......@@ -37,5 +37,5 @@ package() {
sha512sums="
0dee5493c89b04a91d40f7b4dd3cd7f3323008dfaf31f1af88369fb5dd39536e92d5280282ead1cb33abe3bbca440be5378927168079675dc7589c459080a590 jmespath.rs-0.3.0.tar.gz
c65d5860c20218ddfe6ade33d0637910ae809845de230da683050b6d0f48a037592c0994f00bb889767c5590895215c3102c179183fa90d4f4a2ab33d0017e2c Cargo.lock
6d6b41065cc0439e4b17aedf144ac64342ca83b8aa3de93fddceaf06573fc8be002ac8b38ab8e4bb8107cb8530cac1179db54930f063a0f0f8ce94b5ef5fbe97 Cargo.lock
"
......@@ -100,9 +100,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.139"
version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "proc-macro2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment