mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
|
url http://sourceforge.net/projects/wine/files/Source/
|
||
|
version_link '[.]tar[.][^./]+/download$'
|
||
|
SF_redirect
|
||
|
do_overwrite () {
|
||
|
ensure_hash
|
||
|
set_var_value version "$CURRENT_VERSION"
|
||
|
set_var_value sha256 "$CURRENT_HASH"
|
||
|
}
|