Skip to content

Commit 7805ffc

Browse files
frankclrz-Fng
andauthored
eclipse-mat: Update to version 1.16.1.20250109, fix checkver & autoupdate (#15977)
* Add suggest, fix homepage & license. --------- Co-authored-by: z-Fng <[email protected]>
1 parent 2a47c0f commit 7805ffc

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

bucket/eclipse-mat.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
{
2-
"version": "1.15.0.20231206",
2+
"version": "1.16.1.20250109",
33
"description": "Eclipse Memory Analyzer",
4-
"homepage": "https://www.eclipse.org/mat/",
5-
"license": "EPL-1.0",
4+
"homepage": "https://eclipse.dev/mat/",
5+
"license": "EPL-2.0",
6+
"suggest": {
7+
"JDK": [
8+
"java/openjdk17",
9+
"java/openjdk"
10+
]
11+
},
612
"architecture": {
713
"64bit": {
8-
"url": "http://download.eclipse.org/mat/1.15.0/rcp/MemoryAnalyzer-1.15.0.20231206-win32.win32.x86_64.zip",
9-
"hash": "sha512:9158fe030a590e1d978fd5eb293584b8b33cf8c48d3b00708d0017f20fab038cff5682f76b72cff256c9ba8397e1e3b3e97106ad2252f92dc033c10ff767d342"
14+
"url": "https://www.eclipse.org/downloads/download.php?r=1&file=/mat/1.16.1/rcp/MemoryAnalyzer-1.16.1.20250109-win32.win32.x86_64.zip",
15+
"hash": "sha512:f899270435de88e0c675192439a1d663a22e1996cda4189942611fcfdf668d2c64c872b8009460f285176bea5137fd3a4f8991e2a2f583e2de2f23219f5e1a22"
1016
}
1117
},
1218
"extract_dir": "mat",
@@ -18,17 +24,18 @@
1824
],
1925
"persist": "workspace",
2026
"checkver": {
21-
"url": "https://www.eclipse.org/mat/downloads.php",
22-
"regex": "/mat/(?<short>[\\d.]+)/rcp/MemoryAnalyzer-([\\d.]+)-win32"
27+
"url": "https://eclipse.dev/mat/download/",
28+
"regex": "rcp/MemoryAnalyzer-([\\d.]+)-win32"
2329
},
2430
"autoupdate": {
2531
"architecture": {
2632
"64bit": {
27-
"url": "http://download.eclipse.org/mat/$matchShort/rcp/MemoryAnalyzer-$version-win32.win32.x86_64.zip"
33+
"url": "https://www.eclipse.org/downloads/download.php?r=1&file=/mat/$matchHead/rcp/MemoryAnalyzer-$version-win32.win32.x86_64.zip"
2834
}
2935
},
3036
"hash": {
31-
"url": "https://www.eclipse.org/downloads/sums.php?file=/mat/$matchShort/rcp/$basename&type=sha512"
37+
"url": "https://www.eclipse.org/downloads/sums.php?file=%2Fmat%2F$matchHead%2Frcp%2FMemoryAnalyzer-$version-win32.win32.x86_64.zip&type=sha512",
38+
"regex": "$sha512.*?$basename"
3239
}
3340
}
3441
}

0 commit comments

Comments
 (0)