5 lines
138 B
Text
5 lines
138 B
Text
|
if [ ${build_option_staging} ]; then
|
||
|
site=https://api.github.com/repos/wine-compholio/wine-staging/tags
|
||
|
pattern="v\K[^\d]*([\d\.]+)"
|
||
|
fi
|