Skip to content

Commit

Permalink
gnuradio: revision bump (qwt 6.3.0)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 authored and branchvincent committed May 10, 2024
1 parent da316a9 commit b28a001
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Formula/g/gnuradio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Gnuradio < Formula
url "https://github.com/gnuradio/gnuradio/archive/refs/tags/v3.10.9.2.tar.gz"
sha256 "7fa154c423d01494cfa4c739faabad70b97f605238cd3fea8907b345b421fea1"
license "GPL-3.0-or-later"
revision 3
revision 4
head "https://github.com/gnuradio/gnuradio.git", branch: "main"

livecheck do
Expand Down Expand Up @@ -142,6 +142,12 @@ class Gnuradio < Formula
sha256 "5c0806c7d9af348e6dd3777b4f4dbb42c7ad85b190104837488eab9a7c945cf8"
end

# Allow qwt 6.3+
patch do
url "https://github.com/gnuradio/gnuradio/commit/ca344658756dab10a762571c51acf92c00c066c1.patch?full_index=1"
sha256 "7e16ca70d07ce61bc16870f756acc194eb893e22703c53ed2826f5cf90dc7f4e"
end

def python3
"python3.12"
end
Expand Down

0 comments on commit b28a001

Please sign in to comment.