Skip to content

Commit

Permalink
aimp: Add version 4.60.2167 (#3453)
Browse files Browse the repository at this point in the history
Migrated from personal bucket
  • Loading branch information
Ash258 authored and r15ch13 committed Jan 7, 2020
1 parent e88c96c commit cc2bbdf
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions bucket/aimp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"version": "4.60.2167",
"description": "Audio player",
"homepage": "http://www.aimp.ru",
"license": {
"identifier": "Freeware",
"url": "http://www.aimp.ru/files/windows/EULA_lang-en.txt"
},
"url": "https://www.aimp.ru/?do=download.file&id=8#/dl.zip",
"hash": "8f2427320783cdbe203e9704b67f4343c0396021732100fc5f03c7407faf3cd1",
"extract_dir": "AIMP",
"bin": [
"AIMP.exe",
"AIMPac.exe",
"AIMPate.exe"
],
"shortcuts": [
[
"AIMP.exe",
"AIMP"
],
[
"AIMPac.exe",
"AIMP Audio Converter"
],
[
"AIMPate.exe",
"AIMP Advanced Tag Editor"
]
],
"persist": "Profile",
"checkver": {
"url": "http://www.aimp.ru/?do=download&os=windows",
"regex": "AIMP v([\\d.]+), build (?<build>[\\d]+) \\(No Installer",
"replace": "$1.${build}"
},
"autoupdate": {
"url": "https://www.aimp.ru/?do=download.file&id=8#/dl.zip",
"hash": {
"url": "http://www.aimp.ru/?do=download&os=windows",
"regex": "\\(No Installer\\).*?SHA256:\\s*$sha256"
}
}
}

0 comments on commit cc2bbdf

Please sign in to comment.