summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-08-15 23:46:15 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-08-15 23:46:15 -0700
commit2a224d33c8ed69bdc15374ff659e69f8ac7d0eb1 (patch)
tree49ed36b68dea09eeb8a2c7478f7b32ad3779aa99
parentb442e7db59e53198dcba7b39261e351a042a8401 (diff)
Pick up 1.5 binary for OS X
-rw-r--r--download/index.html4
-rw-r--r--index.html5
-rw-r--r--index/index.html5
3 files changed, 10 insertions, 4 deletions
diff --git a/download/index.html b/download/index.html
index a5bd6cb6..fc776190 100644
--- a/download/index.html
+++ b/download/index.html
@@ -105,6 +105,10 @@
</li>
<li>
+<p>jq 1.5 binary for <a href="https://github.com/stedolan/jq/releases/download/jq-1.5/jq-osx-amd64">64-bit</a>.</p>
+</li>
+
+<li>
<p>jq 1.4 binaries for <a href="https://github.com/stedolan/jq/releases/download/jq-1.4/jq-osx-x86_64">64-bit</a> or <a href="https://github.com/stedolan/jq/releases/download/jq-1.4/jq-osx-x86">32-bit</a>.</p>
</li>
diff --git a/index.html b/index.html
index 4a0147e8..4dede904 100644
--- a/index.html
+++ b/index.html
@@ -76,8 +76,9 @@
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
- <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64">jq 1.5 Linux (64-bit)</a></li>
- <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win64.exe">jq 1.5 Windows (64-bit)</a></li>
+ <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64">Linux (64-bit)</a></li>
+ <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5/jq-osx-amd64">OS X (64-bit)</a></li>
+ <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win64.exe">Windows (64-bit)</a></li>
<li><a href="/jq/download/">Other platforms, older versions, and source</a></li>
</ul>
</div>
diff --git a/index/index.html b/index/index.html
index 4a0147e8..4dede904 100644
--- a/index/index.html
+++ b/index/index.html
@@ -76,8 +76,9 @@
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
- <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64">jq 1.5 Linux (64-bit)</a></li>
- <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win64.exe">jq 1.5 Windows (64-bit)</a></li>
+ <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64">Linux (64-bit)</a></li>
+ <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5/jq-osx-amd64">OS X (64-bit)</a></li>
+ <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win64.exe">Windows (64-bit)</a></li>
<li><a href="/jq/download/">Other platforms, older versions, and source</a></li>
</ul>
</div>