mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Cleanup manifest formatting
This commit is contained in:
parent
d8f0815ab6
commit
3d5ecfd134
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"version": "1.89",
|
"version": "1.89",
|
||||||
"license": "LGPL-2.0-only",
|
"license": "LGPL-2.0-only",
|
||||||
"homepage": "http://www.lcdf.org/gifsicle/",
|
"homepage": "http://www.lcdf.org/gifsicle/",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-1.89-win64.zip",
|
"url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-1.89-win64.zip",
|
||||||
"hash": "8c1fe58644fddc8fc1e3ccd97a048630f8e1e0df196931825dfbe5c3f93882f5",
|
"hash": "8c1fe58644fddc8fc1e3ccd97a048630f8e1e0df196931825dfbe5c3f93882f5",
|
||||||
"extract_dir": "gifsicle-1.89-win64"
|
"extract_dir": "gifsicle-1.89-win64"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-1.89-win32.zip",
|
"url": "https://eternallybored.org/misc/gifsicle/releases/gifsicle-1.89-win32.zip",
|
||||||
"hash": "d9b2b29f383b5235be6c3518131febd55c1a4bb48cb39975cbac13e073094938",
|
"hash": "d9b2b29f383b5235be6c3518131febd55c1a4bb48cb39975cbac13e073094938",
|
||||||
"extract_dir": "gifsicle-1.89-win32"
|
"extract_dir": "gifsicle-1.89-win32"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
18
openssh.json
18
openssh.json
@ -41,16 +41,28 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
[ "usr/bin/sh.exe", "findssl.sh", "$dir/usr/bin/findssl.sh" ],
|
[
|
||||||
|
"usr/bin/sh.exe",
|
||||||
|
"findssl.sh",
|
||||||
|
"$dir/usr/bin/findssl.sh"
|
||||||
|
],
|
||||||
"usr/bin/scp.exe",
|
"usr/bin/scp.exe",
|
||||||
"usr/bin/sftp.exe",
|
"usr/bin/sftp.exe",
|
||||||
"usr/bin/ssh.exe",
|
"usr/bin/ssh.exe",
|
||||||
"usr/bin/ssh-add.exe",
|
"usr/bin/ssh-add.exe",
|
||||||
"usr/bin/ssh-agent.exe",
|
"usr/bin/ssh-agent.exe",
|
||||||
[ "usr/bin/sh.exe", "ssh-copy-id", "$dir/usr/bin/ssh-copy-id" ],
|
[
|
||||||
|
"usr/bin/sh.exe",
|
||||||
|
"ssh-copy-id",
|
||||||
|
"$dir/usr/bin/ssh-copy-id"
|
||||||
|
],
|
||||||
"usr/bin/ssh-keygen.exe",
|
"usr/bin/ssh-keygen.exe",
|
||||||
"usr/bin/ssh-keyscan.exe",
|
"usr/bin/ssh-keyscan.exe",
|
||||||
"usr/bin/sshd.exe"
|
"usr/bin/sshd.exe"
|
||||||
],
|
],
|
||||||
"pre_install": [ "mkdir $dir/tmp", "mkdir $dir/home", "cmd /c mklink /j $dir\\home\\%USERNAME% %USERPROFILE%" ]
|
"pre_install": [
|
||||||
|
"mkdir $dir/tmp",
|
||||||
|
"mkdir $dir/home",
|
||||||
|
"cmd /c mklink /j $dir\\home\\%USERNAME% %USERPROFILE%"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
2
r.json
2
r.json
@ -29,7 +29,7 @@
|
|||||||
"... but this only affects your current session: if you'd like to remove it for all future sessions you need to add the command above to your Powershell profile.",
|
"... but this only affects your current session: if you'd like to remove it for all future sessions you need to add the command above to your Powershell profile.",
|
||||||
"",
|
"",
|
||||||
"Annoying, right?! You might want to check out Pshazz (scoop install pshazz)--this has a plugin to remove some crazy aliases from Powershell, as well as many other improvements."
|
"Annoying, right?! You might want to check out Pshazz (scoop install pshazz)--this has a plugin to remove some crazy aliases from Powershell, as well as many other improvements."
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://cran.rstudio.com/bin/windows/base/",
|
"url": "https://cran.rstudio.com/bin/windows/base/",
|
||||||
"re": "<h1>R-([\\d.]+)"
|
"re": "<h1>R-([\\d.]+)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user