Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
814
Issues
814
List
Boards
Labels
Milestones
Merge Requests
46
Merge Requests
46
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
0504e43c
Commit
0504e43c
authored
Nov 03, 2018
by
Sören Tempel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/jq: upgrade to 1.6
parent
565a79f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
APKBUILD
main/jq/APKBUILD
+5
-6
No files found.
main/jq/APKBUILD
View file @
0504e43c
# Contributor: Johannes Matheis <jomat+alpinebuild@jmt.gr>
# Maintainer: Johannes Matheis <jomat+alpinebuild@jmt.gr>
pkgname
=
jq
pkgver
=
1.6_rc2
_pkgver
=
${
pkgver
/_
}
pkgrel
=
1
pkgver
=
1.6
pkgrel
=
0
pkgdesc
=
"A lightweight and flexible command-line JSON processor"
url
=
"http://stedolan.github.io/jq/"
arch
=
"all"
...
...
@@ -13,8 +12,8 @@ depends_dev=""
makedepends
=
"oniguruma-dev automake autoconf libtool"
install
=
""
subpackages
=
"
$pkgname
-doc
$pkgname
-dev"
source
=
"https://github.com/stedolan/jq/archive/
$
{
_pkgver
}
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$
_
pkgver
"
source
=
"https://github.com/stedolan/jq/archive/
$
pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$
pkgname
-
$
pkgver
"
# secfixes:
# 1.6_rc1-r0:
...
...
@@ -49,4 +48,4 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
prefix
=
/usr
install
}
sha512sums
=
"
bbdb934a27d42e8c8efe33c1ed59f3729f9ea35bfb24f19463382a5bc31061730b48afe7d6d209c1b3c6335042a8bd11af50e417c728544a3a4644e22a88ad05 1.6rc2
.tar.gz"
sha512sums
=
"
e707682239c9a3e6c31c2ce0d433c35140d88881d25637cefa880e0ae288b7746497b73b25403ad11134707c755979bee455523fb32b77a716f101f1e07a1149 jq-1.6
.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment