Skip to content

Commit e5ae101

Browse files
authored
[email protected]: Removed checkver (#16449)
* Starting from the 2025.1 release, YouTrack is no longer distributed as a ZIP installation package. See also: https://www.jetbrains.com/help/youtrack/server/youtrack-zip.html
1 parent e263a62 commit e5ae101

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

bucket/youtrack.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"##": "ZIP releases are no longer created for new versions: <https://www.jetbrains.com/help/youtrack/server/youtrack-zip.html>.",
23
"version": "2025.1.82518",
34
"description": "Web-based issue tracking and agile project management tool by JetBrains.",
45
"homepage": "https://jetbrains.com/youtrack/",
@@ -28,11 +29,6 @@
2829
"data",
2930
"logs"
3031
],
31-
"checkver": {
32-
"url": "https://data.services.jetbrains.com/products/releases?code=YTD&platform=zip&latest=true&type=release",
33-
"regex": "version\":\"(?<ver>[\\d.]+)\".*\"build\":\"(?<build>[\\d]+)\"",
34-
"replace": "${ver}.${build}"
35-
},
3632
"autoupdate": {
3733
"url": "https://download.jetbrains.com/charisma/youtrack-$version.zip",
3834
"hash": {

0 commit comments

Comments
 (0)