mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-18 22:51:28 +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
27 lines
727 B
JSON
27 lines
727 B
JSON
{
|
|
"version": "2007.03.01",
|
|
"description": "GNU utilities for Win32.",
|
|
"homepage": "http://unxutils.sourceforge.net/",
|
|
"license": "GPL-3.0-or-later",
|
|
"url": [
|
|
"https://downloads.sourceforge.net/project/unxutils/unxutils/current/UnxUtils.zip",
|
|
"http://unxutils.sourceforge.net/UnxUpdates.zip"
|
|
],
|
|
"hash": [
|
|
"b8c694072723a417194022a2ba265750eec61e15d1725e39449df1763e224b45",
|
|
"3f442b5d2a84cf112f3688ef21ab7cf8be0a905529e90fd33ec2370d3e263f80"
|
|
],
|
|
"extract_to": [
|
|
".",
|
|
"usr\\local\\wbin"
|
|
],
|
|
"bin": [
|
|
"bin\\sh.exe",
|
|
[
|
|
"bin\\sh.exe",
|
|
"unxutils"
|
|
]
|
|
],
|
|
"env_add_path": "usr\\local\\wbin"
|
|
}
|