Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rav1e 0.7.0 #158607

Merged
merged 8 commits into from
Jan 1, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Formula/f/ffmpeg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Ffmpeg < Formula
# None of these parts are used by default, you have to explicitly pass `--enable-gpl`
# to configure to activate them. In this case, FFmpeg's license changes to GPL v2+.
license "GPL-2.0-or-later"
revision 1
head "https://github.com/FFmpeg/FFmpeg.git", branch: "master"

livecheck do
Expand Down
2 changes: 1 addition & 1 deletion Formula/f/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class FfmpegAT4 < Formula
# None of these parts are used by default, you have to explicitly pass `--enable-gpl`
# to configure to activate them. In this case, FFmpeg's license changes to GPL v2+.
license "GPL-2.0-or-later"
revision 2
revision 3

livecheck do
url "https://ffmpeg.org/download.html"
Expand Down
2 changes: 1 addition & 1 deletion Formula/f/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class FfmpegAT5 < Formula
# None of these parts are used by default, you have to explicitly pass `--enable-gpl`
# to configure to activate them. In this case, FFmpeg's license changes to GPL v2+.
license "GPL-2.0-or-later"
revision 2
revision 3

livecheck do
url "https://ffmpeg.org/download.html"
Expand Down
8 changes: 4 additions & 4 deletions Formula/r/rav1e.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ class Rav1e < Formula
head "https://github.com/xiph/rav1e.git", branch: "master"

stable do
url "https://github.com/xiph/rav1e/archive/refs/tags/v0.6.6.tar.gz"
sha256 "723696e93acbe03666213fbc559044f3cae5b8b888b2ddae667402403cff51e5"
url "https://github.com/xiph/rav1e/archive/refs/tags/v0.7.0.tar.gz"
sha256 "dd6c4b771d985f547787383f5d77bc124ac406d574a308a897da9642410c1855"

# keep the version in sync
resource "Cargo.lock" do
url "https://github.com/xiph/rav1e/releases/download/v0.6.6/Cargo.lock"
sha256 "2014f7d76e7d0d7eaa63158ef5a1a1cea15a095fd5fb79b20b1052015a7fcd0c"
url "https://github.com/xiph/rav1e/releases/download/v0.7.0/Cargo.lock"
sha256 "2c5b50b978cc1e8cddd898c226276100419953ff9e0bafc5b02fbdb67a9dd346"
end
end

Expand Down
Loading