Skip to content

Commit 75faaae

Browse files
authored
Merge pull request Homebrew#206538 from Homebrew/bump-botan-3.7.0
botan 3.7.0
2 parents e70f256 + 7b306af commit 75faaae

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Formula/b/botan.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Botan < Formula
22
desc "Cryptographic algorithms and formats library in C++"
33
homepage "https://botan.randombit.net/"
4-
url "https://botan.randombit.net/releases/Botan-3.6.1.tar.xz"
5-
sha256 "7cb8575d88d232c77174769d7f9e24bb44444160585986eebd66e749cb9a9089"
4+
url "https://botan.randombit.net/releases/Botan-3.7.0.tar.xz"
5+
sha256 "240849b7330308e095d99d71b5b3c6b2b2448e362c3cb5a664a43fffc650ec0a"
66
license "BSD-2-Clause"
77
head "https://github.com/randombit/botan.git", branch: "master"
88

@@ -12,12 +12,12 @@ class Botan < Formula
1212
end
1313

1414
bottle do
15-
sha256 arm64_sequoia: "aa3ffa7f992ddeb2adba8cb0e27985fba64fad225be7afea32fc0f8728eb1ee7"
16-
sha256 arm64_sonoma: "4e171bb8229ece404b73b6474eb064f5c60b7676fb5f183673c63065b80ba23d"
17-
sha256 arm64_ventura: "ee3a85635200f2337b748670090acf0b657e2a0a9dfb0d3c576ce424fe08621c"
18-
sha256 sonoma: "75e040ec6ba6aba8e8a2d593fd265d11442beb1afb5fcd8020ea42f1dc4c690b"
19-
sha256 ventura: "fcd8fda55320db1390e0e871957bfbbfca04e8d744da4af48f6758f22acf52fa"
20-
sha256 x86_64_linux: "e26d10788a66b623e5c9d2b127303963062cb47f6562f0c127a1e97f6e502169"
15+
sha256 arm64_sequoia: "12c0f1fce18439ea4801596a1d7b748b5fe410af892e92521656ec61b9d97be9"
16+
sha256 arm64_sonoma: "5c60c7caeb51d40b93e032f8328ed26525f3c143db0fd3a167989cfe4590779b"
17+
sha256 arm64_ventura: "4ab4474a5759f6c9fa01a9d2d54f8612cd9ed3f99108a7f64f0612a8cff217d3"
18+
sha256 sonoma: "75b3f14e173de182d558db82bf5a1fe29ce7d4af9cffe51d3ebb71b294210584"
19+
sha256 ventura: "77d7351f9e3fc34254d61f883615d986cf49dc0c4ab51697ead553a71d7b4da7"
20+
sha256 x86_64_linux: "b79ef450089c3402c49e556c9c68309f719d0b5a532b179225e43c1c8d06373d"
2121
end
2222

2323
depends_on "pkgconf" => :build

Formula/q/qca.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Qca < Formula
44
url "https://download.kde.org/stable/qca/2.3.9/qca-2.3.9.tar.xz"
55
sha256 "c555d5298cdd7b6bafe2b1f96106f30cfa543a23d459d50c8a91eac33c476e4e"
66
license "LGPL-2.1-or-later"
7-
revision 2
7+
revision 3
88
head "https://invent.kde.org/libraries/qca.git", branch: "master"
99

1010
livecheck do
@@ -13,11 +13,11 @@ class Qca < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any, arm64_sonoma: "59858882e2cb72f9c2134af4bd1120da6c4e52dc3189fb53e0425e4a64694036"
17-
sha256 cellar: :any, arm64_ventura: "bb43e2e10d05e9016d497ed15b75be922e544a22a4a90e55ab690317482903ae"
18-
sha256 cellar: :any, sonoma: "9b63a708de5354bc493369a0bbfcbf5f169bd33dea43b069196928779b587fbb"
19-
sha256 cellar: :any, ventura: "b92299e9d40cc1b9f8a8f524cbbd505c04fa47139a9fcec7420b05b2d788197c"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b1bcb2162440491124f87314b0f06276a51fbbdc4fcc5efc0096409e258c2dfc"
16+
sha256 cellar: :any, arm64_sonoma: "0f3ead58c85004587db243d689151c0c61eae05b118c3feedda2181f2b505e6a"
17+
sha256 cellar: :any, arm64_ventura: "e7da11ae4f89e160b58bb3c7b80954700c4b2a52838897a5fea181f8bf4d24da"
18+
sha256 cellar: :any, sonoma: "fc7485d81e7e45d8c9206bd300362aac1c751161be61d8256a502e5f7d9577dd"
19+
sha256 cellar: :any, ventura: "1b293dcfb8a7792faafcb394cfc27e63c170cbc920caf735ae482f2cb515c82f"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0f044b7ecfbc942523ef7b424f9c2338562a45ea0df2b067a5a1eee764f05b2a"
2121
end
2222

2323
depends_on "cmake" => :build

0 commit comments

Comments
 (0)