mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
espanso: Update to version 0.7.3
This commit is contained in:
parent
1771b2f178
commit
e26219ac1e
@ -1,12 +1,15 @@
|
|||||||
{
|
{
|
||||||
"version": "0.7.2",
|
"version": "0.7.3",
|
||||||
"description": "Text expander.",
|
"description": "Text expander",
|
||||||
"homepage": "https://espanso.org",
|
"homepage": "https://espanso.org",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
|
"suggest": {
|
||||||
|
"Microsoft Visual C++ Redistributables 2019": "extras/vcredist2019"
|
||||||
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/federico-terzi/espanso/releases/download/v0.7.2/espanso-win-installer.exe",
|
"url": "https://github.com/federico-terzi/espanso/releases/download/v0.7.3/espanso-win-installer.exe",
|
||||||
"hash": "e4d570e491236bb53b329697b12e7b9c13e17c5a4c53cea361fd760c866fb78c"
|
"hash": "5b19d107601f736a072610f926044f5bae537590f47d67bfd358b8652d261c98"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"innosetup": true,
|
"innosetup": true,
|
||||||
@ -20,9 +23,6 @@
|
|||||||
]
|
]
|
||||||
],
|
],
|
||||||
"persist": ".espanso",
|
"persist": ".espanso",
|
||||||
"suggest": {
|
|
||||||
"Microsoft Visual C++ Redistributables 2019": "extras/vcredist2019"
|
|
||||||
},
|
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/federico-terzi/espanso"
|
"github": "https://github.com/federico-terzi/espanso"
|
||||||
},
|
},
|
||||||
@ -31,8 +31,7 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/federico-terzi/espanso/releases/download/v$version/espanso-win-installer.exe",
|
"url": "https://github.com/federico-terzi/espanso/releases/download/v$version/espanso-win-installer.exe",
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "$baseurl/espanso-win-installer-sha256.txt",
|
"url": "$baseurl/espanso-win-installer-sha256.txt"
|
||||||
"regex": "$sha256"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user