Skip to content

Instantly share code, notes, and snippets.

@mark05e
Created May 31, 2020 10:17
Show Gist options
  • Save mark05e/1f83c3f3310d186a9aaac7b8e6cc4497 to your computer and use it in GitHub Desktop.
Save mark05e/1f83c3f3310d186a9aaac7b8e6cc4497 to your computer and use it in GitHub Desktop.
{
"description": "A free and open-source personal accounting software.",
"homepage": "http://homebank.free.fr",
"license": "GPL-2.0-or-later",
"version": "5.4.2",
"url": "http://homebank.free.fr/public/HomeBank-5.4.2-setup.exe",
"hash": "454a72591472355202663e5a7c4562deb6a7b96214ec97615d8788a9c40a80f0",
"innosetup": true,
"installer": {
"script": [
"Rename-Item \"$dir\\HomeBank,2.exe\" \"$dir\\HomeBank.exe\"",
"Remove-Item \"$dir\\HomeBank,*.exe\""
]
},
"bin": "HomeBank.exe",
"shortcuts": [
[
"HomeBank.exe",
"HomeBank"
]
],
"persist": "config",
"checkver": {
"url": "http://homebank.free.fr/en/downloads.php",
"regex": "HomeBank-([\\d.]+)-setup\\.exe"
},
"autoupdate": {
"url": "http://homebank.free.fr/public/HomeBank-$version-setup.exe",
"hash": {
"url": "http://homebank.free.fr/en/downloads.php",
"regex": "SHA256: $sha256"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment