Skip to content

Commit 4951ce2

Browse files
committed
uniqs: 0.1.1
1 parent 4335b47 commit 4951ce2

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

Formula/uniqs.rb

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
class Uniqs < Formula
2-
desc "`uniq(1)` alternative with streaming support"
2+
desc "Rust uniq(1) alternative with streaming support"
33
homepage "https://github.com/simnalamburt/uniqs"
4-
url "https://github.com/simnalamburt/uniqs/archive/refs/tags/v0.1.0.tar.gz"
5-
sha256 "cf2e4768d3d558d8f5f26cdd28dd654b8699d9b7718ba7339f3b86ef97683d88"
4+
url "https://github.com/simnalamburt/uniqs/archive/refs/tags/v0.1.1.tar.gz"
5+
sha256 "0721253f5585621071c8e621ff0b30901373e19ff18f8c1220ad4f1338c1fe08"
66
license "Apache-2.0" # Actually it's (Apache-2.0 OR MIT) but `brew audit` doesn't support dual licensing
77

8-
bottle do
9-
root_url "https://github.com/simnalamburt/homebrew-x/releases/download/uniqs-0.1.0"
10-
sha256 cellar: :any_skip_relocation, arm64_ventura: "01c6029435ecb21b3c33add3442a59a7d37926ee929689c8a2dcd29b3f322bc7"
11-
end
12-
138
depends_on "rust" => :build
149

1510
def install
1611
system "cargo", "install", *std_cargo_args
12+
13+
generate_completions_from_executable(bin/"uniqs", "completion")
1714
end
1815
end

0 commit comments

Comments
 (0)