mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
32 lines
1.3 KiB
JSON
32 lines
1.3 KiB
JSON
{
|
|
"version": "20221229.172126.d813aa6",
|
|
"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/20221229.172126.d813aa6/AtomicParsleyWindows.zip",
|
|
"hash": "39bec5d5c0b33044d8adf9f4c41f382da090c61a597ee3543ed62a03b6cb56c9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/wez/atomicparsley/releases/download/20221229.172126.d813aa6/AtomicParsleyWindowsX86.zip",
|
|
"hash": "3f81defc8d52ffae8520362725bb96ed31be4faefe8bc25507e5b7cfe8cbf3c9"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/wez/atomicparsley/releases/download/$version/AtomicParsleyWindowsX86.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|