diff --git a/bucket/x3270.json b/bucket/x3270.json new file mode 100644 index 00000000000000..bf541788cda1f6 --- /dev/null +++ b/bucket/x3270.json @@ -0,0 +1,41 @@ +{ + "version": "4.4ga6", + "description": "x3270 is an IBM 3270 terminal emulator for the X Window System and Windows", + "homepage": "https://x3270.bgp.nu/", + "license": { + "identifier": "Freeware", + "url": "https://sourceforge.net/p/x3270/code/ci/main/tree/LICENSE.md" + }, + "architecture": { + "64bit": { + "url": "https://downloads.sourceforge.net/project/x3270/x3270/4.4ga6/wc3270-4.4ga6-noinstall-64.zip", + "hash": "sha1:d3d244f5b8cdc0184d3b0eb12ed843f25502ddf4" + }, + "32bit": { + "url": "https://downloads.sourceforge.net/project/x3270/x3270/4.4ga6/wc3270-4.4ga6-noinstall-32.zip", + "hash": "sha1:a70cc85ed4b405f4df1650c9e1133a82bdc9bd3e" + } + }, + "bin": [ + "pr3287.exe", + "wpr3287.exe", + "s3270.exe", + "ws3270.exe", + "wc3270.exe", + "wc3270wiz.exe" + ], + "checkver": { + "sourceforge": "x3270/x3270", + "regex": "([\\d.]+ga[\\d.]*)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://downloads.sourceforge.net/project/x3270/x3270/$version/wc3270-$version-noinstall-64.zip" + }, + "32bit": { + "url": "https://downloads.sourceforge.net/project/x3270/x3270/$version/wc3270-$version-noinstall-32.zip" + } + } + } +}