mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-07 00:02:14 +08:00
update: PKGBUILD
This commit is contained in:
parent
d0a79076b4
commit
60b3ff31f7
3
.gitignore
vendored
3
.gitignore
vendored
@ -13,4 +13,5 @@ build
|
||||
*.AppImage
|
||||
appimage-builder-cache
|
||||
wcc.bin
|
||||
wcsc.bin
|
||||
wcsc.bin
|
||||
temp.sh
|
10
res/aur/PKGBUILD
Executable file → Normal file
10
res/aur/PKGBUILD
Executable file → Normal file
@ -7,9 +7,11 @@
|
||||
# https://github.com/dragonation/wechat-devtools
|
||||
# https://github.com/cytle/wechat_web_devtools
|
||||
|
||||
_wechat_devtools_ver="1.05.2201240"
|
||||
_wechat_devtools_url="https://dldir1.qq.com/WechatWebDev/release/p-ae42ee2cde4d42ee80ac60b35f183a99/wechat_devtools_1.05.2201240_x64.exe"
|
||||
_wechat_devtools_md5="85552bae33e98eb186c5068419efce03"
|
||||
_wechat_devtools_ver="1.05.2203030"
|
||||
# https://servicewechat.com/wxa-dev-logic/download_redirect?type=x64&from=mpwiki&download_version=1052203030&version_type=1
|
||||
_wechat_devtools_url="https://servicewechat.com/wxa-dev-logic/download_redirect?type=x64&from=mpwiki&download_version=${_wechat_devtools_ver//\./}&version_type=1"
|
||||
# _wechat_devtools_url="https://dldir1.qq.com/WechatWebDev/release/p-ae42ee2cde4d42ee80ac60b35f183a99/wechat_devtools_1.05.2201240_x64.exe"
|
||||
_wechat_devtools_md5="63cb0e75df3704e155185d900258ac1e"
|
||||
|
||||
_wechat_devtools_exe="wechat_devtools_${_wechat_devtools_ver}_x64.exe"
|
||||
_nwjs_ver="0.53.1"
|
||||
@ -18,7 +20,7 @@ _node_version="16.1.0"
|
||||
|
||||
pkgname=wechat-devtools
|
||||
pkgver="${_wechat_devtools_ver}" # 主版本号
|
||||
pkgrel=15 # 次版本号release
|
||||
pkgrel=1 # 次版本号release
|
||||
epoch=2 # 大版本迭代强制更新(维护者变更,尽量不用)
|
||||
pkgdesc="WeChat Devtools For Linux. "
|
||||
arch=("x86_64")
|
||||
|
Loading…
x
Reference in New Issue
Block a user