Skip to content

Commit 3798d20

Browse files
authored
Merge pull request #255760 from Homebrew/bump-vapoursynth-73
vapoursynth 73
2 parents 9801de4 + 4c3e21f commit 3798d20

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Formula/v/vapoursynth.rb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Vapoursynth < Formula
22
desc "Video processing framework with simplicity in mind"
33
homepage "https://www.vapoursynth.com"
4-
url "https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R72.tar.gz"
5-
sha256 "650f77feebfd08842b521273f59e0c88f7ba9d7cb5f151d89b79b8dfdd4ce633"
4+
url "https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R73.tar.gz"
5+
sha256 "1bb8ffe31348eaf46d8f541b138f0136d10edaef0c130c1e5a13aa4a4b057280"
66
license "LGPL-2.1-or-later"
7-
revision 1
87
head "https://github.com/vapoursynth/vapoursynth.git", branch: "master"
98

109
livecheck do
@@ -13,12 +12,12 @@ class Vapoursynth < Formula
1312
end
1413

1514
bottle do
16-
sha256 cellar: :any, arm64_tahoe: "6e25798f5037641754cc810363dfb6c171ad60db37149c15d581de01bd85d975"
17-
sha256 cellar: :any, arm64_sequoia: "1be3b17dd888bd35931e513d9501c1ae3d13ca8df129360400e9a37e28c19122"
18-
sha256 cellar: :any, arm64_sonoma: "b019ea2a813d43818d534d047a82ca353915ffa336517f822212fb7802c700b6"
19-
sha256 cellar: :any, sonoma: "363c3069fd1c227f6940de2bd5bece455ee1ddb9578ea2fc82cf3d2036aba8f0"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "8ee99112759f86db2f64bc4a6966731dd60a863450af3c3f71f0c26c6aef3348"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3f6ecf50c9407e1740250ac54fa75bceaf6e936432c265140776703b585cd78f"
15+
sha256 cellar: :any, arm64_tahoe: "badc56f5fb9d2c6c5963df0f619b08c74b098d1835126f8cd9c1b15fcce33aee"
16+
sha256 cellar: :any, arm64_sequoia: "3af090044e6962bdcc19c4e92dd724d1ec07cb6bc3e958721d2f63dcab766cf3"
17+
sha256 cellar: :any, arm64_sonoma: "bdab1c52e43ec390ca27d76f07b1f43967b0f091c09da17e756e81bb879cd350"
18+
sha256 cellar: :any, sonoma: "bd2188a75e9cd09589e746facd492c5ff8342fbffc71e7f6aebda2b74bb523a2"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "ca5e6a5ecdb6203b2979ab67a27bcc400fe4baffc42459346e5d83c2f187696a"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a020d5253bc39fbe0f077128478632d24ab5d19e375e94a1d8ed08583558c0df"
2221
end
2322

2423
depends_on "autoconf" => :build

0 commit comments

Comments
 (0)