mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 09:11:18 +00:00
Cleanup manifest formatting
This commit is contained in:
parent
2073428210
commit
8c95e5cb4a
@ -9,7 +9,7 @@
|
|||||||
"schemes"
|
"schemes"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/Microsoft/console"
|
"github": "https://github.com/Microsoft/console"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"url": "https://github.com/Microsoft/console/releases/download/$version/colortool.zip"
|
"url": "https://github.com/Microsoft/console/releases/download/$version/colortool.zip"
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"homepage": "http://dos2unix.sourceforge.net/",
|
"homepage": "http://dos2unix.sourceforge.net/",
|
||||||
"description": "Convert text files with DOS or Mac line endings to Unix line endings and vice versa",
|
"description": "Convert text files with DOS or Mac line endings to Unix line endings and vice versa",
|
||||||
"version": "7.4.0",
|
"version": "7.4.0",
|
||||||
"license": "BSD",
|
"license": "BSD",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://downloads.sourceforge.net/project/dos2unix/dos2unix/7.4.0/dos2unix-7.4.0-win64.zip",
|
"url": "https://downloads.sourceforge.net/project/dos2unix/dos2unix/7.4.0/dos2unix-7.4.0-win64.zip",
|
||||||
|
|||||||
@ -14,7 +14,13 @@
|
|||||||
],
|
],
|
||||||
"extract_dir": "inadyn-mt.v.02.28.10",
|
"extract_dir": "inadyn-mt.v.02.28.10",
|
||||||
"hash": "f69bea12d96b66f9f662a8df0730c60457b24f5fb5308b109936880ebf7be5ca",
|
"hash": "f69bea12d96b66f9f662a8df0730c60457b24f5fb5308b109936880ebf7be5ca",
|
||||||
"notes": "To install and run as a service:\n> notepad $dir\\bin\\win32\\inadyn-mt.conf\n> cd \"$dir\\bin\\win32\"\n> sudo .\\inadyn-mt -i\n> sudo .\\inadyn-mt -s\n\nFor help, see $dir\\readme.html",
|
"notes": "To install and run as a service:
|
||||||
|
> notepad $dir\\bin\\win32\\inadyn-mt.conf
|
||||||
|
> cd \"$dir\\bin\\win32\"
|
||||||
|
> sudo .\\inadyn-mt -i
|
||||||
|
> sudo .\\inadyn-mt -s
|
||||||
|
|
||||||
|
For help, see $dir\\readme.html",
|
||||||
"persist": [
|
"persist": [
|
||||||
"bin/win32/inadyn-mt.conf",
|
"bin/win32/inadyn-mt.conf",
|
||||||
"bin/win32/inadyn-mt.log",
|
"bin/win32/inadyn-mt.log",
|
||||||
|
|||||||
16
jhead.json
16
jhead.json
@ -1,10 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "3.00",
|
"version": "3.00",
|
||||||
"description": "JPEG Exif header manipulation tool",
|
"description": "JPEG Exif header manipulation tool",
|
||||||
"license": "Public Domain",
|
"license": "Public Domain",
|
||||||
"url": "http://www.sentex.net/~mwandel/jhead/jhead.exe",
|
"url": "http://www.sentex.net/~mwandel/jhead/jhead.exe",
|
||||||
"depends": ["mozjpeg"],
|
"depends": [
|
||||||
"homepage": "http://www.sentex.net/~mwandel/jhead/",
|
"mozjpeg"
|
||||||
"hash": "666e18ca6bdd85fc74b0dee6d501f06b4bf387a5567cf5ac483d47b59cfdca44",
|
],
|
||||||
"bin": "jhead.exe"
|
"homepage": "http://www.sentex.net/~mwandel/jhead/",
|
||||||
|
"hash": "666e18ca6bdd85fc74b0dee6d501f06b4bf387a5567cf5ac483d47b59cfdca44",
|
||||||
|
"bin": "jhead.exe"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,15 +12,15 @@
|
|||||||
"hash": "sha1:057906cc3c88673ce161986bb19508d60d65746f"
|
"hash": "sha1:057906cc3c88673ce161986bb19508d60d65746f"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"installer":{
|
"installer": {
|
||||||
"args":[
|
"args": [
|
||||||
"/SILENT",
|
"/SILENT",
|
||||||
"/SUPPRESSMSGBOXES",
|
"/SUPPRESSMSGBOXES",
|
||||||
"/DIR=$dir"
|
"/DIR=$dir"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"uninstaller":{
|
"uninstaller": {
|
||||||
"file":"unins000.exe",
|
"file": "unins000.exe",
|
||||||
"args": [
|
"args": [
|
||||||
"/SILENT",
|
"/SILENT",
|
||||||
"/SUPPRESSMSGBOXES",
|
"/SUPPRESSMSGBOXES",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user