Update package version to 4.0.2
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user