summaryrefslogtreecommitdiffstats
path: root/index.html
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 /index.html
parentb442e7db59e53198dcba7b39261e351a042a8401 (diff)
Pick up 1.5 binary for OS X
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
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>