qjackctl: bump version 0.9.1

master
PaperChalice 2021-02-11 17:58:32 +08:00 committed by Carlo Cabrera
parent 85b43da43b
commit 7280e9b8bc
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ class Qjackctl < Formula
depends_on "pkg-config" => :build
depends_on "jack"
depends_on "qt"
depends_on "qt@5"
def install
ENV.cxx11
@ -29,7 +29,7 @@ class Qjackctl < Formula
"--disable-xunique",
"--prefix=#{prefix}",
"--with-jack=#{Formula["jack"].opt_prefix}",
"--with-qt=#{Formula["qt"].opt_prefix}"
"--with-qt=#{Formula["qt@5"].opt_prefix}"
system "make", "install"
prefix.install bin/"qjackctl.app"