Skip to content

Commit 7a1841b

Browse files
authored
Merge pull request #202645 from Homebrew/bump-asak-0.3.5
asak 0.3.5
2 parents 4664552 + 5be1e83 commit 7a1841b

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

Formula/a/asak.rb

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +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"
4+
url "https://github.com/chaosprint/asak/archive/refs/tags/v0.3.5.tar.gz"
5+
sha256 "dd18f4c777bdba30a87ff4c2d3062ed6a15b8f4ed44f9a19d24fd3896c65aea6"
66
license "MIT"
77
head "https://github.com/chaosprint/asak.git", branch: "main"
88

99
bottle do
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"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "27f85372d811d595deb8fe3c4109b6f21e994239cc42960f20feef6f36cbe4a0"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b351b44a345d7365a2db6bb171c329ff60a5dca881e149fc69c0374ca573de71"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "cb3ba1659b7ea8362939a894ed18d39e9bee1c1fb322a44486e9ceebbeff24c7"
13+
sha256 cellar: :any_skip_relocation, sonoma: "1f62eda3c07127c794a1ffe34fd94c3903bcdcfb7fdfe86d1a2e44655ae49c94"
14+
sha256 cellar: :any_skip_relocation, ventura: "1f73391abd8d6f38c3d39815ba4927cf62bd12b96db82d070dd420784379df52"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0334dca2e8a77f943f4fc0bfb43b540c7ae9c76452685df22bdbf1e049cee40c"
1616
end
1717

1818
depends_on "pkgconf" => :build
@@ -23,6 +23,12 @@ class Asak < Formula
2323
depends_on "alsa-lib"
2424
end
2525

26+
# release version patch, upstream pr ref, https://github.com/chaosprint/asak/pull/24
27+
patch do
28+
url "https://github.com/chaosprint/asak/commit/303c9b916cb339e4371a682cb37b7cdc72fa023c.patch?full_index=1"
29+
sha256 "e0afa58db64adc57c606aaa0846b7c766a121100e5e574e9a7c4578be439a7c5"
30+
end
31+
2632
def install
2733
system "cargo", "install", *std_cargo_args
2834

0 commit comments

Comments
 (0)