summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFan Jiang2021-01-03 19:27:35 -0500
committerFan Jiang2021-01-03 19:27:35 -0500
commit493e4caa169775e9a9247baaf89547d3dcdf1895 (patch)
tree550d64b51c1a1651616cd6a7bc6dbec9f8bd1a09 /PKGBUILD
parentdacb2c891c7ea44fe5911f2038ba2814b7e2a421 (diff)
downloadaur-493e4caa169775e9a9247baaf89547d3dcdf1895.tar.gz
Bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8c703b7965c..b1d9315a1275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,17 +14,17 @@ depends=('vmware-keymaps')
optdepends=()
# Note you can change this path to match a newer (or older) version of VMRC
-source=("local://VMware-Remote-Console-11.2.0-16492666.x86_64.bundle"
+source=("local://VMware-Remote-Console-12.0.0-17287072.x86_64.bundle"
"bootstrap"
"config")
-sha256sums=('b2eb8a356993fae8bb48aa30d0e79e5e88d3733615d12010effdf76fefdedfb0'
+sha256sums=('3429d897256e80d7e087ff9fc7b5e679695db06a9af2596b40d303e61c5000aa'
'22282e8643d8a20e63773435161e5a5d01c6acce53aa81f27a4d20f111acd228'
'c5643ebad140391622c57ab88d6071b91d1ea9a8379c1aec573c845a00be30d4')
build() {
cd "$srcdir"
- sh ../VMware-Remote-Console-11.2.0-16492666.x86_64.bundle -x ./files
+ sh ../VMware-Remote-Console-12.0.0-17287072.x86_64.bundle -x ./files
cd "$srcdir/files"
}