Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
deus0ww committed Jul 8, 2024
1 parent 7c806cb commit 6646504
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions aom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class Aom < Formula
desc "Codec library for encoding and decoding AV1 video streams"
homepage "https://aomedia.googlesource.com/aom"
url "https://aomedia.googlesource.com/aom.git",
tag: "v3.9.0",
revision: "6cab58c3925e0f4138e15a4ed510161ea83b6db1"
tag: "v3.9.1",
revision: "8ad484f8a18ed1853c094e7d3a4e023b2a92df28"
license "BSD-2-Clause"

depends_on "cmake" => :build
Expand Down
4 changes: 2 additions & 2 deletions libass.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Libass < Formula
desc "Subtitle renderer for the ASS/SSA subtitle format"
homepage "https://github.com/libass/libass"
url "https://github.com/libass/libass/releases/download/0.17.2/libass-0.17.2.tar.xz"
sha256 "e8261b51d66ba933fe99248c6fdd8767ed96c5a7e5363c83992c735a2c2fbf74"
url "https://github.com/libass/libass/releases/download/0.17.3/libass-0.17.3.tar.xz"
sha256 "eae425da50f0015c21f7b3a9c7262a910f0218af469e22e2931462fed3c50959"
license "ISC"

head do
Expand Down
8 changes: 4 additions & 4 deletions libplacebo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ class Libplacebo < Formula
license "LGPL-2.1-or-later"

if MacOS.version > :mojave
url "https://code.videolan.org/videolan/libplacebo/-/archive/v6.338.2/libplacebo-v6.338.2.tar.bz2"
sha256 "1c02d21720f972cae02111a1286337e9d0e70d623b311a1e4245bac5ce987f28"
url "https://code.videolan.org/videolan/libplacebo/-/archive/v7.349.0/libplacebo-v7.349.0.tar.bz2"
sha256 "38c9c75d9c1bb412baf34845d1ca58c41a9804d1d0798091d7a8602a0d7c9aa6"
head "https://code.videolan.org/videolan/libplacebo.git", branch: "master"
elsif MacOS.version == :mojave # With incompatible commits reverted
url "https://code.videolan.org/videolan/libplacebo/-/archive/v6.338.2/libplacebo-v6.338.2.tar.bz2"
sha256 "1c02d21720f972cae02111a1286337e9d0e70d623b311a1e4245bac5ce987f28"
url "https://code.videolan.org/videolan/libplacebo/-/archive/v7.349.0/libplacebo-v7.349.0.tar.bz2"
sha256 "38c9c75d9c1bb412baf34845d1ca58c41a9804d1d0798091d7a8602a0d7c9aa6"
head "https://code.videolan.org/videolan/libplacebo.git", branch: "master"
patch do # Revert convert.cc changes that's incompatible with C++17 on macOS < 10.15
url "https://github.com/deus0ww/homebrew-tap/raw/master/patches/libplacebo-10.14.patch"
Expand Down
8 changes: 4 additions & 4 deletions yt-dlp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class YtDlp < Formula

desc "Feature-rich command-line audio/video downloader"
homepage "https://github.com/yt-dlp/yt-dlp"
url "https://files.pythonhosted.org/packages/08/9c/6dc54bc591d50eb9378a0e0442e5b69f28eff1ead4f234b7837b6d582761/yt_dlp-2024.5.27.tar.gz"
sha256 "3566c0de240d0cd3d1c2285ce655f72ca38dfc618d634d46818b00d89d5288be"
url "https://files.pythonhosted.org/packages/df/ec/09031f0179cd0d41cdd40de14d18cda31061fffeaa29c8ee56219cbda599/yt_dlp-2024.7.7.tar.gz"
sha256 "2a0f89423d25d47db949925db5bd2c6f651960ae93dbbf5b3ed61cf3a4078ce5"
license "Unlicense"

head do
Expand Down Expand Up @@ -49,8 +49,8 @@ class YtDlp < Formula
end

resource "urllib3" do
url "https://files.pythonhosted.org/packages/7a/50/7fd50a27caa0652cd4caf224aa87741ea41d3265ad13f010886167cfcc79/urllib3-2.2.1.tar.gz"
sha256 "d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19"
url "https://files.pythonhosted.org/packages/43/6d/fa469ae21497ddc8bc93e5877702dca7cb8f911e337aca7452b5724f1bb6/urllib3-2.2.2.tar.gz"
sha256 "dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"
end

resource "websockets" do
Expand Down

0 comments on commit 6646504

Please sign in to comment.