Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion play.d/clion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PKGNAME=CLion
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="CLion - A cross-platform IDE for C and C++ from the official site"
DESCRIPTION="JetBrains CLion - A cross-platform IDE for C and C++ from the official site"
URL="https://www.jetbrains.com/clion/"

. $(dirname $0)/common-jetbrains.sh
Expand Down
2 changes: 1 addition & 1 deletion play.d/datagrip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PKGNAME=datagrip
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="DataGrip - A powerful cross-platform tool for relational and NoSQL databases"
DESCRIPTION="JetBrains DataGrip - A powerful cross-platform tool for relational and NoSQL databases"
URL="https://www.jetbrains.com/datagrip/"

. $(dirname $0)/common-jetbrains.sh
Expand Down
2 changes: 1 addition & 1 deletion play.d/goland.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PKGNAME=goland
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="GoLand CE — IDE for Go developers"
DESCRIPTION="JetBrains GoLand CE — IDE for Go developers"
URL="https://www.jetbrains.com/go/"

. $(dirname $0)/common-jetbrains.sh
Expand Down
2 changes: 1 addition & 1 deletion play.d/idea.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PKGNAME=idea
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="IntelliJ IDEA - The Leading Java and Kotlin IDE from the official site"
DESCRIPTION="JetBrains IntelliJ IDEA - The Leading Java and Kotlin IDE from the official site"
URL="https://www.jetbrains.com/idea/"

. $(dirname $0)/common-jetbrains.sh
Expand Down
2 changes: 1 addition & 1 deletion play.d/phpstorm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PKGNAME=PhpStorm
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="PhpStorm - The Lightning-Smart PHP IDE from the official site"
DESCRIPTION="JetBrains PhpStorm - The Lightning-Smart PHP IDE from the official site"
URL="https://www.jetbrains.com/phpstorm/"

. $(dirname $0)/common-jetbrains.sh
Expand Down
2 changes: 1 addition & 1 deletion play.d/pycharm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PKGNAME=pycharm
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="PyCharm — The Python IDE for Professional Developers"
DESCRIPTION="JetBrains PyCharm — The Python IDE for Professional Developers"
URL="https://www.jetbrains.com/ru-ru/pycharm/"

. $(dirname $0)/common-jetbrains.sh
Expand Down
2 changes: 1 addition & 1 deletion play.d/rider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PKGNAME=JetBrains.Rider
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="Rider - A cross-platform IDE for .NET and game dev from the official site"
DESCRIPTION="JetBrains Rider - A cross-platform IDE for .NET and game dev from the official site"
URL="https://www.jetbrains.com/rider/"

. $(dirname $0)/common-jetbrains.sh
Expand Down
2 changes: 1 addition & 1 deletion play.d/rubymine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PKGNAME=RubyMine
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="RubyMine — IDE for Ruby and Rails developers"
DESCRIPTION="JetBrains RubyMine — IDE for Ruby and Rails developers"
URL="https://www.jetbrains.com/ruby/"

. $(dirname $0)/common-jetbrains.sh
Expand Down
2 changes: 1 addition & 1 deletion play.d/rustrover.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PKGNAME=RustRover
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="RustRover — IDE for Rust developers"
DESCRIPTION="JetBrains RustRover — IDE for Rust developers"
URL="https://www.jetbrains.com/rust/"

. $(dirname $0)/common-jetbrains.sh
Expand Down
2 changes: 1 addition & 1 deletion play.d/webstorm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PKGNAME=WebStorm
SUPPORTEDARCHES="x86_64 aarch64"
VERSION="$2"
DESCRIPTION="WebStorm - The smartest JavaScript IDE from the official site"
DESCRIPTION="JetBrains WebStorm - The smartest JavaScript IDE from the official site"
URL="https://www.jetbrains.com/webstorm/"

. $(dirname $0)/common-jetbrains.sh
Expand Down
Loading