2019-07-22 14:00:18 +00:00

33 lines
1.1 KiB
JSON

{
"homepage": "https://lame.sourceforge.net/",
"description": "LAME is a high quality MPEG Audio Layer III (MP3) encoder",
"license": "LGPL-2.0-only",
"version": "3.100-20190722",
"architecture": {
"64bit": {
"url": "http://www.rarewares.org/files/mp3/lame3.100-64-20190722.zip",
"hash": "c6a024363716dc2d8986315664e8c27b7dbab5d13a2d1e50799391b65d42578f"
},
"32bit": {
"url": "http://www.rarewares.org/files/mp3/lame3.100-20190722.zip",
"hash": "53e2dff96aac17af5ba66546fac821dba3735d8554cd4f83d7dcfd5364f5a119"
}
},
"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"
}
}
}
}