From 70a2acb7d8d495cbd99c534e17c8bd027cb0e265 Mon Sep 17 00:00:00 2001 From: zStruCat <98123484+zStruCat@users.noreply.github.com> Date: Tue, 1 Feb 2022 17:37:08 +0800 Subject: [PATCH] gtypist: Add version 2.9.5 (#3276) * create gtypist.json * Update gtypist.json * adjust order * adjust order * Update gtypist.json * Update gtypist.json * Update gtypist.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/gtypist.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bucket/gtypist.json diff --git a/bucket/gtypist.json b/bucket/gtypist.json new file mode 100644 index 0000000000..44d2d4940d --- /dev/null +++ b/bucket/gtypist.json @@ -0,0 +1,16 @@ +{ + "version": "2.9.5", + "description": "A universal typing tutor allowing one to practise regularly.", + "homepage": "https://www.gnu.org/software/gtypist", + "license": "GPL-3.0-or-later", + "url": "http://ftp.gnu.org/gnu/gtypist/w32_binaries/gtypist-2.9.5-w32.7z", + "hash": "8f3a021833acc81ba9291062c91c956f88ebb4d9225b9a955cb8b60cd6cdb0d3", + "extract_dir": "gtypist-2.9.5-w32", + "bin": [ + [ + "gtypist.exe", + "gtypist", + "$dir\\lessons\\gtypist.typ" + ] + ] +}