summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-12-24 10:20:06 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-12-24 10:20:06 +0000
commite6302d00f0b4ce83e0890417f0db86f4601e0884 (patch)
treec5e5bd7b7f33fadd20bc3214bcdef80e63c60383
parent0d256cc36cb2dffce55fa02b58b1c24be719cb01 (diff)
Update website
-rw-r--r--download/index.html25
-rw-r--r--index.html12
2 files changed, 31 insertions, 6 deletions
diff --git a/download/index.html b/download/index.html
index 99309476..5b654039 100644
--- a/download/index.html
+++ b/download/index.html
@@ -87,6 +87,14 @@ licensed code obtained from the ICU downloads archive.<br />
Install using <code>sudo pacman -S jq</code>.</p>
</li>
<li>
+<p>jq 1.7.1 binaries for
+ <a href="https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux-amd64">AMD64</a>
+ or
+ <a href="https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux-arm64">ARM64</a>
+ or
+ <a href="https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux-i386">i386</a>.</p>
+</li>
+<li>
<p>jq 1.7 binaries for
<a href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-linux-amd64">AMD64</a>
or
@@ -131,6 +139,12 @@ licensed code obtained from the ICU downloads archive.<br />
<p>Use <a href="https://finkproject.org">Fink</a> to install jq with <code>fink install jq</code>.</p>
</li>
<li>
+<p>jq 1.7.1 binaries for
+ <a href="https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-macos-amd64">AMD64</a>
+ or
+ <a href="https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-macos-arm64">ARM64</a>.</p>
+</li>
+<li>
<p>jq 1.7 binaries for
<a href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-macos-amd64">AMD64</a>
or
@@ -197,6 +211,12 @@ licensed code obtained from the ICU downloads archive.<br />
<code>chocolatey install jq</code>.</p>
</li>
<li>
+<p>jq 1.7.1 executables for
+ <a href="https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-windows-amd64.exe">AMD64</a>
+ or
+ <a href="https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-windows-i386.exe">i386</a>.</p>
+</li>
+<li>
<p>jq 1.7 executables for
<a href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-windows-amd64.exe">AMD64</a>
or
@@ -231,6 +251,8 @@ licensed code obtained from the ICU downloads archive.<br />
<p>SHA-256 checksums are provided for all release and pre-release binaries.
They can be found under
<a href="https://github.com/jqlang/jq/tree/master/sig">sig/v1.x/sha256sum.txt</a>.
+The checksums for jq 1.7.1 are in
+<a href="https://raw.githubusercontent.com/jqlang/jq/master/sig/v1.7.1/sha256sum.txt">sig/v1.7.1/sha256sum.txt</a>.
The checksums for jq 1.7 are in
<a href="https://raw.githubusercontent.com/jqlang/jq/master/sig/v1.7/sha256sum.txt">sig/v1.7/sha256sum.txt</a>.
The checksums for jq 1.6 are in
@@ -240,6 +262,8 @@ The checksums for jq 1.5 are in
<p>Additionally, all release artifacts are signed by a jq release key. We have two release keys, <a href="https://raw.githubusercontent.com/jqlang/jq/master/sig/jq-release-old.key">one for 1.6 and older releases</a>, and <a href="https://raw.githubusercontent.com/jqlang/jq/master/sig/jq-release-new.key">one for 1.7 and newer releases</a>.
Signatures can be found under
<a href="https://github.com/jqlang/jq/tree/master/sig">sig/v1.x/*.asc</a>.
+The signatures for jq 1.7.1 are in
+<a href="https://github.com/jqlang/jq/tree/master/sig/v1.7.1">sig/v1.7.1/*.asc</a>.
The signatures for jq 1.7 are in
<a href="https://github.com/jqlang/jq/tree/master/sig/v1.7">sig/v1.7/*.asc</a>.
The signatures for jq 1.6 are in
@@ -250,6 +274,7 @@ You can use <a href="https://gnupg.org/">GnuPG</a> to verify a signature by down
the signature and running <code>gpg --verify signature.asc</code>.</p>
<h3>From source on Linux, macOS, Cygwin, and other POSIX-like operating systems</h3>
<ul>
+<li><a href="https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-1.7.1.tar.gz">Source tarball for jq 1.7.1</a></li>
<li><a href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-1.7.tar.gz">Source tarball for jq 1.7</a></li>
<li><a href="https://github.com/jqlang/jq/releases/download/jq-1.6/jq-1.6.tar.gz">Source tarball for jq 1.6</a></li>
<li><a href="https://github.com/jqlang/jq/releases/download/jq-1.5/jq-1.5.tar.gz">Source tarball for jq 1.5</a></li>
diff --git a/index.html b/index.html
index f0c46247..3d6923b3 100644
--- a/index.html
+++ b/index.html
@@ -66,15 +66,15 @@ jq is a lightweight and flexible command-line JSON processor.
</h2>
<div class="btn-group d-print-none" role="group">
<button type="button" class="btn btn-primary dropdown-toggle text-nowrap" data-bs-toggle="dropdown" aria-expanded="false">
- Download jq 1.7
+ Download jq 1.7.1
<span class="caret"></span>
</button>
<ul class="dropdown-menu">
- <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-linux-amd64" aria-label="Link to download executable: Linux (AMD64)"><span class="bi bi-download me-2" aria-hidden="true"></span>Linux (AMD64)</a></li>
- <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-linux-arm64" aria-label="Link to download executable: Linux (ARM64)"><span class="bi bi-download me-2" aria-hidden="true"></span>Linux (ARM64)</a></li>
- <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-macos-amd64" aria-label="Link to download executable: macOS (AMD64)"><span class="bi bi-download me-2" aria-hidden="true"></span>macOS (AMD64)</a></li>
- <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-macos-arm64" aria-label="Link to download executable: macOS (ARM64)"><span class="bi bi-download me-2" aria-hidden="true"></span>macOS (ARM64)</a></li>
- <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7/jq-windows-amd64.exe" aria-label="Link to download executable: Windows (AMD64)"><span class="bi bi-download me-2" aria-hidden="true"></span>Windows (AMD64)</a></li>
+ <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux-amd64" aria-label="Link to download executable: Linux (AMD64)"><span class="bi bi-download me-2" aria-hidden="true"></span>Linux (AMD64)</a></li>
+ <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux-arm64" aria-label="Link to download executable: Linux (ARM64)"><span class="bi bi-download me-2" aria-hidden="true"></span>Linux (ARM64)</a></li>
+ <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-macos-amd64" aria-label="Link to download executable: macOS (AMD64)"><span class="bi bi-download me-2" aria-hidden="true"></span>macOS (AMD64)</a></li>
+ <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-macos-arm64" aria-label="Link to download executable: macOS (ARM64)"><span class="bi bi-download me-2" aria-hidden="true"></span>macOS (ARM64)</a></li>
+ <li><a class="dropdown-item" href="https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-windows-amd64.exe" aria-label="Link to download executable: Windows (AMD64)"><span class="bi bi-download me-2" aria-hidden="true"></span>Windows (AMD64)</a></li>
<li><a class="dropdown-item" href="/jq/download/">Other platforms, older versions, and source</a></li>
</ul>
<a class="btn btn-primary text-nowrap" href="https://jqplay.org" target="_blank" rel="noopener">