Skip to content

Commit b3ffe22

Browse files
authored
Merge pull request #228134 from Homebrew/bump-blis-2.0
blis 2.0
2 parents 142cbfd + 9273177 commit b3ffe22

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/b/blis.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Blis < Formula
22
desc "BLAS-like Library Instantiation Software Framework"
33
homepage "https://github.com/flame/blis"
4-
url "https://github.com/flame/blis/archive/refs/tags/1.1.tar.gz"
5-
sha256 "847c035809b8994c077ade737a4813601db96c4cf0d903d08ba6a9b8ee0fe03e"
4+
url "https://github.com/flame/blis/archive/refs/tags/2.0.tar.gz"
5+
sha256 "08bbebd77914a6d1a43874ae5ec2f54fe6a77cba745f2532df28361b0f1ad1b3"
66
license "BSD-3-Clause"
77
head "https://github.com/flame/blis.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any, arm64_sequoia: "7b54027b039fa551a50e4fb6e99c79f732a5b34aff78092d733e22c823450ad9"
11-
sha256 cellar: :any, arm64_sonoma: "0709aa01695e7ce672d9d8a0780d28fa3465f2cba5b49f976bd3c96f498c1448"
12-
sha256 cellar: :any, arm64_ventura: "9630f05d848259bc7ffc9df96102b9655a0cd3284057dd77a5e59256b81a32ec"
13-
sha256 cellar: :any, sonoma: "eb365f3d3d6fc8eb1df33f83f72b88ee33984438392b78bdc58e4657f7cec66b"
14-
sha256 cellar: :any, ventura: "996841f0627e6a5f43d4f272bb0698e7fecb9f958fe05915c85b0814a6be34ac"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "c9a2bf0a115a4af35026be884519a3b23e97535f5ffcedff0ae7a7a8582914b4"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "db5d4aed1ccf53d93eb65d37dd22cda09f5049e7c5fe4bd2f7db556ccaa57ad3"
10+
sha256 cellar: :any, arm64_sequoia: "eaa5b7da801e3b1915288ce0938b19d5add45ba87ce3dab1277e2beb78d77654"
11+
sha256 cellar: :any, arm64_sonoma: "ffd36f20fb15992d43255e6cd4ef2180d7415d54504d4793f9355e365e9bbc28"
12+
sha256 cellar: :any, arm64_ventura: "90e2dad3813b09a2782a32a20555d5e2a9f046040bbcbda52f53ce6962a9b25d"
13+
sha256 cellar: :any, sonoma: "2164b835421ca2348ea9345fb673e48f97590f763fba9067ce10a181d42e661a"
14+
sha256 cellar: :any, ventura: "d8f4e5be9a956ac208b0aa9abde47dabac3968e194b008b1b5816cca934c538a"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "e26aed017b11935a26a0390a2ce77619d9886ff9c760db40509f3ae106390dea"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "dca702952b8f726f414761a5714ba34a5ba69df4e4f1e5e94a45a2d55aaa023a"
1717
end
1818

1919
uses_from_macos "python" => :build

0 commit comments

Comments
 (0)