Skip to content

Commit 6680d22

Browse files
authored
Merge pull request #211312 from Homebrew/bump-zk-0.15.0
zk 0.15.0
2 parents ab2ac65 + ad8df58 commit 6680d22

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Formula/z/zk.rb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Zk < Formula
22
desc "Plain text note-taking assistant"
33
homepage "https://zk-org.github.io/zk/"
4-
url "https://github.com/zk-org/zk/archive/refs/tags/v0.14.2.tar.gz"
5-
sha256 "51956ab37595f2c95d97594e1a825d35de9be0c31af2f32f2e2d4468b7b88e0c"
4+
url "https://github.com/zk-org/zk/archive/refs/tags/v0.15.0.tar.gz"
5+
sha256 "a99c3a3ef376b9afb3d35cc955b588ce35b35e2ebe3492e65b21d9fe4e9ba4e9"
66
license "GPL-3.0-only"
7-
revision 1
87
head "https://github.com/zk-org/zk.git", branch: "main"
98

109
livecheck do
@@ -13,12 +12,12 @@ class Zk < Formula
1312
end
1413

1514
bottle do
16-
sha256 cellar: :any, arm64_sequoia: "79a8bf894b660fc6434833710a2545e1a01477bd52365c7f56696bc2d66d7ea2"
17-
sha256 cellar: :any, arm64_sonoma: "12ba68014a20014e794c864399165ef2b1cecf2c5a12ca131b32671b09b4632f"
18-
sha256 cellar: :any, arm64_ventura: "7218edc02ca8d75ff11da7899546b8514dfe686b969f53e8ea5e46bd85f28f50"
19-
sha256 cellar: :any, sonoma: "a4d1dc245f7a61d8ab8add359eed41230868ab9e8e8296eb22d7de4a3670e1e9"
20-
sha256 cellar: :any, ventura: "e7dff217adae10898bc1345bbf4ecae9c5f517a97ae2c250e2b97099f4cd7438"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b71f2405deeda4fd3894cdd7dd101e0995fcf77eb3e2139ae075d8b0b9fb0c3a"
15+
sha256 cellar: :any, arm64_sequoia: "ef3376e7cd77f58a3c20478ace283c444db22dfdc43033571ca4c2d3729e4d21"
16+
sha256 cellar: :any, arm64_sonoma: "78b63d840567a03590f82e3b7ff0ed05f078a140bef579be7e18fd4cbc28464e"
17+
sha256 cellar: :any, arm64_ventura: "3a03654ae49e4bdbbf1cc7f0a01e8d6c27fd2a1451a1fc1b3ffcb7d42834625d"
18+
sha256 cellar: :any, sonoma: "f9b0141cbbbd6fa771a81d7021c5ac420662a54b64ab4748da29f88ba84deffd"
19+
sha256 cellar: :any, ventura: "7cec72e73e0b125467cc0a1d1743820a2d75be1361e97b2f69af1f0d1f8fdea5"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1985206d3802d58c635741d386f84509437aacf07a2c2fa9c2e933ca584d017b"
2221
end
2322

2423
depends_on "go" => :build

0 commit comments

Comments
 (0)