Skip to content

Commit

Permalink
🔖 release: yutto v2.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Oct 6, 2024
1 parent 2ed4704 commit 4617900
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions Formula/yutto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ class Yutto < Formula

desc ":ice_cube: 一个可爱且任性的 B 站视频下载器(bilili2.x)"
homepage "https://github.com/SigureMo/yutto"
url "https://files.pythonhosted.org/packages/99/0a/579e157f296f753467c7adfb6fd4877b872463443c69c340dddf9782c7c1/yutto-2.0.0rc2.tar.gz"
sha256 "51dc75aa211a207af573ed3ffa102b9f2fa32f9609cd0e2ae2cf6acf85bce87b"
url "https://files.pythonhosted.org/packages/84/a8/a6f6bd9fea36d013484085e1923e6d3fb6f9950867eb728407f7798be0e2/yutto-2.0.0rc3.tar.gz"
sha256 "e15e186308ae8724861652480bd6a89e76875f96afb4dd1889654af999293518"
license "GPL-3.0"

depends_on "rust" => :build # for `biliass`
depends_on "rust" => :build # for `biliass` and `pydantic-core`
depends_on "ffmpeg"
depends_on "[email protected]"

Expand All @@ -21,6 +21,11 @@ class Yutto < Formula
sha256 "22a075c9e5a3810f0c2e48f3008c94d68c65d763b9b03857924c99e57355166c"
end

resource "annotated-types" do
url "https://files.pythonhosted.org/packages/ee/67/531ea369ba64dcff5ec9c3402f9f51bf748cec26dde048a2f973a4eea7f5/annotated_types-0.7.0.tar.gz"
sha256 "aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89"
end

resource "anyio" do
url "https://files.pythonhosted.org/packages/78/49/f3f17ec11c4a91fe79275c426658e509b07547f874b14c1a526d86a83fc8/anyio-4.6.0.tar.gz"
sha256 "137b4559cbb034c477165047febb6ff83f390fc3b20bf181c1fc0a728cb8beeb"
Expand Down Expand Up @@ -76,6 +81,16 @@ class Yutto < Formula
sha256 "12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"
end

resource "pydantic" do
url "https://files.pythonhosted.org/packages/a9/b7/d9e3f12af310e1120c21603644a1cd86f59060e040ec5c3a80b8f05fae30/pydantic-2.9.2.tar.gz"
sha256 "d155cef71265d1e9807ed1c32b4c8deec042a44a50a4188b25ac67ecd81a9c0f"
end

resource "pydantic-core" do
url "https://files.pythonhosted.org/packages/e2/aa/6b6a9b9f8537b872f552ddd46dd3da230367754b6f707b8e1e963f515ea3/pydantic_core-2.23.4.tar.gz"
sha256 "2584f7cf844ac4d970fba483a717dbe10c1c1c96a969bf65d61ffe94df1b2863"
end

resource "sniffio" do
url "https://files.pythonhosted.org/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd/sniffio-1.3.1.tar.gz"
sha256 "f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc"
Expand All @@ -91,6 +106,11 @@ class Yutto < Formula
sha256 "1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8"
end

resource "xdg" do
url "https://files.pythonhosted.org/packages/2a/b9/0e6e6f19fb75cf5e1758f4f33c1256738f718966700cffc0fde2f966218b/xdg-6.0.0.tar.gz"
sha256 "24278094f2d45e846d1eb28a2ebb92d7b67fc0cab5249ee3ce88c95f649a1c92"
end

def install
virtualenv_install_with_resources
end
Expand Down

0 comments on commit 4617900

Please sign in to comment.