File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11class 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
You can’t perform that action at this time.
0 commit comments