Skip to content

Commit 292db3a

Browse files
giordanovchuravy
authored andcommitted
Use JLLWrappers#vc/platform_tags
1 parent ae869cd commit 292db3a

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Manifest.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
2828

2929
[[BinaryBuilderBase]]
3030
deps = ["CodecZlib", "Downloads", "InteractiveUtils", "JSON", "LibGit2", "Libdl", "Logging", "OutputCollectors", "Pkg", "Random", "SHA", "Scratch", "SimpleBufferStream", "TOML", "Tar", "UUIDs", "p7zip_jll", "pigz_jll"]
31-
git-tree-sha1 = "66c3eb2778203fb29254cfa1ba5a780c528f389f"
31+
git-tree-sha1 = "73a13427284bc99cecaf2fb26f67a1a199cc3a0e"
3232
repo-rev = "master"
3333
repo-url = "https://github.com/JuliaPackaging/BinaryBuilderBase.jl.git"
3434
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e"
@@ -133,15 +133,17 @@ version = "1.0.0"
133133

134134
[[JLD2]]
135135
deps = ["DataStructures", "FileIO", "MacroTools", "Mmap", "Pkg", "Printf", "Reexport", "TranscodingStreams", "UUIDs"]
136-
git-tree-sha1 = "46b7834ec8165c541b0b5d1c8ba63ec940723ffb"
136+
git-tree-sha1 = "5335c4c9a30b4b823d1776d2db09882cbfac9f1e"
137137
uuid = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
138-
version = "0.4.15"
138+
version = "0.4.16"
139139

140140
[[JLLWrappers]]
141141
deps = ["Preferences"]
142-
git-tree-sha1 = "642a199af8b68253517b80bd3bfd17eb4e84df6e"
142+
git-tree-sha1 = "25f34ab356ede03701066def0c5be9bd491fe851"
143+
repo-rev = "vc/platform_tags"
144+
repo-url = "https://github.com/JuliaPackaging/JLLWrappers.jl.git"
143145
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
144-
version = "1.3.0"
146+
version = "1.4.0"
145147

146148
[[JSON]]
147149
deps = ["Dates", "Mmap", "Parsers", "Unicode"]

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
1111
GitHub = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26"
1212
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
1313
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
14+
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
1415
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
1516
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
1617
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
@@ -37,7 +38,7 @@ BinaryBuilderBase = "1.1"
3738
GitHub = "5.1"
3839
HTTP = "0.8, 0.9"
3940
JLD2 = "0.1.6, 0.2, 0.3, 0.4"
40-
JLLWrappers = "1.2.0"
41+
JLLWrappers = "1.4.0"
4142
JSON = "0.21"
4243
LoggingExtras = "0.4"
4344
ObjectFile = "0.3.6"

0 commit comments

Comments
 (0)