updpkg: todesk-bin 4.0.1

This commit is contained in:
yjun 2021-11-19 20:13:58 +08:00
parent 54d2d83d60
commit 37f6299713
2 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
pkgbase = todesk-bin pkgbase = todesk-bin
pkgdesc = Remote control and team work pkgdesc = Remote control and team work
pkgver = 4.0.0b pkgver = 4.0.1
pkgrel = 1 pkgrel = 1
url = https://www.todesk.com/ url = https://www.todesk.com/
install = todesk.install install = todesk.install
@ -15,11 +15,11 @@ pkgbase = todesk-bin
conflicts = todesk conflicts = todesk
options = !strip options = !strip
options = emptydirs options = emptydirs
source_x86_64 = https://dl.todesk.com/linux/todesk_4.0.0b_amd64.deb source_x86_64 = https://dl.todesk.com/linux/todesk_4.0.1_amd64.deb
sha256sums_x86_64 = 9d62bc62fddb003ea398bc25768cc07ed24f215281c515552fc4763a6f27a525 sha256sums_x86_64 = 4a0903088d3067c28e97dc1593ce4f6b48c48194f3b46f82bad53be2839bb0f7
source_aarch64 = https://dl.todesk.com/linux/todesk_4.0.0b_aarch64.deb source_aarch64 = https://dl.todesk.com/linux/todesk_4.0.1_aarch64.deb
sha256sums_aarch64 = 8f0120f4cf45d4c3c60b0602f4d31609a61d767b488a19aff8eb0055bf3c9d09 sha256sums_aarch64 = b9dc79c058341b1a5fa981930ec1c9f989212ac8b8f03cc7e4d93491601b8805
source_armv7h = https://dl.todesk.com/linux/todesk_4.0.0b_armv7l.deb source_armv7h = https://dl.todesk.com/linux/todesk_4.0.1_armv7l.deb
sha256sums_armv7h = e3fbef62fe58cb9d559cd23f9e67aed521b1f44d9b6e8ff5e089d20165e6e0fe sha256sums_armv7h = 5c53ac2f8e2ff099649c55f0b925d71b02af32190fe2c5e475aa05282ec16a35
pkgname = todesk-bin pkgname = todesk-bin

View file

@ -2,7 +2,7 @@
pkgname=todesk-bin pkgname=todesk-bin
_pkgname=${pkgname%-bin} _pkgname=${pkgname%-bin}
pkgver=4.0.0b pkgver=4.0.1
pkgrel=1 pkgrel=1
pkgdesc="Remote control and team work" pkgdesc="Remote control and team work"
arch=('x86_64' 'aarch64' 'armv7h') arch=('x86_64' 'aarch64' 'armv7h')
@ -24,9 +24,9 @@ install="${_pkgname}.install"
source_x86_64=("https://dl.todesk.com/linux/${_pkgname}_${pkgver}_amd64.deb") source_x86_64=("https://dl.todesk.com/linux/${_pkgname}_${pkgver}_amd64.deb")
source_aarch64=("https://dl.todesk.com/linux/${_pkgname}_${pkgver}_aarch64.deb") source_aarch64=("https://dl.todesk.com/linux/${_pkgname}_${pkgver}_aarch64.deb")
source_armv7h=("https://dl.todesk.com/linux/${_pkgname}_${pkgver}_armv7l.deb") source_armv7h=("https://dl.todesk.com/linux/${_pkgname}_${pkgver}_armv7l.deb")
sha256sums_x86_64=('9d62bc62fddb003ea398bc25768cc07ed24f215281c515552fc4763a6f27a525') sha256sums_x86_64=('4a0903088d3067c28e97dc1593ce4f6b48c48194f3b46f82bad53be2839bb0f7')
sha256sums_aarch64=('8f0120f4cf45d4c3c60b0602f4d31609a61d767b488a19aff8eb0055bf3c9d09') sha256sums_aarch64=('b9dc79c058341b1a5fa981930ec1c9f989212ac8b8f03cc7e4d93491601b8805')
sha256sums_armv7h=('e3fbef62fe58cb9d559cd23f9e67aed521b1f44d9b6e8ff5e089d20165e6e0fe') sha256sums_armv7h=('5c53ac2f8e2ff099649c55f0b925d71b02af32190fe2c5e475aa05282ec16a35')
_install() { _install() {
find ${@: 2} -type f -exec install -Dm$1 {} ${pkgdir}/{} \; find ${@: 2} -type f -exec install -Dm$1 {} ${pkgdir}/{} \;