Skip to content

Commit 2111ac3

Browse files
committed
jq 1.8.1
1 parent 48cf890 commit 2111ac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/j/jq.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Jq < Formula
22
desc "Lightweight and flexible command-line JSON processor"
33
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"
4+
url "https://github.com/jqlang/jq/releases/download/jq-1.8.1/jq-1.8.1.tar.gz"
5+
sha256 "2be64e7129cecb11d5906290eba10af694fb9e3e7f9fc208a311dc33ca837eb0"
66
license "MIT"
77

88
livecheck do

0 commit comments

Comments
 (0)