2020-04-17 16:42:27 +02:00

33 lines
1.1 KiB
JSON

{
"homepage": "https://lame.sourceforge.io/",
"description": "LAME is a high quality MPEG Audio Layer III (MP3) encoder",
"license": "LGPL-2.0-only",
"version": "3.100-20200409",
"architecture": {
"64bit": {
"url": "http://www.rarewares.org/files/mp3/lame3.100-64-20200409.zip",
"hash": "59ea16ac74afb04f8ed9f33f75618e4e7e5b3e1ea53f5d751e3834e99f58ba6d"
},
"32bit": {
"url": "http://www.rarewares.org/files/mp3/lame3.100-20200409.zip",
"hash": "fcd7eba06d4856f58f0310b9446230fc5687ba64cf77bd05a061016180fbb0f4"
}
},
"bin": "lame.exe",
"checkver": {
"url": "http://www.rarewares.org/mp3-lame-bundle.php",
"regex": "/files/mp3/lame(?<prefix>[\\d.]+)(?<suffix>[^.]*)\\.zip",
"replace": "${prefix}${suffix}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://www.rarewares.org/files/mp3/lame$matchPrefix-64$matchSuffix.zip"
},
"32bit": {
"url": "http://www.rarewares.org/files/mp3/lame$version.zip"
}
}
}
}