Bump to 14.0.14470
This commit is contained in:
parent
eca788816d
commit
d2569a5fcb
16
.SRCINFO
16
.SRCINFO
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Fri Nov 16 01:18:08 UTC 2018
|
||||
# Fri Nov 23 05:46:43 UTC 2018
|
||||
pkgbase = teamviewer
|
||||
pkgdesc = All-In-One Software for Remote Support and Online Meetings
|
||||
pkgver = 14.0.12762
|
||||
pkgver = 14.0.14470
|
||||
pkgrel = 9
|
||||
url = http://www.teamviewer.com
|
||||
install = teamviewer.install
|
||||
|
@ -17,12 +17,12 @@ pkgbase = teamviewer
|
|||
provides = teamviewer
|
||||
conflicts = teamviewer-beta
|
||||
options = !strip
|
||||
source_i686 = https://dl.tvcdn.de/download/linux/version_14x/teamviewer_14.0.12762_i386.deb
|
||||
sha256sums_i686 = 46a117ba2d602687656b08f2b6eea82ccb02416fe4c9b5f7f7f35adf62b88a7e
|
||||
source_x86_64 = https://dl.tvcdn.de/download/linux/version_14x/teamviewer_14.0.12762_amd64.deb
|
||||
sha256sums_x86_64 = 23c5c493ee1ae61310bb64391e4ccad50030d47d324fd54a45f9bbd641597f20
|
||||
source_armv7h = https://dl.tvcdn.de/download/linux/version_14x/teamviewer-host_14.0.12762_armhf.deb
|
||||
sha256sums_armv7h = 77b72fae6a32093321afc5180271379f4afa0c5bd17ea66c57bd37c48ab0f1bb
|
||||
source_i686 = https://dl.tvcdn.de/download/linux/version_14x/teamviewer_14.0.14470_i386.deb
|
||||
sha256sums_i686 = 9b61d0780274007985f54cee07efc6bb5b7ede3300608bb408a66bca3e74fb5e
|
||||
source_x86_64 = https://dl.tvcdn.de/download/linux/version_14x/teamviewer_14.0.14470_amd64.deb
|
||||
sha256sums_x86_64 = 29d57df2b08cb7ccff426b613697c98298c80cbfa546bf019b2830dce60848b6
|
||||
source_armv7h = https://dl.tvcdn.de/download/linux/version_14x/teamviewer-host_14.0.14470_armhf.deb
|
||||
sha256sums_armv7h = 4c5a56dc75aff3edb0c015ec361e060652baeb1c6ba2b68d42e1d9dbe2f683ae
|
||||
|
||||
pkgname = teamviewer
|
||||
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Alex Taber <aft dot pokemon at gmail dot com>
|
||||
|
||||
pkgname=teamviewer
|
||||
pkgver=14.0.12762
|
||||
pkgver=14.0.14470
|
||||
pkgrel=9
|
||||
pkgdesc='All-In-One Software for Remote Support and Online Meetings'
|
||||
arch=('i686' 'x86_64' 'armv7h')
|
||||
|
@ -33,9 +33,9 @@ source_x86_64=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamvi
|
|||
source_i686=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer_${pkgver}_i386.deb")
|
||||
source_armv7h=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer-host_${pkgver}_armhf.deb")
|
||||
#source_armv7h=("https://dl.tvcdn.de/download/linux/version_${pkgver%%.*}x/teamviewer-host_13.2.13582_armhf.deb")
|
||||
sha256sums_i686=('46a117ba2d602687656b08f2b6eea82ccb02416fe4c9b5f7f7f35adf62b88a7e')
|
||||
sha256sums_x86_64=('23c5c493ee1ae61310bb64391e4ccad50030d47d324fd54a45f9bbd641597f20')
|
||||
sha256sums_armv7h=('77b72fae6a32093321afc5180271379f4afa0c5bd17ea66c57bd37c48ab0f1bb')
|
||||
sha256sums_i686=('9b61d0780274007985f54cee07efc6bb5b7ede3300608bb408a66bca3e74fb5e')
|
||||
sha256sums_x86_64=('29d57df2b08cb7ccff426b613697c98298c80cbfa546bf019b2830dce60848b6')
|
||||
sha256sums_armv7h=('4c5a56dc75aff3edb0c015ec361e060652baeb1c6ba2b68d42e1d9dbe2f683ae')
|
||||
|
||||
prepare() {
|
||||
warning "If the install fails, you need to uninstall previous major version of Teamviewer"
|
||||
|
|
Loading…
Reference in New Issue
Block a user