Merge pull request #128174 from 239/submit/update-pcloud

This commit is contained in:
Sandro 2021-06-26 18:42:17 +02:00 committed by GitHub
commit fb76856736
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,14 +26,14 @@
let let
pname = "pcloud"; pname = "pcloud";
version = "1.9.2"; version = "1.9.3";
code = "XZCBKnXZdbHEAu1ec7bMDQCb1oCztBc169Py"; code = "XZh0QTXZIYkI66plpzLAJ4G2mwDvJFvKvEzy";
name = "${pname}-${version}"; name = "${pname}-${version}";
# Archive link's code thanks to: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=pcloud-drive # Archive link's code thanks to: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=pcloud-drive
src = fetchzip { src = fetchzip {
url = "https://api.pcloud.com/getpubzip?code=${code}&filename=${name}.zip"; url = "https://api.pcloud.com/getpubzip?code=${code}&filename=${name}.zip";
hash = "sha256-9I4xl9cO1MDvdXaTv6ER/NPdqKoo0y7HNWxGl0Fn1O0="; hash = "sha256-NFbSYZRysRIg6q0aaDocpK7xJbiCWc1S0McXKlCRGjU=";
}; };
appimageContents = appimageTools.extractType2 { appimageContents = appimageTools.extractType2 {