diff --git a/bucket/pyglossary.json b/bucket/pyglossary.json new file mode 100644 index 00000000000000..30fb13930efe9d --- /dev/null +++ b/bucket/pyglossary.json @@ -0,0 +1,27 @@ +{ + "version": "5.3.0", + "description": "A tool for converting dictionary files aka glossaries.", + "homepage": "https://github.com/ilius/pyglossary", + "license": "GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/ilius/pyglossary/releases/download/5.3.0/PyGlossary-5.3.0-Windows-X64-dist.zip", + "hash": "020fcd0e30327dabdcc0141bdf01563c042bd1c497ecc14ad11386e4c6e3d0ac" + } + }, + "bin": "pyglossary.exe", + "shortcuts": [ + [ + "pyglossary.exe", + "PyGlossary" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ilius/pyglossary/releases/download/$version/PyGlossary-$version-Windows-X64-dist.zip" + } + } + } +}