Skip to content

Commit fc41f16

Browse files
authored
lpac: Add version 2.3.0 (#7245)
1 parent e1383b8 commit fc41f16

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

bucket/lpac.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"version": "2.3.0",
3+
"description": "C-based eUICC LPA.",
4+
"homepage": "https://github.com/estkme-group/lpac",
5+
"license": {
6+
"identifier": "AGPL-3.0-only,LGPL-2.1-only,MIT",
7+
"url": "https://github.com/estkme-group/lpac/blob/main/REUSE.toml"
8+
},
9+
"architecture": {
10+
"64bit": {
11+
"url": "https://github.com/estkme-group/lpac/releases/download/v2.3.0/lpac-windows-x86_64-mingw.zip",
12+
"hash": "sha1:d88afc428094aa9cd00fa57e6ae5d47cd544e710"
13+
},
14+
"arm64": {
15+
"url": "https://github.com/estkme-group/lpac/releases/download/v2.3.0/lpac-windows-arm64-mingw.zip",
16+
"hash": "sha1:e7394c1e42d34c9260b26545e1c46f4a873e2ef0"
17+
}
18+
},
19+
"bin": "lpac.exe",
20+
"checkver": "github",
21+
"autoupdate": {
22+
"architecture": {
23+
"64bit": {
24+
"url": "https://github.com/estkme-group/lpac/releases/download/v$version/lpac-windows-x86_64-mingw.zip"
25+
},
26+
"arm64": {
27+
"url": "https://github.com/estkme-group/lpac/releases/download/v$version/lpac-windows-arm64-mingw.zip"
28+
}
29+
},
30+
"hash": {
31+
"url": "https://github.com/estkme-group/lpac/releases/tag/v$version"
32+
}
33+
}
34+
}

0 commit comments

Comments
 (0)