Commit 888e024 1 parent 113fb75 commit 888e024 Copy full SHA for 888e024
File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 1
1
class Uniqs < Formula
2
2
desc "Rust uniq(1) alternative with streaming support"
3
3
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 "
6
6
license "Apache-2.0" # Actually it's (Apache-2.0 OR MIT) but `brew audit` doesn't support dual licensing
7
7
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
-
16
8
depends_on "rust" => :build
17
9
18
10
def install
You can’t perform that action at this time.
0 commit comments