Skip to content

Commit d2df828

Browse files
authored
Merge pull request #224687 from Homebrew/bump-liblinear-2.49
liblinear 2.49
2 parents 65298db + b94c3a7 commit d2df828

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/lib/liblinear.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Liblinear < Formula
22
desc "Library for large linear classification"
33
homepage "https://www.csie.ntu.edu.tw/~cjlin/liblinear/"
4-
url "https://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/liblinear-2.48.tar.gz"
5-
sha256 "72ea3853a9fb430b49c3196177d8acdffd2dadb5901832ee323465792087e8cc"
4+
url "https://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/liblinear-2.49.tar.gz"
5+
sha256 "166ca3c741b2207a74978cdb55077261be43b1e58e55f2b4c4f40e6ec1d8a347"
66
license "BSD-3-Clause"
77
head "https://github.com/cjlin1/liblinear.git", branch: "master"
88

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

1414
bottle do
15-
sha256 cellar: :any, arm64_sequoia: "c8c537286177821c0bd2d45919a47cc842c789fff679b2f054e5adc008edf228"
16-
sha256 cellar: :any, arm64_sonoma: "7bcb360515141b322d2b34e29e172b8f332d96c92122811611e07e4a1b4a1846"
17-
sha256 cellar: :any, arm64_ventura: "90961753c75dfcc6028d8646889e214359b6e3c540455bd5cc8bd21cf0d36b8c"
18-
sha256 cellar: :any, sonoma: "a33cab9994c8a76fa5dd80d94c736cb48b520100f590fb5309332c0edb08d02e"
19-
sha256 cellar: :any, ventura: "3ff7de89979c7836bb6aaeeececbbd7a93feba336a2e65c6d473fdf8973002b4"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "5df01b9f8e93a7429b42d4d9925287c5ca3456cfccac4c3e5fb0a4cae22c7218"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0ad447cb4fdfe17f95da5b04cdc815b749f94f877d57808cc25ee87b850252d3"
15+
sha256 cellar: :any, arm64_sequoia: "b557d3524f23633e3571f94c56acb5d26cf6b3e03133ced6ba3fb94fad9cfbed"
16+
sha256 cellar: :any, arm64_sonoma: "cd7cb1bc31153ba544dae17865420917a5dec39c597ee760ed0c427f8bfb0a09"
17+
sha256 cellar: :any, arm64_ventura: "0e7ea4738b47faa2ddcb74f48fe653721e925b7e8599ce7818833e225b4014cf"
18+
sha256 cellar: :any, sonoma: "25bd99b24fbbe7bd3563ac7ca64f4c8425002bddc87f81767b461a84ef267730"
19+
sha256 cellar: :any, ventura: "e43397dc12d8d6beec494dcd5b58ff02053215c06bfd077d3becc7a876c8cfc1"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "c520e4bf49d57422d14a3ae85f6601af7705a45581eca47307513f7f3a20aea2"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "15155ee93eca57ffb0571839db5e554c09d2d04e9a80ef2ea8fc0471bb37f29a"
2222
end
2323

2424
# Fix sonames

0 commit comments

Comments
 (0)