Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

botan 3.6.0 #195111

Merged
merged 4 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions Formula/b/botan.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Botan < Formula
desc "Cryptographic algorithms and formats library in C++"
homepage "https://botan.randombit.net/"
url "https://botan.randombit.net/releases/Botan-3.5.0.tar.xz"
sha256 "67e8dae1ca2468d90de4e601c87d5f31ff492b38e8ab8bcbd02ddf7104ed8a9f"
url "https://botan.randombit.net/releases/Botan-3.6.0.tar.xz"
sha256 "e6ec54a58c96914d7ce560f17a9a5659ebb987e053323bb9ca2bffeb90707e7a"
license "BSD-2-Clause"
head "https://github.com/randombit/botan.git", branch: "master"

Expand All @@ -12,13 +12,12 @@ class Botan < Formula
end

bottle do
rebuild 1
sha256 arm64_sequoia: "f8cb0f5126bac257ae499c377416d67e016f41cb91eb4f781dfba7ead772b27b"
sha256 arm64_sonoma: "4a8bd22f2016573a9252590843e637b6db8d346babaa2e755202c6e12ded6020"
sha256 arm64_ventura: "1f368b18ba1f404edf279c8c84d8dd34167209dcd356a95c005d49dcb11a034a"
sha256 sonoma: "ec4c0d57a43c4de2c5505feb354f7dab477b531f548afa1dac31fce1c52060b3"
sha256 ventura: "5f68a7023c8a8bac60d1cb785457620dc5c47a6163e55432de02c5029fdbd280"
sha256 x86_64_linux: "4e0fb5e03509bb2e3a29830c5271a34e08ec6e4bd88ed4993f58e04db96dedd2"
sha256 arm64_sequoia: "674ae869fb81ee8b6e53afe7b1c586256206257a0f7d77d790fb09798bda1c00"
sha256 arm64_sonoma: "04e7d1dfab36e4ae611af7d5eb6a5208905cbd5cd6ea1f19c6c72c2c0b934002"
sha256 arm64_ventura: "e0019720d9cd50382aa10a0e1edc921dba1ca0d3c62636a20c0fb88c34bb4852"
sha256 sonoma: "d9bf7e33b356fcb5ec17b23cab3d23c890008e31e8a000b0e1fb3998c22f7e1c"
sha256 ventura: "f89f01935eac85c8fb40cf4bd0050205f85d51c681bb15ceddfa0af65743e36a"
sha256 x86_64_linux: "d87a0cfcc31d3b0dadab68b1b27d5166f6d0712465cbe44a2ded9134f3f81a66"
end

depends_on "pkg-config" => :build
Expand Down
14 changes: 6 additions & 8 deletions Formula/q/qca.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Qca < Formula
url "https://download.kde.org/stable/qca/2.3.9/qca-2.3.9.tar.xz"
sha256 "c555d5298cdd7b6bafe2b1f96106f30cfa543a23d459d50c8a91eac33c476e4e"
license "LGPL-2.1-or-later"
revision 1
revision 2
head "https://invent.kde.org/libraries/qca.git", branch: "master"

livecheck do
Expand All @@ -13,13 +13,11 @@ class Qca < Formula
end

bottle do
sha256 cellar: :any, arm64_sonoma: "adf75807ab0a7ce48899abf875761a9feac73ffffaef48cd45472ba6c560ff3b"
sha256 cellar: :any, arm64_ventura: "324d59553ffe39978d6e26e0da9670c1586eec9f514f184414b46c1e427395e5"
sha256 cellar: :any, arm64_monterey: "0d2f18ad7e80e54f5a85ff998d67182b361ad2bbe30d7c669034e18f05ad6bb8"
sha256 cellar: :any, sonoma: "95632a1e2ec25ac1a130a9a1a2048e23a516bfa78a6141a509579e40e0cacacc"
sha256 cellar: :any, ventura: "9afce1a3de7f842cc8702e8ec15aa3e341be5f722d80589a2db5b6e7da7cea6c"
sha256 cellar: :any, monterey: "e301832afda20aa57a79543422443102652d54ce16fec8282576b09c39787307"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4b0b4c7ca31b657540b83f7679ccac9c81016386148a1134a5f71387d16dcbb3"
sha256 cellar: :any, arm64_sonoma: "59858882e2cb72f9c2134af4bd1120da6c4e52dc3189fb53e0425e4a64694036"
sha256 cellar: :any, arm64_ventura: "bb43e2e10d05e9016d497ed15b75be922e544a22a4a90e55ab690317482903ae"
sha256 cellar: :any, sonoma: "9b63a708de5354bc493369a0bbfcbf5f169bd33dea43b069196928779b587fbb"
sha256 cellar: :any, ventura: "b92299e9d40cc1b9f8a8f524cbbd505c04fa47139a9fcec7420b05b2d788197c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "b1bcb2162440491124f87314b0f06276a51fbbdc4fcc5efc0096409e258c2dfc"
end

depends_on "cmake" => :build
Expand Down
Loading