Skip to content

Commit 9aea7e9

Browse files
authored
Merge pull request #255888 from Homebrew/bump-zsv-1.2.1
zsv 1.2.1
2 parents 53b1813 + eb5f676 commit 9aea7e9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/z/zsv.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Zsv < Formula
22
desc "Tabular data swiss-army knife CLI"
33
homepage "https://github.com/liquidaty/zsv"
4-
url "https://github.com/liquidaty/zsv/archive/refs/tags/v1.2.0.tar.gz"
5-
sha256 "18e3edbace5cb9c1d69b5b9a74dc4d6e5808579584c3f44d47a8bbdad548c065"
4+
url "https://github.com/liquidaty/zsv/archive/refs/tags/v1.2.1.tar.gz"
5+
sha256 "aba51a56fd7411c12f63f2bcf197fedb1461ce799719891f0dec3df526cd815c"
66
license "MIT"
77
head "https://github.com/liquidaty/zsv.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "eb226634dfea7ba2f6c101ea87c38ad78cb9b50daf6e494f13da7a6ec94cf730"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9c73bb29f2215d4dbcb677ae6a80aa2651769c58841e7af2d0aae486a32ad55a"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "daeba412aae30ce92672b27817df5c56b56aafe4b9c9c5a73e16a6a395c6aaea"
13-
sha256 cellar: :any_skip_relocation, sonoma: "263aa15d9c24eb9ec949f63d273bc747d4642a13d45896f3f0cba45b053f0901"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "cc7ffc41a8c78ab8b07676a2e72c2c1025daf2dc03761584e3c2c837def8db3c"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2dcbc9ec6b71626102095e4f369da25f811c96d23dd80827c2a9a356bb60b8f6"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "e16be4569c2e5a07d5f451a155d0a2a96a59297e9c731d106d12790f4be9d1f7"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "640bf2ddb164c61a144c1b95b0725f6c9b666d52ad4f13639c9ec7471919eac4"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7fa2b80eb92262764d5471e1957ef9a557a3363bce1fb54d258bde8f7df3d0ee"
13+
sha256 cellar: :any_skip_relocation, sonoma: "02f65be5bcd67699978b3f1b3839e566d510c27d422b8d4ae445a2f566296393"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "c159fc51186d69637db90f996a587a0dcc1ed104643ff0e339939b405c88bbea"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9d796c1abe219e1f2274271fd49d2e8eb73b80e7e835684fd1b6ee69201558ae"
1616
end
1717

1818
depends_on "jq"

0 commit comments

Comments
 (0)