diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2024-10-12 02:02:16 +0330 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-12 11:34:38 +0700 |
commit | 826d337cced35896f62edc3b832f7b7ae641e47c (patch) | |
tree | 4de71cda85e1b533068d6c6c9630a85430cbc2e3 | |
parent | b543c9ffcce3960def631338a47663ac057bd2c9 (diff) |
development/rider: Updated for version 2024.2.6.
Signed-off-by: Reza Talebi <reza.talebi.73@outlook.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/rider/rider.SlackBuild | 2 | ||||
-rw-r--r-- | development/rider/rider.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/rider/rider.SlackBuild b/development/rider/rider.SlackBuild index 9a654ea4d524..5ffda858cdb6 100644 --- a/development/rider/rider.SlackBuild +++ b/development/rider/rider.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=rider DEVNAM=JetBrains SRCNAM=Rider -VERSION=${VERSION:-2024.2.4} +VERSION=${VERSION:-2024.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/rider/rider.info b/development/rider/rider.info index ba97279671d7..c1bda4f29d41 100644 --- a/development/rider/rider.info +++ b/development/rider/rider.info @@ -1,10 +1,10 @@ PRGNAM="rider" -VERSION="2024.2.4" +VERSION="2024.2.6" HOMEPAGE="https://www.jetbrains.com/rider/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download-cdn.jetbrains.com/rider/JetBrains.Rider-2024.2.4.tar.gz" -MD5SUM_x86_64="3cd1b9f3b095e64b2d473aea95686363" +DOWNLOAD_x86_64="https://download-cdn.jetbrains.com/rider/JetBrains.Rider-2024.2.6.tar.gz" +MD5SUM_x86_64="895b50e5a2ea8eb4f316d0e760387fc3" REQUIRES="" MAINTAINER="Reza Talebi" EMAIL="reza.talebi.73@outlook.com" |