Skip to content

Commit 5b39bb9

Browse files
committed
changed the smooth3d URL because a mistake
1 parent 0091b44 commit 5b39bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshing/packages/smooth3d/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Smooth3d(CMakePackage):
1515
"""Smooth3D is a mesh smoothing library"""
1616

1717
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'
18+
url = 'https://github.com/LIHPC-Computational-Geometry/smooth3d/archive/refs/tags/3.2.0.tar.gz'
1919
git = 'https://github.com/LIHPC-Computational-Geometry/smooth3d.git'
2020
maintainers = ['meshing_team']
2121

0 commit comments

Comments
 (0)