ScoopInstaller_Main/bucket/atomicparsley.json
tech189 b1b0f26e62
atomicparsley: Update to version 20210715.151551.e7ad03a (#3380)
* atomicparsley: update to v20210715.151551.e7ad03a

* atomicparsley: architecture in autoupdate
2022-03-14 17:25:00 +05:30

26 lines
925 B
JSON

{
"version": "20210715.151551.e7ad03a",
"description": "Lightweight command line program for reading, parsing and setting metadata into MPEG-4 files",
"homepage": "https://github.com/wez/atomicparsley",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/wez/atomicparsley/releases/download/20210715.151551.e7ad03a/AtomicParsleyWindows.zip",
"hash": "77514f707456ddd6e08bae8f1dd09243f100a03d2c50e8e2cdf195e1e340c46b"
}
},
"extract_dir": "Release",
"bin": "AtomicParsley.exe",
"checkver": {
"url": "https://github.com/wez/atomicparsley/releases",
"regex": "tree\\/([\\d.[a-f]+)\""
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/wez/atomicparsley/releases/download/$version/AtomicParsleyWindows.zip"
}
}
}
}