Skip to content

Commit f215c0c

Browse files
authored
Prep for v12.0.3 (#35)
1 parent 22d797c commit f215c0c

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Artifacts.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
[[Gurobi]]
2-
git-tree-sha1 = "11003004a058f577cdef79520ad31a3cc1dc4141"
2+
git-tree-sha1 = "11980007f4c80fcdcbdd8e7b8dafaa8657dcead9"
33
arch = "x86_64"
44
os = "linux"
55

66
[[Gurobi.download]]
7-
sha256 = "0b5d30a1942b1ffcc95a2a534a2862cea4fdb55167bbeb180e8f0059cff42c42"
8-
url = "https://anaconda.org/Gurobi/gurobi/12.0.2/download/linux-64/gurobi-12.0.2-py311_0.tar.bz2"
7+
sha256 = "df72e6621633f3bb88faa0fd08daa0c0fa84492b9ab20237e4422f23b3898903"
8+
url = "https://anaconda.org/Gurobi/gurobi/12.0.3/download/linux-64/gurobi-12.0.3-py311_0.tar.bz2"
99
[[Gurobi]]
10-
git-tree-sha1 = "76aeddac9f2b5a7e57006527a258705e757878a0"
10+
git-tree-sha1 = "9ab677b1a86b74c7561876f064c4924e44e53338"
1111
arch = "aarch64"
1212
os = "linux"
1313

1414
[[Gurobi.download]]
15-
sha256 = "8eb36547ddc3335f7159d4d9434da03484a5a55b909d9ba88de225a411831234"
16-
url = "https://anaconda.org/Gurobi/gurobi/12.0.2/download/linux-aarch64/gurobi-12.0.2-py311_0.tar.bz2"
15+
sha256 = "26b93fd4ef91ef220d1739a321aba3fd023a206a733849d64f5c1708b8db9a8a"
16+
url = "https://anaconda.org/Gurobi/gurobi/12.0.3/download/linux-aarch64/gurobi-12.0.3-py311_0.tar.bz2"
1717
[[Gurobi]]
18-
git-tree-sha1 = "ab80340e5963eb728e5f19503af582e03ada648c"
18+
git-tree-sha1 = "6128cd989db64bbbce58dd5725bb2990b87f18c9"
1919
arch = "x86_64"
2020
os = "macos"
2121

2222
[[Gurobi.download]]
23-
sha256 = "79982a2010d83c09a00b8a23d2fa512ca8b58569aa6a26c606ec579b5e0d0260"
24-
url = "https://anaconda.org/Gurobi/gurobi/12.0.2/download/osx-64/gurobi-12.0.2-py311_0.tar.bz2"
23+
sha256 = "83031cf70526a2d8d5d4d2a500779fea447a3542975401b0ab42dd721de6d447"
24+
url = "https://anaconda.org/Gurobi/gurobi/12.0.3/download/osx-64/gurobi-12.0.3-py311_0.tar.bz2"
2525
[[Gurobi]]
26-
git-tree-sha1 = "abc28288bade7eb9781d0afb4c87576934d5c972"
26+
git-tree-sha1 = "49c8e5760716c69803360127c673c65ea56a65f5"
2727
arch = "aarch64"
2828
os = "macos"
2929

3030
[[Gurobi.download]]
31-
sha256 = "0e33fda299eb1fcfe8e010e11ee9ec45b07f49169911011fd110f3a00fbc944c"
32-
url = "https://anaconda.org/Gurobi/gurobi/12.0.2/download/osx-arm64/gurobi-12.0.2-py311_0.tar.bz2"
31+
sha256 = "1600598d2cc6fe958ac4e56e32d69266020238ce4c4fa1f2f28c81c94101b33c"
32+
url = "https://anaconda.org/Gurobi/gurobi/12.0.3/download/osx-arm64/gurobi-12.0.3-py311_0.tar.bz2"
3333
[[Gurobi]]
34-
git-tree-sha1 = "e6550b9416d76c48d61f46fc45c0e3526d04cafd"
34+
git-tree-sha1 = "b31bf0fecbd28572b2ff8cf05c035350be319a5d"
3535
arch = "x86_64"
3636
os = "windows"
3737

3838
[[Gurobi.download]]
39-
sha256 = "6437067f38b732ac030c6d26e13d85cc9a76af0c201e3dbdc2887e6ab88cdf08"
40-
url = "https://anaconda.org/Gurobi/gurobi/12.0.2/download/win-64/gurobi-12.0.2-py311_0.tar.bz2"
39+
sha256 = "d4a3f481e863b30e994d73ef9aaaf91362d6e99cf5d8aa543b87bc89feba453c"
40+
url = "https://anaconda.org/Gurobi/gurobi/12.0.3/download/win-64/gurobi-12.0.3-py311_0.tar.bz2"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Gurobi_jll"
22
uuid = "c018c7e6-a5b0-4aea-8f80-9c1ef9991411"
33
authors = ["odow <[email protected]>"]
4-
version = "12.0.2"
4+
version = "12.0.3"
55

66
[deps]
77
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ end
2222
# Update these values when you update Artifacts.toml
2323
@test majorP[] == 12
2424
@test minorP[] == 0
25-
@test technicalP[] == 2
25+
@test technicalP[] == 3
2626
end
2727

2828
@testset "gurobi_cl" begin

0 commit comments

Comments
 (0)