Update package version to 4.0.2

This commit is contained in:
2025-05-10 10:50:01 +03:00
parent 264e6a9b7e
commit 06781b3967
3 changed files with 14 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
# Get version number from cmake website
VERSION=$(curl -s -L https://cmake.org/download/ | grep -o -E 'Latest Release \((.*)\)' | cut -d '(' -f2 | tr -d ')')
echo "$VERSION"