Skip to content

Commit e2887d4

Browse files
authored
Merge pull request Homebrew#222670 from Homebrew/bump-botan-3.8.0
botan 3.8.0
2 parents 38ea093 + 8b46c40 commit e2887d4

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

Formula/b/botan.rb

Lines changed: 9 additions & 9 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.7.1.tar.xz"
5-
sha256 "fc0620463461caaea8e60f06711d7e437a3ad1eebd6de4ac29c14bbd901ccd1b"
4+
url "https://botan.randombit.net/releases/Botan-3.8.0.tar.xz"
5+
sha256 "2af468933ba6b53b1a65696cdae6479f04726c606c19ee8bd0252df3faf07f99"
66
license "BSD-2-Clause"
77
head "https://github.com/randombit/botan.git", branch: "master"
88

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

1414
bottle do
15-
sha256 arm64_sequoia: "4b99b6b1fbd3e8f79d834dfd7aedc4c965ed5324be305039306f79600c6bba47"
16-
sha256 arm64_sonoma: "fce0ad44a2808ebd116abfa266002bbbfe963f82a9ccc2d431399e0e07854cff"
17-
sha256 arm64_ventura: "17f8b2ddfef80c6d7bfe7fd1f8667ed85a919231e0d6721a76fa6d2c6f4fc5e5"
18-
sha256 sonoma: "017161cab3bb069ba19443e80a721083fff6a37b87826d92b9c5fd3de47a2df2"
19-
sha256 ventura: "01b2b53465073d0e3309756d767ae6884b3a00653afce73a421333d32276c859"
20-
sha256 arm64_linux: "93ed08c305025c7dd68a163a5724e4f1777e333746d2ae79e01f0fd7e01d3050"
21-
sha256 x86_64_linux: "b1885d55ab656d8e509999458bbe6c5d91055bb4d84237f6de59dc01044ce94e"
15+
sha256 arm64_sequoia: "828c6482aa84b598e9e7814b840f1540c7970fc8b339efe9b4d2cdf6cd2a37c4"
16+
sha256 arm64_sonoma: "6949d51bc49e0926e0887e1faa0cada0cfef2d1b1ac4626ad8c7b96e45de3d3b"
17+
sha256 arm64_ventura: "ed129b0d70088270e69701049fb5dfd19a9f234105cee83e1c3ab1d088c28094"
18+
sha256 sonoma: "70de9a26d70616dfa6a9688d9ad0c0bcd9ba551f14faa5ffc8073541d4c522c6"
19+
sha256 ventura: "b921480c1e85f1dc574754898bc21b778b3e450945c6c2e4e579a52ef3a3c355"
20+
sha256 arm64_linux: "ef40bc156a84dd5fcb9a62cee8a70ab50cbd323b3b194e2bf6764fa9afe34a14"
21+
sha256 x86_64_linux: "fbc259942cc0414e004fdb16e9b810c7110d1d411705ac64c1f2969756f506d2"
2222
end
2323

2424
depends_on "pkgconf" => :build

Formula/q/qca.rb

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

910
livecheck do
@@ -12,11 +13,11 @@ class Qca < Formula
1213
end
1314

1415
bottle do
15-
sha256 cellar: :any, arm64_sonoma: "bc85a2e095a424b8cb30fcaf2f43c35f768b3c3f8222b4769321a496b9f2a21f"
16-
sha256 cellar: :any, arm64_ventura: "7ae6a90554696f8ea4b244295ccfc043b3b0d4a5833875c0854ece4ee31816e7"
17-
sha256 cellar: :any, sonoma: "1cd502eaf267def5285ca3a619e734265493678e0e3c11114222d746efefaf4a"
18-
sha256 cellar: :any, ventura: "472761fdfad7675d5e81b15a3fcb2b19a930468e8fd9bdc015c83fd27f4c3d7b"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "330c689007748aad331561165d3000ffee9e4580faacfca475ddc06e58082713"
16+
sha256 cellar: :any, arm64_sonoma: "7d36a3c7300b55b416b3ecc78c83652e607e08f5cf9e16237dd958c3986f4940"
17+
sha256 cellar: :any, arm64_ventura: "ae332ff406dea6f7ec23a4bc6f3c00533b753a8a07de5bfaf8486a0da379b9c3"
18+
sha256 cellar: :any, sonoma: "8f7cc19fb5287ca7840c1723d8bdee5270841dd375913ae3c70c415725f1b8c4"
19+
sha256 cellar: :any, ventura: "e93c6f830c94b94dc72bacc2a1a6664aaa0ce313b624b6d9151a47182d89a867"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ce993e1748bf8e89e8963a8c745daa2ce149ca37f0158a2e7ebc4fac7c1e731d"
2021
end
2122

2223
depends_on "cmake" => :build

0 commit comments

Comments
 (0)