wine: fix update-check
This commit is contained in:
4
srcpkgs/wine/update
Normal file
4
srcpkgs/wine/update
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user