aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCodist2021-08-08 22:01:12 +0800
committerCodist2021-08-08 22:03:04 +0800
commitecb4605646422ee8ded2d00d828fa1da24ae85c8 (patch)
tree48b6773efefa30b48f91533e6084e0eefa0f73ee
parent94ac153c103c5421d1921020482b398dce818bd9 (diff)
downloadaur-ecb4605646422ee8ded2d00d828fa1da24ae85c8.tar.gz
Upgrade WeChat to 3.3.5.34
Signed-off-by: Codist <countstarlight@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--README.md3
-rwxr-xr-xrun.sh2
4 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75c57dc99b21..7422ea31ffad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deepin-wine-wechat
pkgdesc = Tencent WeChat on Deepin Wine(com.qq.weixin.deepin) For Archlinux
- pkgver = 3.3.0.115
+ pkgver = 3.3.5.34
pkgrel = 1
url = https://weixin.qq.com/
install = deepin-wine-wechat.install
@@ -20,12 +20,12 @@ pkgbase = deepin-wine-wechat
depends = lib32-libldap
conflicts = deepin-wechat
source = https://cdn-package-store6.deepin.com/appstore/pool/appstore/c/com.qq.weixin.deepin/com.qq.weixin.deepin_3.2.1.154deepin8_i386.deb
- source = WeChatSetup-3.3.0.115.exe::https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe
+ source = WeChatSetup-3.3.5.34.exe::https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe
source = run.sh
source = reg.patch
md5sums = 3246f43cdfd2a4de9597d7018cb21753
- md5sums = a12da7974e5d50a20908e6ad01cec574
- md5sums = 19593035c7163c9aa269a968eec11e89
+ md5sums = b00096cd430a6e32c65e4fa98312599b
+ md5sums = c392c44fa71e97b8d836c7bc376587f0
md5sums = f3257f8fc9e73ea88b3a46372634f82f
pkgname = deepin-wine-wechat
diff --git a/PKGBUILD b/PKGBUILD
index a83daae426ae..d2407b8fb3ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Codist <countstarlight@gmail.com>
pkgname=deepin-wine-wechat
-pkgver=3.3.0.115
+pkgver=3.3.5.34
wechat_installer=WeChatSetup
deepinwechatver=3.2.1.154deepin8
debpkgname="com.qq.weixin.deepin"
@@ -19,8 +19,8 @@ source=("$_mirror/appstore/pool/appstore/c/${debpkgname}/${debpkgname}_${deepinw
"run.sh"
"reg.patch")
md5sums=('3246f43cdfd2a4de9597d7018cb21753'
- 'a12da7974e5d50a20908e6ad01cec574'
- '19593035c7163c9aa269a968eec11e89'
+ 'b00096cd430a6e32c65e4fa98312599b'
+ 'c392c44fa71e97b8d836c7bc376587f0'
'f3257f8fc9e73ea88b3a46372634f82f')
build() {
diff --git a/README.md b/README.md
index 25ef67e48a26..c5e8401c5421 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
<img src="https://img.shields.io/travis/countstarlight/deepin-wine-wechat-arch?&logo=travis&style=flat-square" alt="Build Status">
</a>
<a href="https://pc.weixin.qq.com/">
- <img src="https://img.shields.io/badge/WeChat-3.3.0.115-blue?style=flat-square&logo=wechat" alt="WeChat Version">
+ <img src="https://img.shields.io/badge/WeChat-3.3.5.34-blue?style=flat-square&logo=wechat" alt="WeChat Version">
</a>
<a href="https://aur.archlinux.org/packages/deepin-wine-wechat/">
<img src="https://img.shields.io/aur/version/deepin-wine-wechat?label=AUR&logo=arch-linux&style=flat-square" alt="AUR Version">
@@ -248,6 +248,7 @@ bash $HOME/.deepinwine/deepin-wine-helper/sendkeys.sh w wechat 4
<details open>
<summary>2021</summary>
+* 2021-08-08 WeChat-3.3.5.34
* 2021-07-05 WeChat-3.3.0.115
* 2021-06-21 WeChat-3.3.0.93
* 2021-05-07 WeChat-3.2.1.154 3.2.1.154deepin8
diff --git a/run.sh b/run.sh
index 4d88f2199eff..6813c705befb 100755
--- a/run.sh
+++ b/run.sh
@@ -35,7 +35,7 @@ extract_archive()
BOTTLENAME="Deepin-WeChat"
APPVER="3.2.1.154deepin8"
WINEPREFIX="$HOME/.deepinwine/$BOTTLENAME"
-WECHAT_VER="3.3.0.115"
+WECHAT_VER="3.3.5.34"
EXEC_PATH="c:/Program Files/Tencent/WeChat/WeChat.exe"
START_SHELL_PATH="$HOME/.deepinwine/deepin-wine-helper/run_v3.sh"
WECHAT_INSTALLER="WeChatSetup"