Skip to content

Commit f2bf502

Browse files
BrewTestBotchenrui333
authored andcommitted
asak 0.3.5
asak: add version patch Signed-off-by: Rui Chen <[email protected]>
1 parent 1f15bda commit f2bf502

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Formula/a/asak.rb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

@@ -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)