Skip to content

Commit

Permalink
update jq version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Dec 20, 2018
1 parent 9d0158a commit 972d780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/jq/attributes/default.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

export JQ_DOWNLOAD_URL='https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64'
export JQ_DOWNLOAD_URL='https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64'

export JQ_INSTALL_FOLDER_PATH='/opt/jq'

0 comments on commit 972d780

Please sign in to comment.