summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2024-03-18 13:11:52 +0100
committerD3SOX2024-03-18 13:11:52 +0100
commitec006c9971845acb3c62428c7e4a3ef04542a48f (patch)
tree4ebfc2254677173a19bbad064d0f4b508489eedf
parent8cd07d12b972d244f944bfc5eef83989d2120f52 (diff)
downloadaur-ec006c9971845acb3c62428c7e4a3ef04542a48f.tar.gz
update to 6.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccd49dd1b6c5..9895fafdbb07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = anydesk-bin
pkgdesc = The Fast Remote Desktop Application
- pkgver = 6.3.0
+ pkgver = 6.3.1
pkgrel = 1
url = https://anydesk.com
arch = i686
@@ -37,7 +37,7 @@ pkgbase = anydesk-bin
options = !strip
source_i686 = https://download.anydesk.com/linux/anydesk-6.0.1-i386.tar.gz
sha256sums_i686 = cb22b026e2d81c0de220238fa3d4e13a6d0016787b8c680923794296bbd548e2
- source_x86_64 = https://download.anydesk.com/linux/anydesk-6.3.0-amd64.tar.gz
- sha256sums_x86_64 = b1e3337d35ce19af93963829988b2014e8acfbbf6bd1b5adfb8bc7dcd6fee452
+ source_x86_64 = https://download.anydesk.com/linux/anydesk-6.3.1-amd64.tar.gz
+ sha256sums_x86_64 = a9592cbdaebe11f01088e7b13fc3650d2091e406f6586b2e086e010fceeb95a8
pkgname = anydesk-bin
diff --git a/PKGBUILD b/PKGBUILD
index 03b2a27ee147..3dec66eb9f71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=anydesk-bin
-pkgver=6.3.0
+pkgver=6.3.1
_pkgver_i686="6.0.1"
pkgrel=1
pkgdesc="The Fast Remote Desktop Application"
@@ -18,7 +18,7 @@ source_i686=("https://download.anydesk.com/linux/anydesk-${_pkgver_i686}-i386.ta
source_x86_64=("https://download.anydesk.com/linux/anydesk-${pkgver}-amd64.tar.gz")
sha256sums_i686=('cb22b026e2d81c0de220238fa3d4e13a6d0016787b8c680923794296bbd548e2')
-sha256sums_x86_64=('b1e3337d35ce19af93963829988b2014e8acfbbf6bd1b5adfb8bc7dcd6fee452')
+sha256sums_x86_64=('a9592cbdaebe11f01088e7b13fc3650d2091e406f6586b2e086e010fceeb95a8')
package() {
if [ `uname -m` != "x86_64" ];