wine: fix update-check
This commit is contained in:
parent
8f46ca5400
commit
8a956c7d0a
|
@ -0,0 +1,4 @@
|
|||
if [ ${build_option_staging} ]; then
|
||||
site=https://api.github.com/repos/wine-compholio/wine-staging/tags
|
||||
pattern="v\K[^\d]*([\d\.]+)"
|
||||
fi
|
Loading…
Reference in New Issue