ScoopInstaller_Main/bucket/exiftool.json
linsui 0f8c4b09fe Fix ~156 license tags (#272)
* 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
2019-08-02 07:28:29 -07:00

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"
}
}
}