Skip to content

Commit

Permalink
[mold] Update to v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Jun 12, 2023
1 parent ffb57c4 commit e008983
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions M/mold/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
using BinaryBuilder, Pkg

name = "mold"
version = v"1.2.0"
version = v"1.10.0"

# Collection of sources required to complete build
sources = [
GitSource("https://github.com/rui314/mold.git", "1f55e40a8a967894816d6366bcc3d08de74c84b4")
GitSource("https://github.com/rui314/mold.git",
"cca255e6be069cdbc135c83fd16036d86b98b85e")
]

# Bash recipe for building across all platforms
Expand All @@ -30,7 +31,7 @@ products = [
# Dependencies that must be installed before this package can be built
dependencies = [
Dependency(PackageSpec(name="Zlib_jll", uuid="83775a58-1f1d-513f-b197-d71354ab007a"))
Dependency(PackageSpec(name="OpenSSL_jll", uuid="458c3c95-2e84-50aa-8efc-19380b2a3a95"); compat="1.1.10")
Dependency(PackageSpec(name="OpenSSL_jll", uuid="458c3c95-2e84-50aa-8efc-19380b2a3a95"); compat="3.0.8")
]

# Build the tarballs, and possibly a `build.jl` as well.
Expand Down

0 comments on commit e008983

Please sign in to comment.