Skip to content

Commit

Permalink
mediainfo-gui v24.01
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Gervais <[email protected]>
  • Loading branch information
g-maxime committed Feb 2, 2024
1 parent f34f14b commit f761b3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mediainfo-gui.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class MediainfoGui < Formula
desc "Unified display of technical and tag data for audio/video"
homepage "https://mediaarea.net/"
url "https://mediaarea.net/download/binary/mediainfo-gui/23.11/MediaInfo_GUI_23.11_GNU_FromSource.tar.xz"
sha256 "00c51a600f8134a9f41726977461d6d8c44dfa99b4fc4ee6a22135a924b71d8c"
url "https://mediaarea.net/download/binary/mediainfo-gui/24.01/MediaInfo_GUI_24.01_GNU_FromSource.tar.xz"
sha256 "a4e8e66530334f1e8d8a4da160b34931e62c77deacdaf2b988f65ca6b96d84a7"

depends_on "pkg-config" => :build
# fails to build against Leopard's older libcurl
depends_on "curl" if MacOS.version < :snow_leopard
depends_on "curl"
depends_on "wxwidgets"

def install
Expand Down

0 comments on commit f761b3f

Please sign in to comment.