From aa561c2ed53d519a7dfc51a2440f87a39b48b879 Mon Sep 17 00:00:00 2001 From: hillwoodroc Date: Wed, 20 Jun 2018 09:49:51 +0800 Subject: [PATCH] Update QQmusic to 15.9.5 --- Changelog | 5 +++++ verb/qqmusic.verb | 10 +++++----- winetricks-zh | 10 +++++----- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/Changelog b/Changelog index c7aa73f..27cba2c 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,8 @@ +------------------------------------------- +Wed Jun 20 2018 - hillwood@opensuse.org + +- Update QQmusic to 15.9.5 + ------------------------------------------- Sat Jun 16 2018 - hillwood@opensuse.org diff --git a/verb/qqmusic.verb b/verb/qqmusic.verb index 0296a03..ddc9cd5 100755 --- a/verb/qqmusic.verb +++ b/verb/qqmusic.verb @@ -1,16 +1,16 @@ w_metadata qqmusic apps\ title="QQ Music" \ publisher="Tencent" \ - year="2015" \ + year="2018" \ media="download" \ - file1="QQMusicV12.24.3323.1216YQQ.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Tencent/QQMusic/QQMusic1224.0.5.38/QQMusic.exe" \ + file1="QQMusicSetup.exe" \ + installed_exe1="$W_PROGRAMS_X86_WIN/Tencent/QQMusic/QQMusic.exe" \ homepage="http://y.qq.com" \ unattended="no" load_qqmusic() { -w_download http://dldir1.qq.com/music/clntupate/QQMusicV12.24.3323.1216YQQ.exe e971d2218e8dedbd18e5f397beb46a92f7f1c420a4bd0daa0fa3c4bcde67648d +w_download https://dldir1.qq.com/music/clntupate/QQMusicSetup.exe d89c4e24d816485e8c743a53e07501342c38609ab20275135a485ef21dc64425 cd "$W_CACHE/$W_PACKAGE" if w_workaround_wine_bug 5162 "Installing native riched20 to fix can not input username bug" @@ -28,6 +28,6 @@ cd "$W_CACHE/$W_PACKAGE" w_call fakechinese w_try "$WINE" "$file1" -w_declare_exe "$W_PROGRAMS_X86_WIN\\Tencent\QQMusic\QQMusic1224.0.5.38" "QQMusic.exe" +w_declare_exe "$W_PROGRAMS_X86_WIN\\Tencent\QQMusic" "QQMusic.exe" } diff --git a/winetricks-zh b/winetricks-zh index 287c30f..b7c094b 100755 --- a/winetricks-zh +++ b/winetricks-zh @@ -20089,16 +20089,16 @@ load_qqlight() w_metadata qqmusic apps\ title="QQ Music" \ publisher="Tencent" \ - year="2015" \ + year="2018" \ media="download" \ - file1="QQMusicV12.24.3323.1216YQQ.exe" \ - installed_exe1="$W_PROGRAMS_X86_WIN/Tencent/QQMusic/QQMusic1224.0.5.38/QQMusic.exe" \ + file1="QQMusicSetup.exe" \ + installed_exe1="$W_PROGRAMS_X86_WIN/Tencent/QQMusic/QQMusic.exe" \ homepage="http://y.qq.com" \ unattended="no" load_qqmusic() { -w_download http://dldir1.qq.com/music/clntupate/QQMusicV12.24.3323.1216YQQ.exe e971d2218e8dedbd18e5f397beb46a92f7f1c420a4bd0daa0fa3c4bcde67648d +w_download https://dldir1.qq.com/music/clntupate/QQMusicSetup.exe d89c4e24d816485e8c743a53e07501342c38609ab20275135a485ef21dc64425 cd "$W_CACHE/$W_PACKAGE" if w_workaround_wine_bug 5162 "Installing native riched20 to fix can not input username bug" @@ -20116,7 +20116,7 @@ cd "$W_CACHE/$W_PACKAGE" w_call fakechinese w_try "$WINE" "$file1" -w_declare_exe "$W_PROGRAMS_X86_WIN\\Tencent\QQMusic\QQMusic1224.0.5.38" "QQMusic.exe" +w_declare_exe "$W_PROGRAMS_X86_WIN\\Tencent\QQMusic" "QQMusic.exe" } #----------------------------------------------------------------