@@ -3,19 +3,18 @@ class HuggingfaceCli < Formula
33
44 desc "Client library for huggingface.co hub"
55 homepage "https://huggingface.co/docs/huggingface_hub/guides/cli"
6- url "https://files.pythonhosted.org/packages/91/8d/91f5aa3ad3f4fa39e6758cc3f6aaeb971bd8b8e1f5b1d6a58074c9edb4bb /huggingface_hub-1.0.0 .tar.gz"
7- sha256 "0cf0c9e841817e1f8e46fc2e00fc242613db383b790a447bf1d6945b3a3fed62 "
6+ url "https://files.pythonhosted.org/packages/f7/e0/308849e8ff9590505815f4a300cb8941a21c5889fb94c955d992539b5bef /huggingface_hub-1.0.1 .tar.gz"
7+ sha256 "87b506d5b45f0d1af58df7cf8bab993ded25d6077c2e959af58444df8b9589f3 "
88 license "Apache-2.0"
99 head "https://github.com/huggingface/huggingface_hub.git" , branch : "main"
1010
1111 bottle do
12- rebuild 1
13- sha256 cellar : :any , arm64_tahoe : "f589c998d8e6bf0ea92c36782ab6a606d0f9c26bcb70a27127e1968e759af210"
14- sha256 cellar : :any , arm64_sequoia : "37779da9ced13fe2b691961a72892e76905dd7adce25f9584ae716f1efbe63be"
15- sha256 cellar : :any , arm64_sonoma : "4c3cec5c45de604797f558ce2fdff1863e48c0c30817a9225610d4baacc1385d"
16- sha256 cellar : :any , sonoma : "548c795aed25a3a41122fb030ac707c1341e533194a8e13fa8616f1232dee20a"
17- sha256 cellar : :any_skip_relocation , arm64_linux : "6dc02664bdb9f578104cccdc83ba9e7b4c05801f56d153691eac7a90d432b912"
18- sha256 cellar : :any_skip_relocation , x86_64_linux : "cb75fca90b64eac0c0ff0bab6bfce3a3ebd02d263a6526ac8af20ced29865ac2"
12+ sha256 cellar : :any , arm64_tahoe : "fc5d11911236b180e2f6e4232a510e9d8c006883414e9b6a8ad73e52ea34d6c8"
13+ sha256 cellar : :any , arm64_sequoia : "a2b3b28c7a5ebb57dba3a7dce2588efa083eb1eb00a62f6c1549f85c31ae1433"
14+ sha256 cellar : :any , arm64_sonoma : "99205869532d6f3becd9f7ef23c997fb62e27ce005d64aeec355195f44248fc6"
15+ sha256 cellar : :any , sonoma : "25299361ce5e8d01d0266af09662057ce3bf7d1459c5a395ee67bb4e27215651"
16+ sha256 cellar : :any_skip_relocation , arm64_linux : "9f959dc8f218f08c666d1baef964159b0b38c8d61579909acbd1bbb5f6d45d7b"
17+ sha256 cellar : :any_skip_relocation , x86_64_linux : "d4ee797024a25412f9f2252e4e5b84d230caf29bc080fdf74bccee6d96f40edf"
1918 end
2019
2120 depends_on "pkgconf" => :build
0 commit comments