Skip to content

Commit ca670ea

Browse files
committed
uniqs: 0.1.2
Closes #24. Signed-off-by: Jihyeon Kim (김지현) <[email protected]>
1 parent 113fb75 commit ca670ea

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

Formula/uniqs.rb

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
class Uniqs < Formula
22
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.1.tar.gz"
5-
sha256 "0721253f5585621071c8e621ff0b30901373e19ff18f8c1220ad4f1338c1fe08"
4+
url "https://github.com/simnalamburt/uniqs/archive/refs/tags/v0.1.2.tar.gz"
5+
sha256 "8738f3eadfd708152d398a9ae7ba7a0a259eb3101d4986638eaa3b24ec4382c0"
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.1"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "60e0d0be9742e43b82e9693e0c2d3289323b8a2865376962fb79d3d48e850256"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d17cb9bed5dae57bbb975a279182a52ec73a6c91bfaa261c14ed9681ff80ced"
12-
sha256 cellar: :any_skip_relocation, ventura: "47b5b17c7ec2c5e4d451fb8d922757e5d9ef1057eb82c2d8757da3593bf955cf"
13-
sha256 cellar: :any_skip_relocation, x86_64_linux: "61f5c29d05ad2eba7853453760e67822dffcfb306319cffcd45a92636b7eb083"
14-
end
15-
168
depends_on "rust" => :build
179

1810
def install

0 commit comments

Comments
 (0)