forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatomicparsley.json
31 lines (31 loc) · 1.27 KB
/
atomicparsley.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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"
}
}
}
}