mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
49 lines
1.9 KiB
JSON
49 lines
1.9 KiB
JSON
{
|
|
"version": "0.24.1-v1.17",
|
|
"description": "Gettext is an internationalization and localization (i18n) system commonly used for writing multilingual programs on Unix-like computer operating systems.",
|
|
"homepage": "https://mlocati.github.io/articles/gettext-iconv-windows.html",
|
|
"license": "Unknown",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.24.1-v1.17/gettext0.24.1-iconv1.17-shared-64.zip",
|
|
"hash": "cfac2574d279f0687bdf51619c7a2034ff84d53644756e0a45f65679863b36f1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.24.1-v1.17/gettext0.24.1-iconv1.17-shared-32.zip",
|
|
"hash": "5507dc86d05fc54b8dd2d94c5205f4ab3d72b16fc11520ef6373056f9862d18e"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin\\iconv.exe",
|
|
"bin\\msgattrib.exe",
|
|
"bin\\msgcat.exe",
|
|
"bin\\msgcmp.exe",
|
|
"bin\\msgcomm.exe",
|
|
"bin\\msgconv.exe",
|
|
"bin\\msgen.exe",
|
|
"bin\\msgexec.exe",
|
|
"bin\\msgfilter.exe",
|
|
"bin\\msgfmt.exe",
|
|
"bin\\msggrep.exe",
|
|
"bin\\msginit.exe",
|
|
"bin\\msgmerge.exe",
|
|
"bin\\msgunfmt.exe",
|
|
"bin\\msguniq.exe",
|
|
"bin\\xgettext.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/mlocati/gettext-iconv-windows/releases",
|
|
"regex": "/releases/tag/v((?<gettext>[\\d.]+)-v(?<iconv>[\\d.]+))"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mlocati/gettext-iconv-windows/releases/download/v$version/gettext$matchGettext-iconv$matchIconv-shared-64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/mlocati/gettext-iconv-windows/releases/download/v$version/gettext$matchGettext-iconv$matchIconv-shared-32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|