Skip to content

Commit

Permalink
[LBT] Build v5.11.2 (JuliaPackaging#9770)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison authored Nov 12, 2024
1 parent c0cfe26 commit 85a7734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion L/libblastrampoline/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "libblastrampoline"
function lbt_sources(version::VersionNumber; kwargs...)
lbt_version_commit = Dict(
v"5.4.0" => "d00e6ca235bb747faae4c9f3a297016cae6959ed",
v"5.11.1" => "b09277feafd342520b8476ce443d35327b5e55b4",
v"5.11.2" => "c48da8a1225c2537ff311c28ef395152fb879eae",
)

return [
Expand Down
2 changes: 1 addition & 1 deletion L/libblastrampoline/[email protected]/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Note that this script can accept some limited command-line arguments, run
# `julia build_tarballs.jl --help` to see a usage message.
version = v"5.11.1"
version = v"5.11.2"

include("../common.jl")

Expand Down

0 comments on commit 85a7734

Please sign in to comment.