We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700513b commit 2e091afCopy full SHA for 2e091af
1 file changed
bucket/OSFMount.json
@@ -3,25 +3,21 @@
3
"version": "3.1.1003",
4
"license": "Freeware",
5
"url": "https://github.com/anderlli0053/smallbins/raw/refs/heads/main/osfmount.7z",
6
- "hash": {
7
- "url": "$baseurl/osfmount.7z.sha256"
8
-
9
-},
+ "hash": "ab111b3edc1a1452c1c82588937a6d39edd1c8168f5c879a12e1e9d0d52cb386",
10
"bin": "OSFMount.exe",
11
"shortcuts": [
12
[
13
"OSFMount.exe",
14
"OSFMount"
15
16
-]
17
18
-],
19
- "checkver": "
20
-What's new
21
-[\\w\\W]+?
22
-v([\\d.]+)",
+ ]
+ ],
+ "checkver": [
+ "",
+ "What's new",
+ "[\\w\\W]+?",
+ "v([\\d.]+)"
23
"autoupdate": {
24
"url": "https://www.osforensics.com/downloads/osfmount.exe"
25
+ }
26
}
27
-}
0 commit comments