Skip to content

Commit

Permalink
[OCCT] Update to version 7.7.2 (#9305)
Browse files Browse the repository at this point in the history
* [OCCT] Update to version 7.8.1

* Let's see if v7.6.2 compiles

* Test v7.7.2
  • Loading branch information
jaakkor2 authored Aug 26, 2024
1 parent 59b4f37 commit 60235b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions O/OCCT/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
using BinaryBuilder

name = "OCCT"
version = v"7.6.2"
version = v"7.7.2"

# Collection of sources required to build Open CASCADE Technology (OCCT)
sources = [
GitSource("https://github.com/Open-Cascade-SAS/OCCT.git",
"bb368e271e24f63078129283148ce83db6b9670a"), # V7_6_2 @ April 29, 2022
"cec1ecd0c9f3b3d2572c47035d11949e8dfa85e2"), # V7_7_2 @ Aug 11, 2023
DirectorySource("./bundled")
]

Expand Down

0 comments on commit 60235b3

Please sign in to comment.