From 436102205d145338b3dd1a57d44f76714050f86a Mon Sep 17 00:00:00 2001 From: Edgard Lorraine Messias Date: Fri, 10 May 2019 17:08:35 -0300 Subject: [PATCH] Add gettext version 0.20-v1.16 (#48) --- bucket/gettext.json | 48 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 bucket/gettext.json diff --git a/bucket/gettext.json b/bucket/gettext.json new file mode 100644 index 0000000000..b8b3dd0301 --- /dev/null +++ b/bucket/gettext.json @@ -0,0 +1,48 @@ +{ + "homepage": "https://mlocati.github.io/articles/gettext-iconv-windows.html", + "description": "Gettext is an internationalization and localization (i18n) system commonly used for writing multilingual programs on Unix-like computer operating systems.", + "license": "Freeware", + "version": "0.20-v1.16", + "architecture": { + "64bit": { + "url": "https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.20-v1.16/gettext0.20-iconv1.16-shared-64.zip", + "hash": "42507c9fdf8eb50e8ed58935effbb896af36acb553c1f44016ac5926f3cb4a8f" + }, + "32bit": { + "url": "https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.20-v1.16/gettext0.20-iconv1.16-shared-32.zip", + "hash": "6918834395717641f0eecfb89d8b86f2c9e5079b093ff0ed32e033f138981fb8" + } + }, + "bin": [ + "bin\\iconv.exe", + "bin\\msgattrib.exe", + "bin\\msgcat.exe", + "bin\\msgcmp.exe", + "bin\\msgcomm.exe", + "bin\\msgconv.exe", + "bin\\msgen.exe", + "bin\\msgexec.exe", + "bin\\msgfilter.exe", + "bin\\msgfmt.exe", + "bin\\msggrep.exe", + "bin\\msginit.exe", + "bin\\msgmerge.exe", + "bin\\msgunfmt.exe", + "bin\\msguniq.exe", + "bin\\xgettext.exe" + ], + "checkver": { + "url": "https://github.com/mlocati/gettext-iconv-windows/releases", + "re": "/releases/tag/v((?[\\d.]+)-v(?[\\d.]+))" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/mlocati/gettext-iconv-windows/releases/download/v$version/gettext$matchGettext-iconv$matchIconv-shared-64.zip" + }, + "32bit": { + "url": "https://github.com/mlocati/gettext-iconv-windows/releases/download/v$version/gettext$matchGettext-iconv$matchIconv-shared-32.zip" + } + } + } +}