Skip to content

Commit 2e645d4

Browse files
author
frank
committed
eclipse-mat: Update to version 1.16.1
1 parent 7ab0fdc commit 2e645d4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

bucket/eclipse-mat.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"version": "1.15.0.20231206",
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": "java/openjdk17+"
8+
},
69
"architecture": {
710
"64bit": {
811
"url": "http://download.eclipse.org/mat/1.15.0/rcp/MemoryAnalyzer-1.15.0.20231206-win32.win32.x86_64.zip",
@@ -18,17 +21,17 @@
1821
],
1922
"persist": "workspace",
2023
"checkver": {
21-
"url": "https://www.eclipse.org/mat/downloads.php",
24+
"url": "https://eclipse.dev/mat/download/",
2225
"regex": "/mat/(?<short>[\\d.]+)/rcp/MemoryAnalyzer-([\\d.]+)-win32"
2326
},
2427
"autoupdate": {
2528
"architecture": {
2629
"64bit": {
27-
"url": "http://download.eclipse.org/mat/$matchShort/rcp/MemoryAnalyzer-$version-win32.win32.x86_64.zip"
30+
"url": "https://www.eclipse.org/downloads/download.php?file=/mat/$matchShort/rcp/MemoryAnalyzer-$version-win32.win32.x86_64.zip&r=1"
2831
}
2932
},
3033
"hash": {
31-
"url": "https://www.eclipse.org/downloads/sums.php?file=/mat/$matchShort/rcp/$basename&type=sha512"
34+
"url": "https://www.eclipse.org/downloads/sums.php?file=%2Fmat%2F$matchShort%2Frcp%2FMemoryAnalyzer-$version-win32.win32.x86_64.zip&type=sha512"
3235
}
3336
}
3437
}

0 commit comments

Comments
 (0)