Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 211fcad

Browse files
authored
Merge pull request Homebrew#202036 from Homebrew/bump-asak-0.3.4
asak 0.3.4
2 parents 23a49f4 + fcb1f75 commit 211fcad

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

Formula/a/asak.rb

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,18 @@
11
class Asak < Formula
22
desc "Cross-platform audio recording/playback CLI tool with TUI"
33
homepage "https://github.com/chaosprint/asak"
4+
url "https://github.com/chaosprint/asak/archive/refs/tags/v0.3.4.tar.gz"
5+
sha256 "171916d7964e2a54ae92b38ffdb67f841e21da89e1b1ffcfb96e385999e066f2"
46
license "MIT"
5-
revision 1
67
head "https://github.com/chaosprint/asak.git", branch: "main"
78

8-
stable do
9-
url "https://github.com/chaosprint/asak/archive/refs/tags/v0.3.3.tar.gz"
10-
sha256 "e5c7da28f29e4e1e45aa57db4c4ab94278d59bd3bdb717ede7d04f04b1f7ed36"
11-
12-
# patch to add man pages and shell completions support, upstream pr ref, https://github.com/chaosprint/asak/pull/18
13-
patch do
14-
url "https://raw.githubusercontent.com/Homebrew/formula-patches/f833fa6c7880376cb5ffe90f4d154368be04517e/asak/0.3.3-clap-update.patch"
15-
sha256 "04e7172fd4ca7a643849077fcb6bd4baefadaa54231c06503e1946ec8ebcd811"
16-
end
17-
end
18-
199
bottle do
20-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3ed8ad6aff3db12016ca1f7f2f0242ff2373eebf52707125a67c326d0416a79b"
21-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0bd72ff2e29d2a12e2e7a3970c55505329d0cee01d76418baba55b3ea3a6e0de"
22-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5b2a5bfba37fd35fdafc19cc8f7cf44fc1d1d764dadf912ad7b0011154556670"
23-
sha256 cellar: :any_skip_relocation, sonoma: "7f555b3fcbaf3125eef3d2dc3ce942777c3982f526b1d5f96bb7d049c23033c3"
24-
sha256 cellar: :any_skip_relocation, ventura: "1906d3fffa8236bdf4d41c625fb9273cb61bcb6a23987818294e86003a65d45f"
25-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b773ec9f9d8c4f69c29b99a2543d9b1be34029e475438b6236916d2fd8f885b3"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d34a5b7cee6dcd07bb4d38e93b676203c68fdae4d1cc5e5b5b6426a1acc2d4ec"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "53e25ce893336480ddf387172c204c5e0cbdbf6667192b848de067f8b3884eeb"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b77b36ae1bcd6c4297fe40350db70f69228cdbc5c86f2fd8099d942ffd9f6951"
13+
sha256 cellar: :any_skip_relocation, sonoma: "b8e422a1c9c71946ad6457ab745d0880ef685d2de977e30bf2c7a8ceb6acc880"
14+
sha256 cellar: :any_skip_relocation, ventura: "31af89a6fd325f425aae104043edb6bf34d04b20a2b60a8ab8445f4cf777100f"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7121900080e4d2c358a3a3f60ade6c11190d3e17e7d5423780f1d91d8384f277"
2616
end
2717

2818
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)