Bump to 13.2.26559
This commit is contained in:
parent
99563037cb
commit
15f723318a
16
.SRCINFO
16
.SRCINFO
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Sat Aug 11 16:08:34 UTC 2018
|
||||
# Wed Oct 17 13:54:37 UTC 2018
|
||||
pkgbase = teamviewer
|
||||
pkgdesc = All-In-One Software for Remote Support and Online Meetings
|
||||
pkgver = 13.2.13582
|
||||
pkgver = 13.2.26559
|
||||
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_13x/teamviewer_13.2.13582_i386.deb
|
||||
sha256sums_i686 = 9b0b1a0bbf7e353436d4e216cf7ca34c65962333e2086e7e42c39d6499ec9d45
|
||||
source_x86_64 = https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.2.13582_amd64.deb
|
||||
sha256sums_x86_64 = 04a09b016c3df38b7d4583788820c092a249024f26287f952b9c1d059fecca3f
|
||||
source_armv7h = https://dl.tvcdn.de/download/linux/version_13x/teamviewer-host_13.2.13582_armhf.deb
|
||||
sha256sums_armv7h = ec506c2f1ee2e598286242d69dcff129816765f70fc5f46da9e59107f531b40c
|
||||
source_i686 = https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.2.26559_i386.deb
|
||||
sha256sums_i686 = 52adf3cebcb32b88a0290de6a0071fd7ced4619d810c483128a662f05c7e8e84
|
||||
source_x86_64 = https://dl.tvcdn.de/download/linux/version_13x/teamviewer_13.2.26559_amd64.deb
|
||||
sha256sums_x86_64 = ad9820118b18b66bd31552c30fd8965436ac3c4ffb733ec9d8a22db5b6d193b1
|
||||
source_armv7h = https://dl.tvcdn.de/download/linux/version_13x/teamviewer-host_13.2.26559_armhf.deb
|
||||
sha256sums_armv7h = c7083c0fed10350c1f0893daa562422473d74e6a57727969068b1c6fd4d54151
|
||||
|
||||
pkgname = teamviewer
|
||||
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Alex Taber <aft dot pokemon at gmail dot com>
|
||||
|
||||
pkgname=teamviewer
|
||||
pkgver=13.2.13582
|
||||
pkgver=13.2.26559
|
||||
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=('9b0b1a0bbf7e353436d4e216cf7ca34c65962333e2086e7e42c39d6499ec9d45')
|
||||
sha256sums_x86_64=('04a09b016c3df38b7d4583788820c092a249024f26287f952b9c1d059fecca3f')
|
||||
sha256sums_armv7h=('ec506c2f1ee2e598286242d69dcff129816765f70fc5f46da9e59107f531b40c')
|
||||
sha256sums_i686=('52adf3cebcb32b88a0290de6a0071fd7ced4619d810c483128a662f05c7e8e84')
|
||||
sha256sums_x86_64=('ad9820118b18b66bd31552c30fd8965436ac3c4ffb733ec9d8a22db5b6d193b1')
|
||||
sha256sums_armv7h=('c7083c0fed10350c1f0893daa562422473d74e6a57727969068b1c6fd4d54151')
|
||||
|
||||
prepare() {
|
||||
warning "If the install fails, you need to uninstall previous major version of Teamviewer"
|
||||
|
|
Loading…
Reference in New Issue
Block a user