diff --git a/srcpkgs/wine/update b/srcpkgs/wine/update new file mode 100644 index 00000000000..c74dcda775a --- /dev/null +++ b/srcpkgs/wine/update @@ -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