We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cf890 commit 2111ac3Copy full SHA for 2111ac3
Formula/j/jq.rb
@@ -1,8 +1,8 @@
1
class Jq < Formula
2
desc "Lightweight and flexible command-line JSON processor"
3
homepage "https://jqlang.github.io/jq/"
4
- url "https://github.com/jqlang/jq/releases/download/jq-1.8.0/jq-1.8.0.tar.gz"
5
- sha256 "91811577f91d9a6195ff50c2bffec9b72c8429dc05ec3ea022fd95c06d2b319c"
+ url "https://github.com/jqlang/jq/releases/download/jq-1.8.1/jq-1.8.1.tar.gz"
+ sha256 "2be64e7129cecb11d5906290eba10af694fb9e3e7f9fc208a311dc33ca837eb0"
6
license "MIT"
7
8
livecheck do
0 commit comments