zoom: update to 3.5.372466.0322

This commit is contained in:
Noah Huppert 2020-03-24 22:17:09 -04:00 committed by Juan RP
parent a7011836e1
commit f3d80b4338
2 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1 @@
Zoom is non-distributable software. See the terms of service at https://zoom.us/terms/

View File

@ -1,6 +1,6 @@
# Template file for 'zoom'
pkgname=zoom
version=3.5.361976.0301
version=3.5.372466.0322
revision=1
archs="x86_64"
wrksrc=zoom
@ -10,7 +10,7 @@ maintainer="Daniel Santana <daniel@santana.tech>"
license="custom:Proprietary"
homepage="https://zoom.us/"
distfiles="https://zoom.us/client/${version}/zoom_x86_64.pkg.tar.xz"
checksum=1127bde38cc44d242c905e515db7d39b72e3f5a18e23f1ea1803603df4c5a953
checksum=003d837ccb4f4986e850c042729c8b995d377c249dabdd05a1489b9baef7179c
repository=nonfree
restricted=yes
nopie=yes
@ -18,4 +18,5 @@ nopie=yes
do_install() {
vcopy opt .
vcopy usr .
vlicense ${FILESDIR}/DISTRIBUTION-DETAILS
}