This repository was archived by the owner on Mar 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackages.json
More file actions
97 lines (97 loc) · 3.19 KB
/
packages.json
File metadata and controls
97 lines (97 loc) · 3.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"updateurl": "https://raw.githubusercontent.com/ravendevteam/toolbox/refs/heads/main/packages.json",
"packages": [
{
"name": "Scratchpad",
"version": "1.2.2",
"url": {
"Windows": "https://github.com/ravendevteam/scratchpad/releases/latest/download/scratchpad.exe",
"macOS": "https://github.com/ravendevteam/scratchpad/releases/latest/download/Scratchpad-MacOS.zip"
},
"description": "Simple, professional plaintext editor.",
"sha256": {
"Windows": "9dfbb7958bebf8bdd62544a5aca6feeb0a47709cba79f6ca6241339fc993cb5e",
"macOS": "8d5af5f9cb5e42661512313a093f6261b320d7cfe86804d8c29508e086ab5e52"
},
"requirepath": false,
"shortcut": true,
"os": [
"Windows",
"macOS"
]
},
{
"name": "Redact",
"version": "1.1.2",
"url": {
"Windows": "https://github.com/ravendevteam/redact/releases/latest/download/redact.exe"
},
"description": "File shredder with a focus on simplicity and security.",
"sha256": {
"Windows": "dfab398d80594350c8002e9236d3a6dfba759acdcfd2856b7c6f18e721658a0d"
},
"requirepath": false,
"shortcut": true,
"os": [
"Windows"
]
},
{
"name": "Toolbox",
"version": "2.3.0",
"url": {
"Windows": "https://github.com/ravendevteam/toolbox/releases/latest/download/toolbox.exe",
"macOS": "https://github.com/ravendevteam/toolbox/releases/latest/download/toolbox-MacOS.zip"
},
"description": "Package manager for Raven software.",
"sha256": {
"Windows": "ddd39dcaebb8a32fc2ca8b9058ed7535ef5b48fa7dd471eb9df69116e4845c67",
"macOS": "4990d3c742e6f8b0cae61d5eeb5b49114f4e98a037138ef64f51ae4a45e12ef1"
},
"requirepath": true,
"shortcut": false,
"os": [
"Windows",
"macOS"
]
},
{
"name": "FileDiff",
"version": "1.0.1",
"url": {
"Windows": "https://github.com/ravendevteam/filediff/releases/latest/download/filediff.exe",
"macOS": "https://github.com/ravendevteam/filediff/releases/latest/download/filediff-MacOS.zip"
},
"description": "Simple utility for comparing the contents of two files.",
"sha256": {
"Windows": "3a15589ef58afd5a54578b20f4f03479aee41331820816e412c993e53ce2095f",
"macOS": "38948914462e8fde12f22b33586f1d06c10a7399d421a7d939497935ec95a2a9"
},
"requirepath": false,
"shortcut": true,
"os": [
"Windows",
"macOS"
]
},
{
"name": "Resmon",
"version": "1.0.0",
"url": {
"Windows": "https://github.com/ravendevteam/resmon/releases/latest/download/resmon.exe",
"macOS": "https://github.com/ravendevteam/resmon/releases/latest/download/resmon-MacOS.zip"
},
"description": "A fast, lightweight system resource monitor.",
"sha256": {
"Windows": "33abdad0d7ec2c3605cccacae4fbc876bd6d82f8fa44e3809a2c837147377324",
"macOS": "2fd49ed8aee5c146cafccdc559cd971bb4358c8e79cf634e3bd1bfe3232a9829"
},
"requirepath": false,
"shortcut": true,
"os": [
"Windows",
"macOS"
]
}
]
}