Skip to content

Commit cda70a6

Browse files
authored
Merge pull request #235750 from Homebrew/lsr-remove-using-argument
lsr: remove using argument
2 parents 8eecbab + 9175395 commit cda70a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Formula/l/lsr.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ class Lsr < Formula
22
desc "Ls but with io_uring"
33
homepage "https://tangled.sh/@rockorager.dev/lsr"
44
url "https://tangled.sh/@rockorager.dev/lsr",
5-
using: :git,
65
tag: "v1.0.0",
76
revision: "9bfcae0be1d3ee2db176bb8001c0f46650484249"
87
license "MIT"
@@ -16,7 +15,7 @@ class Lsr < Formula
1615
sha256 cellar: :any_skip_relocation, x86_64_linux: "0044a4cca23cb76a32c0095cee321c50d049007a608ae54155268b0ac30a1213"
1716
end
1817

19-
depends_on "zig" => :build
18+
depends_on "zig@0.14" => :build # https://tangled.sh/@rockorager.dev/lsr/issues/13
2019

2120
def install
2221
# Fix illegal instruction errors when using bottles on older CPUs.

0 commit comments

Comments
 (0)