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 c833726 commit 480119dCopy full SHA for 480119d
update.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-VERSION=$(curl -s https://github.com/mintyphp/mintyphp/releases | grep -iA 10 'label-latest' | grep -o '"v[0-9]\+\.[0-9]\+\.[0-9]\+"')
+VERSION=$(curl -s https://github.com/mintyphp/mintyphp/releases | grep -iA 20 'label-latest' | grep -o '"v[0-9]\+\.[0-9]\+\.[0-9]\+"')
3
VERSION="${VERSION//\"}" # strip quote character
4
VERSION="${VERSION//v}" # strip v character
5
OLDVER=$(cat version.txt)
0 commit comments