mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
* Fix 150 license * Update * Update * Update cockroachdb.json See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt * Apply new rule * Change to unknown * Update tup.json * fix radare2 * Some fix * Some fix * Fix sliksvn * Fix sliksvn * Update imagemagick.json
25 lines
953 B
JSON
25 lines
953 B
JSON
{
|
|
"homepage": "https://sno.phy.queensu.ca/~phil/exiftool/index.html",
|
|
"description": "A command-line application for reading, writing and editing meta information in a wide variety of files.",
|
|
"version": "11.60",
|
|
"license": "GPL-1.0-or-later|Artistic-1.0-Perl",
|
|
"url": "https://owl.phy.queensu.ca/~phil/exiftool/exiftool-11.60.zip",
|
|
"hash": "sha1:fe6fd1f207b7debdce2a87f163e6274975c1c956",
|
|
"pre_install": "Copy-Item \"$dir/exiftool(-k).exe\" \"$dir/exiftool.exe\"",
|
|
"bin": [
|
|
"exiftool.exe",
|
|
"exiftool(-k).exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://owl.phy.queensu.ca/~phil/exiftool/ver.txt",
|
|
"regex": "([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://owl.phy.queensu.ca/~phil/exiftool/exiftool-$version.zip",
|
|
"hash": {
|
|
"url": "https://owl.phy.queensu.ca/~phil/exiftool/checksums.txt",
|
|
"regex": "SHA1\\($basename\\)= $sha1"
|
|
}
|
|
}
|
|
}
|