Rebuild with python 3.14
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
URL="https://launchpad.net/python-distutils-extra"
|
||||
|
||||
# Get version number from tag name
|
||||
VERSION=$(curl -s -L "$URL" | grep 'Latest version is ' | grep -o -P '\d+\.\d+(\.\d+)?')
|
||||
|
||||
echo "$VERSION"
|
||||
Reference in New Issue
Block a user