Skip to content

Commit d917faa

Browse files
authored
openwhispr: Add version 1.7.4 (#18190)
1 parent 8bde573 commit d917faa

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

bucket/openwhispr.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"version": "1.7.4",
3+
"description": "Voice-to-text dictation app with local and cloud models",
4+
"homepage": "https://openwhispr.com",
5+
"license": "MIT",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/OpenWhispr/openwhispr/releases/download/v1.7.4/OpenWhispr-Setup-1.7.4.exe#/dl.7z",
9+
"hash": "sha512:15e070fb6044792ef38ada64ec03bab74507f3a4385ba4d69cca4819999e7d09fb47ce1a2c68ba1c2fb5d198a2e6cb4c4dcd778ef5f90c56afb997398ed1b2eb",
10+
"pre_install": "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\""
11+
}
12+
},
13+
"post_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse -Force",
14+
"shortcuts": [
15+
[
16+
"OpenWhispr.exe",
17+
"OpenWhispr"
18+
]
19+
],
20+
"checkver": {
21+
"github": "https://github.com/OpenWhispr/openwhispr"
22+
},
23+
"autoupdate": {
24+
"architecture": {
25+
"64bit": {
26+
"url": "https://github.com/OpenWhispr/openwhispr/releases/download/v$version/OpenWhispr-Setup-$version.exe#/dl.7z"
27+
}
28+
},
29+
"hash": {
30+
"url": "$baseurl/latest.yml",
31+
"regex": "(?sm)$basename.*?sha512:\\s+$base64"
32+
}
33+
}
34+
}

0 commit comments

Comments
 (0)