mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 06:05:14 +00:00
added sudo, changed bin directives in manifest to use string instead of array when there's only one
This commit is contained in:
parent
6a9dd4e396
commit
297bac9b00
@ -10,5 +10,5 @@
|
||||
"md5:c1733d1bc0def1e47f99bad83a0e3116",
|
||||
"md5:cc990f643b460ce4ee37264cc00713c6"
|
||||
],
|
||||
"bin": [ "bin\\grep.exe" ]
|
||||
"bin": "bin\\grep.exe"
|
||||
}
|
||||
@ -10,5 +10,5 @@
|
||||
"md5:20f94bcc8a3347bd9a9ca32587d82eae",
|
||||
"md5:539dce63be2b89a22af7b526d1022f72"
|
||||
],
|
||||
"bin": ["bin\\less.exe"]
|
||||
"bin": "bin\\less.exe"
|
||||
}
|
||||
@ -14,5 +14,5 @@
|
||||
},
|
||||
"installer": { "args": [ "/verysilent", "/dir=\"$dir\"", "/noicons" ] },
|
||||
"uninstaller": { "exe": "unins000.exe", "args": ["/verysilent"] },
|
||||
"bin": [ "hg.exe" ]
|
||||
"bin": "hg.exe"
|
||||
}
|
||||
@ -1,4 +1,5 @@
|
||||
{
|
||||
"homepage": "https://github.com/lukesampson/psutils",
|
||||
"version": "2013-06-28",
|
||||
"url": "https://raw.github.com/lukesampson/psutils/master/runat.ps1",
|
||||
"bin": "runat.ps1"
|
||||
|
||||
2
sed.json
2
sed.json
@ -10,5 +10,5 @@
|
||||
"md5:d94e045d98bcd3142bc3c665a5d82a84",
|
||||
"md5:6b0997fa87158fff67457ec1eb96e332"
|
||||
],
|
||||
"bin": [ "bin\\sed.exe"]
|
||||
"bin": "bin\\sed.exe"
|
||||
}
|
||||
7
sudo.json
Normal file
7
sudo.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"homepage": "https://github.com/lukesampson/psutils",
|
||||
"version": "2013-07-03",
|
||||
"url": "https://raw.github.com/lukesampson/psutils/d9171547c2e3746b76c24d170973562b1cd7d6a8/sudo.ps1",
|
||||
"hash": "sha256:248010bb55fa66dfc31fc49ad681c5815324eb2ffae6825e74d4f9cca41c67a3",
|
||||
"bin": "sudo.ps1"
|
||||
}
|
||||
2
tar.json
2
tar.json
@ -10,5 +10,5 @@
|
||||
"md5:a92857ec82db569f0a8fa5370642dc69",
|
||||
"md5:2606b30c140eb1d1ea15612150eb2e6b"
|
||||
],
|
||||
"bin": [ "bin\\tar.exe" ]
|
||||
"bin": "bin\\tar.exe"
|
||||
}
|
||||
@ -1,4 +1,5 @@
|
||||
{
|
||||
"homepage": "https://github.com/lukesampson/psutils",
|
||||
"version": "2013-07-02",
|
||||
"url": "https://raw.github.com/lukesampson/psutils/master/touch.ps1",
|
||||
"bin": "touch.ps1"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user