atomicparsley: Update to version 20210715.151551.e7ad03a (#3380)

* atomicparsley: update to v20210715.151551.e7ad03a

* atomicparsley: architecture in autoupdate
This commit is contained in:
tech189 2022-03-14 11:55:00 +00:00 committed by GitHub
parent 1ef7f08633
commit b1b0f26e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,25 @@
{
"version": "0.9.0",
"version": "20210715.151551.e7ad03a",
"description": "Lightweight command line program for reading, parsing and setting metadata into MPEG-4 files",
"homepage": "http://atomicparsley.sourceforge.net/",
"homepage": "https://github.com/wez/atomicparsley",
"license": "GPL-2.0-only",
"url": "https://downloads.sourceforge.net/project/atomicparsley/atomicparsley/AtomicParsley%20v0.9.0/AtomicParsley-win32-0.9.0.zip",
"hash": "f363630462ea01d7de948c3e4d231159fa91916d8d7f971a7e8b3bc478dbe846",
"extract_dir": "AtomicParsley-win32-0.9.0",
"bin": "AtomicParsley.exe"
"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"
}
}
}
}