We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7050404 commit d6cf728Copy full SHA for d6cf728
Formula/v/vapoursynth.rb
@@ -1,10 +1,9 @@
1
class Vapoursynth < Formula
2
desc "Video processing framework with simplicity in mind"
3
homepage "https://www.vapoursynth.com"
4
- url "https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R72.tar.gz"
5
- sha256 "650f77feebfd08842b521273f59e0c88f7ba9d7cb5f151d89b79b8dfdd4ce633"
+ url "https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R73.tar.gz"
+ sha256 "1bb8ffe31348eaf46d8f541b138f0136d10edaef0c130c1e5a13aa4a4b057280"
6
license "LGPL-2.1-or-later"
7
- revision 1
8
head "https://github.com/vapoursynth/vapoursynth.git", branch: "master"
9
10
livecheck do
0 commit comments