Skip to content

Commit 06777ff

Browse files
authored
Merge pull request #233868 from Homebrew/bump-readsb-3.16
readsb 3.16
2 parents 1ae36fd + a21f91b commit 06777ff

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/r/readsb.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Readsb < Formula
22
desc "ADS-B decoder swiss knife"
33
homepage "https://github.com/wiedehopf/readsb"
4-
url "https://github.com/wiedehopf/readsb/archive/refs/tags/v3.15.2.tar.gz"
5-
sha256 "7191d54412bf8521d74bd8ef5cfc91c358dfd3c99072145826c6d72c6de5011c"
4+
url "https://github.com/wiedehopf/readsb/archive/refs/tags/v3.16.tar.gz"
5+
sha256 "314748d7128301e3980d1b6024c4f1675f39ae5d67a737b277943aeca5df41b9"
66
license "GPL-3.0-or-later"
77

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "73355e5ae8b0a09d4ff8e88b801a3535e9ebe57abb20676104af81f5afe5474d"
10-
sha256 cellar: :any, arm64_sonoma: "65fc515ef15d5aa69f54907c7a9e4c1383d24390b5858c0af333f29c46a0ce35"
11-
sha256 cellar: :any, arm64_ventura: "55ef3de0ce2c1427c8d31ed92c81f97ed4118b9a6832902b9584e8dd6cdcea65"
12-
sha256 cellar: :any, sonoma: "52de0155d31581e5f051933710936725df26618c61a4a6b86f4dd6981aaab0a6"
13-
sha256 cellar: :any, ventura: "58bdd64b59520b6f9e7e51932dd7698371d9ab8d8b493d3986dc91649ec21080"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "8a4f309d877951a9607eddd6a92348060f097b05a475e63a8c0992c520d5041a"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2b9b899986435f624877f5ff018d295c4b0c56597d81e6405b0f39df9677ab2b"
9+
sha256 cellar: :any, arm64_sequoia: "4271cdb70057abcdc7c004d4c10ddfb4d057ff247a5681713177f9631ab46b4d"
10+
sha256 cellar: :any, arm64_sonoma: "a74bb0cad8b7b3012007729d327a323763dae16590dea4a8eca0e674af7c7412"
11+
sha256 cellar: :any, arm64_ventura: "d30e53c7d2ff6e53f7f3c26e1dc8c62a1203f783aab474562951b336dd2ff99f"
12+
sha256 cellar: :any, sonoma: "f542ff1ff10c7ef90c2691f75b25bd681e6619fc4e3958ef250a458630d37a53"
13+
sha256 cellar: :any, ventura: "8f76be0fc6720450acae711aa39369024ebdcfd387181e622073109e96e7dfe6"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "6655e542b2b34c8b54580e74f3abea7d0e18a84f7678640bc792bd8ed830d64b"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d53454c5466fd259eec7694af44372c7d85fcc4f04d08fe53dcf86720fc0dc64"
1616
end
1717

1818
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)