Scripts version 2104

This commit is contained in:
castro-fidel
2022-04-18 23:29:17 +03:00
parent 9d35697588
commit e99a88355a
5 changed files with 19 additions and 8 deletions

View File

@ -783,7 +783,7 @@ pw_port_update () {
update_winetricks () {
W_TRX_URL="raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks"
W_TRX_URL="https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks"
W_TRX_EXT_VER="$(curl -s --list-only ${W_TRX_URL} | grep -i 'WINETRICKS_VERSION=' | sed 's/WINETRICKS_VERSION=//')"
print_info "Version winetricks on server: ${W_TRX_EXT_VER}"
W_TRX_INT_VER="$(cat "${PORT_WINE_TMP_PATH}/winetricks" | grep -i 'WINETRICKS_VERSION=' | sed 's/WINETRICKS_VERSION=//')"