Skip to content
Snippets Groups Projects
Commit 54fdfc6e authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/jql: upgrade to 8.0.1

parent 1bcba81f
No related branches found
No related tags found
1 merge request!74965Upgrade some of my aports
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=jql
pkgver=7.1.8
pkgrel=1
pkgver=8.0.1
pkgrel=0
pkgdesc="A JSON Query Language CLI tool"
url="https://github.com/yamafaktory/jql"
arch="all"
license="MIT"
makedepends="cargo cargo-auditable"
source="
https://github.com/yamafaktory/jql/archive/jql-v$pkgver.tar.gz
cargo-update.patch
"
source="https://github.com/yamafaktory/jql/archive/jql-v$pkgver.tar.gz"
options="net" # fetch dependencies
builddir="$srcdir/jql-jql-v$pkgver"
......@@ -36,6 +33,5 @@ package() {
}
sha512sums="
4687f1924292d4030a9d50b28cff27ecfaab70d7466fb296b8aa7d9f0ed295ab6e23e614ff01ff276b43b7d6d550d481d8580266aaa1073c1dfb40caea5022ea jql-v7.1.8.tar.gz
fdd70c51fedbec1aaf7fa78ccd4afc58f37877300ade7cf7432dcda057d34762db67377ba0d6afa62bfe3d60fc03b5e60876e3b19d0bc98216cee945a3c09260 cargo-update.patch
b53d728e9952ce14128bcd4cdd2d91c6c7fc835653c11feba81b9dae0c18970b0168c9dc04e3a6c8eb74cf3ebbc9b691a9fd7fa43e007a3d164595563fd95f62 jql-v8.0.1.tar.gz
"
diff --git a/Cargo.lock b/Cargo.lock
index 10743fd..4c2a663 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -430,9 +430,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.151"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "linux-raw-sys"
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