We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0091b44 commit 5b39bb9Copy full SHA for 5b39bb9
meshing/packages/smooth3d/package.py
@@ -15,7 +15,7 @@ class Smooth3d(CMakePackage):
15
"""Smooth3D is a mesh smoothing library"""
16
17
homepage = 'https://github.com/LIHPC-Computational-Geometry/smooth3d'
18
- url = 'https://github.com/LIHPC-Computational-Geometry/smooth3d/archive/refs/tags/v3.0.2.tar.gz'
+ url = 'https://github.com/LIHPC-Computational-Geometry/smooth3d/archive/refs/tags/3.2.0.tar.gz'
19
git = 'https://github.com/LIHPC-Computational-Geometry/smooth3d.git'
20
maintainers = ['meshing_team']
21
0 commit comments