We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eecbab + 9175395 commit cda70a6Copy full SHA for cda70a6
Formula/l/lsr.rb
@@ -2,7 +2,6 @@ class Lsr < Formula
2
desc "Ls but with io_uring"
3
homepage "https://tangled.sh/@rockorager.dev/lsr"
4
url "https://tangled.sh/@rockorager.dev/lsr",
5
- using: :git,
6
tag: "v1.0.0",
7
revision: "9bfcae0be1d3ee2db176bb8001c0f46650484249"
8
license "MIT"
@@ -16,7 +15,7 @@ class Lsr < Formula
16
15
sha256 cellar: :any_skip_relocation, x86_64_linux: "0044a4cca23cb76a32c0095cee321c50d049007a608ae54155268b0ac30a1213"
17
end
18
19
- depends_on "zig" => :build
+ depends_on "zig@0.14" => :build # https://tangled.sh/@rockorager.dev/lsr/issues/13
20
21
def install
22
# Fix illegal instruction errors when using bottles on older CPUs.
0 commit comments