Skip to content

Commit

Permalink
[gmsh] bump version to 4.12.2 (#7927)
Browse files Browse the repository at this point in the history
* [gmsh] bump version to `4.12.0`

* try `4.12.1`

* try patch on git source

* `cd` into correct path

* version `4.12.2`
  • Loading branch information
maltezfaria committed Jan 22, 2024
1 parent 8589270 commit 4b0eff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions G/gmsh/build_tarballs.jl
Expand Up @@ -3,12 +3,12 @@
using BinaryBuilder

name = "gmsh"
version = v"4.11.1"
version = v"4.12.2"

# Collection of sources required to build Gmsh
sources = [
ArchiveSource("https://gmsh.info/src/gmsh-$(version)-source.tgz",
"c5fe1b7cbd403888a814929f2fd0f5d69e27600222a18c786db5b76e8005b365"),
"13e09d9ca8102e5c40171d6ee150c668742b98c3a6ca57f837f7b64e1e2af48f"),
]

# Bash recipe for building across all platforms
Expand Down

0 comments on commit 4b0eff6

Please sign in to comment.