Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
54fdfc6e
Commit
54fdfc6e
authored
3 months ago
by
Jakub Jirutka
Browse files
Options
Downloads
Patches
Plain Diff
community/jql: upgrade to 8.0.1
parent
1bcba81f
No related branches found
No related tags found
1 merge request
!74965
Upgrade some of my aports
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/jql/APKBUILD
+4
-8
4 additions, 8 deletions
community/jql/APKBUILD
community/jql/cargo-update.patch
+0
-16
0 additions, 16 deletions
community/jql/cargo-update.patch
with
4 additions
and
24 deletions
community/jql/APKBUILD
+
4
−
8
View file @
54fdfc6e
# 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
"
This diff is collapsed.
Click to expand it.
community/jql/cargo-update.patch
deleted
100644 → 0
+
0
−
16
View file @
1bcba81f
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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment