From 88cfd27f67cbb8cca7c837d0b49bc5507b70a43e Mon Sep 17 00:00:00 2001 From: scillidan Date: Sat, 9 May 2026 12:07:27 +0800 Subject: [PATCH 1/2] pyglossary: Add version 5.3.0 --- bucket/pyglossary.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bucket/pyglossary.json diff --git a/bucket/pyglossary.json b/bucket/pyglossary.json new file mode 100644 index 00000000000000..1fc25fd1ad4984 --- /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-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" + } + } + } +} From 907fa4319ec87324271332ce7aed1b73e9e5799e Mon Sep 17 00:00:00 2001 From: scillidan Date: Sat, 9 May 2026 04:14:10 +0000 Subject: [PATCH 2/2] pyglossary: Update license field Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- bucket/pyglossary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/pyglossary.json b/bucket/pyglossary.json index 1fc25fd1ad4984..30fb13930efe9d 100644 --- a/bucket/pyglossary.json +++ b/bucket/pyglossary.json @@ -2,7 +2,7 @@ "version": "5.3.0", "description": "A tool for converting dictionary files aka glossaries.", "homepage": "https://github.com/ilius/pyglossary", - "license": "GPL-3-or-later", + "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",