Skip to content

Commit

Permalink
frhelper: add 2024-09-19
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Oct 3, 2024
1 parent e25377d commit 721697d
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 0 deletions.
43 changes: 43 additions & 0 deletions bucket/eshelper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"description": "权威的西语词典软件 西语学习者必备的工具",
"homepage": "https://www.eudic.net/v4/es/app/eshelper",
"version": "2024-09-19",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://www.francochinois.com/download/ehsetup.zip",
"hash": "912e32090e20e9542702f71bedb99a4dfdcf1fef6fd75bd01b5110a701adf97a"
},
"32bit": {
"url": "https://www.francochinois.com/download/ehsetup_win32.zip",
"hash": "3741aec442fd64e5dbdda1bbda10cd35781bd834c20b69193c902a5660ae6ff1"
}
},
"installer": {
"script": [
"Expand-7ZipArchive \"$dir\\ehsetup.exe\" \"$dir\\\" -Removal",
"Expand-7ZipArchive \"$dir\\app.7z\" \"$dir\" -Removal"
]
},
"bin": "eshelper.exe",
"shortcuts": [
[
"eshelper.exe",
"eshelper"
]
],
"checkver": {
"url": "https://www.eudic.net/v4/es/app/download",
"regex": "<a href=\"https://www.francochinois.com/download/ehsetup.zip?\\?v=([\\d-]+)\""
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.francochinois.com/download/ehsetup.zip"
},
"32bit": {
"url": "https://www.francochinois.com/download/ehsetup_win32.zip"
}
}
}
}
43 changes: 43 additions & 0 deletions bucket/frhelper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"description": "权威的法语词典软件 法语学习者必备的工具",
"homepage": "https://www.eudic.net/v4/fr/app/frhelper",
"version": "2024-09-19",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://www.francochinois.com/download/fhsetup.zip",
"hash": "c4b179385c5b68c0b3808dff6d249588caa2196624fc825eb790586ce15503c8"
},
"32bit": {
"url": "https://www.francochinois.com/download/fhsetup_win32.zip",
"hash": "3741aec442fd64e5dbdda1bbda10cd35781bd834c20b69193c902a5660ae6ff1"
}
},
"installer": {
"script": [
"Expand-7ZipArchive \"$dir\\fhsetup.exe\" \"$dir\\\" -Removal",
"Expand-7ZipArchive \"$dir\\app.7z\" \"$dir\" -Removal"
]
},
"bin": "frhelper.exe",
"shortcuts": [
[
"frhelper.exe",
"frhelper"
]
],
"checkver": {
"url": "https://www.eudic.net/v4/fr/app/download",
"regex": "<a href=\"https://www.francochinois.com/download/fhsetup.zip?\\?v=([\\d-]+)\""
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.francochinois.com/download/fhsetup.zip"
},
"32bit": {
"url": "https://www.francochinois.com/download/fhsetup_win32.zip"
}
}
}
}
File renamed without changes.

0 comments on commit 721697d

Please sign in to comment.