Skip to content

Commit 2e091af

Browse files
OSFMount@3.1.1003: Fix hash (Closes #334)
1 parent 700513b commit 2e091af

1 file changed

Lines changed: 10 additions & 14 deletions

File tree

bucket/OSFMount.json

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,21 @@
33
"version": "3.1.1003",
44
"license": "Freeware",
55
"url": "https://github.com/anderlli0053/smallbins/raw/refs/heads/main/osfmount.7z",
6-
"hash": {
7-
"url": "$baseurl/osfmount.7z.sha256"
8-
9-
},
6+
"hash": "ab111b3edc1a1452c1c82588937a6d39edd1c8168f5c879a12e1e9d0d52cb386",
107
"bin": "OSFMount.exe",
118
"shortcuts": [
129
[
1310
"OSFMount.exe",
1411
"OSFMount"
15-
16-
]
17-
18-
],
19-
"checkver": "
20-
What's new
21-
[\\w\\W]+?
22-
v([\\d.]+)",
12+
]
13+
],
14+
"checkver": [
15+
"",
16+
"What's new",
17+
"[\\w\\W]+?",
18+
"v([\\d.]+)"
19+
],
2320
"autoupdate": {
2421
"url": "https://www.osforensics.com/downloads/osfmount.exe"
25-
22+
}
2623
}
27-
}

0 commit comments

Comments
 (0)