aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Lira <eurodrigolira@gmail.com>2025-03-26 21:26:54 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-03-26 21:39:25 +0700
commite62a942a4eebaa91ab426a96b3c89425d899892b (patch)
treedadfb388532e8932c9234521946dc2b02b4b4ebf
parent5b1ab71128ca646358f9529ce2ae5a6c9a0778d5 (diff)
network/rustdesk: Updated for version 1.3.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/rustdesk/doinst.sh2
-rw-r--r--network/rustdesk/rustdesk.SlackBuild2
-rw-r--r--network/rustdesk/rustdesk.info6
3 files changed, 5 insertions, 5 deletions
diff --git a/network/rustdesk/doinst.sh b/network/rustdesk/doinst.sh
index edc1252c5c..e48b8b1539 100644
--- a/network/rustdesk/doinst.sh
+++ b/network/rustdesk/doinst.sh
@@ -23,7 +23,7 @@ preserve_perms() {
}
( cd usr/bin ; rm -rf rustdesk )
-( cd usr/bin ; ln -sf /usr/lib/rustdesk/rustdesk rustdesk )
+( cd usr/bin ; ln -sf /usr/share/rustdesk/rustdesk rustdesk )
( cp usr/share/rustdesk/files/rustdesk.desktop /usr/share/applications/)
if [ -x /usr/bin/update-desktop-database ]; then
diff --git a/network/rustdesk/rustdesk.SlackBuild b/network/rustdesk/rustdesk.SlackBuild
index 534f0cdece..5b16985a06 100644
--- a/network/rustdesk/rustdesk.SlackBuild
+++ b/network/rustdesk/rustdesk.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rustdesk
-VERSION=${VERSION:-1.3.2}
+VERSION=${VERSION:-1.3.8}
BUILD=${BUILD:-1}
RPMBUILD=${RPMBUILD:-0}
TAG=${TAG:-_SBo}
diff --git a/network/rustdesk/rustdesk.info b/network/rustdesk/rustdesk.info
index b813539256..a455ef6a98 100644
--- a/network/rustdesk/rustdesk.info
+++ b/network/rustdesk/rustdesk.info
@@ -1,10 +1,10 @@
PRGNAM="rustdesk"
-VERSION="1.3.2"
+VERSION="1.3.8"
HOMEPAGE="https://rustdesk.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/rustdesk/rustdesk/releases/download/1.3.2/rustdesk-1.3.2-0.x86_64.rpm"
-MD5SUM_x86_64="3438d77b8a70df3fed9d7d71c9756c0d"
+DOWNLOAD_x86_64="https://github.com/rustdesk/rustdesk/releases/download/1.3.8/rustdesk-1.3.8-0.x86_64.rpm"
+MD5SUM_x86_64="7ebeffc7b3a13cb427ce03a48e5cfed6"
REQUIRES="xdotool"
MAINTAINER="Rodrigo Lira"
EMAIL="eurodrigolira@gmail.com"