diff options
author | zxp19821005 | 2023-10-16 12:22:09 +0800 |
---|---|---|
committer | zxp19821005 | 2023-10-16 12:22:09 +0800 |
commit | b3d3566b13298dcbf43871371c4ff6fde1690c04 (patch) | |
tree | 5dc6f90997ab7782a08014c8ba0d29699c7c8dd0 | |
parent | 60036e8f6e636eb0ba94dd72149bc52c8b63927a (diff) | |
download | aur-b3d3566b13298dcbf43871371c4ff6fde1690c04.tar.gz |
update to 2.6.4
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = piclist-bin pkgdesc = a cloud storage platform management and file upload tool based on PicGo, which has been deeply redeveloped.一款云储存/图床管理和文件上传客户端工具,基于PicGo深度二次开发. - pkgver = 2.6.3 + pkgver = 2.6.4 pkgrel = 1 url = https://piclist.cn/ arch = x86_64 @@ -11,10 +11,10 @@ pkgbase = piclist-bin depends = electron22 depends = gcc-libs depends = glibc - source = piclist-2.6.3.AppImage::https://github.com/Kuingsmile/PicList/releases/download/v2.6.3/PicList-2.6.3.AppImage - source = LICENSE::https://raw.githubusercontent.com/Kuingsmile/PicList/v2.6.3/LICENSE + source = piclist-2.6.4.AppImage::https://github.com/Kuingsmile/PicList/releases/download/v2.6.4/PicList-2.6.4.AppImage + source = LICENSE::https://raw.githubusercontent.com/Kuingsmile/PicList/v2.6.4/LICENSE source = piclist.sh - sha256sums = 31c034271d520a6a38c5c2d442ddc994de69ba1e4d17fa7437f656fab53ef838 + sha256sums = 6d011e9ebe2aab33f59e738b43eec16b5ed4496a274b4f2f00fad8c0fd374cfd sha256sums = cddebc59798c76d191fc65eb4176d960e4e157177c9d81db80eaff8d84d86a1c sha256sums = 8ee7b4c5dd2b843f20c3daa32d74a1eff9b5d58fa9d675e48ca00e1c50c83bde @@ -1,7 +1,7 @@ # Maintainer: zxp19821005 <zxp19821005 at 163 dot com> pkgname=piclist-bin _pkgname=PicList -pkgver=2.6.3 +pkgver=2.6.4 pkgrel=1 pkgdesc="a cloud storage platform management and file upload tool based on PicGo, which has been deeply redeveloped.一款云储存/图床管理和文件上传客户端工具,基于PicGo深度二次开发." arch=('x86_64') @@ -14,7 +14,7 @@ makedepends=('asar' 'squashfuse') source=("${pkgname%-bin}-${pkgver}.AppImage::${_githuburl}/releases/download/v${pkgver}/${_pkgname}-${pkgver}.AppImage" "LICENSE::https://raw.githubusercontent.com/Kuingsmile/PicList/v${pkgver}/LICENSE" "${pkgname%-bin}.sh") -sha256sums=('31c034271d520a6a38c5c2d442ddc994de69ba1e4d17fa7437f656fab53ef838' +sha256sums=('6d011e9ebe2aab33f59e738b43eec16b5ed4496a274b4f2f00fad8c0fd374cfd' 'cddebc59798c76d191fc65eb4176d960e4e157177c9d81db80eaff8d84d86a1c' '8ee7b4c5dd2b843f20c3daa32d74a1eff9b5d58fa9d675e48ca00e1c50c83bde') build() { |