diff --git a/Formula/uniqs.rb b/Formula/uniqs.rb index 0b965da..ada6b19 100644 --- a/Formula/uniqs.rb +++ b/Formula/uniqs.rb @@ -1,18 +1,10 @@ class Uniqs < Formula desc "Rust uniq(1) alternative with streaming support" homepage "https://github.com/simnalamburt/uniqs" - url "https://github.com/simnalamburt/uniqs/archive/refs/tags/v0.1.1.tar.gz" - sha256 "0721253f5585621071c8e621ff0b30901373e19ff18f8c1220ad4f1338c1fe08" + url "https://github.com/simnalamburt/uniqs/archive/refs/tags/v0.1.2.tar.gz" + sha256 "8738f3eadfd708152d398a9ae7ba7a0a259eb3101d4986638eaa3b24ec4382c0" license "Apache-2.0" # Actually it's (Apache-2.0 OR MIT) but `brew audit` doesn't support dual licensing - bottle do - root_url "https://github.com/simnalamburt/homebrew-x/releases/download/uniqs-0.1.1" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "60e0d0be9742e43b82e9693e0c2d3289323b8a2865376962fb79d3d48e850256" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d17cb9bed5dae57bbb975a279182a52ec73a6c91bfaa261c14ed9681ff80ced" - sha256 cellar: :any_skip_relocation, ventura: "47b5b17c7ec2c5e4d451fb8d922757e5d9ef1057eb82c2d8757da3593bf955cf" - sha256 cellar: :any_skip_relocation, x86_64_linux: "61f5c29d05ad2eba7853453760e67822dffcfb306319cffcd45a92636b7eb083" - end - depends_on "rust" => :build def install