From 26c8e275d2f8129e9a79e4716bce6f236bf5cce5 Mon Sep 17 00:00:00 2001 From: Tetsu Date: Sat, 29 Jun 2019 10:54:34 +0900 Subject: [PATCH] nyagos: Add version 4.4.4_2 (#182) --- bucket/nyagos.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/nyagos.json diff --git a/bucket/nyagos.json b/bucket/nyagos.json new file mode 100644 index 0000000000..64fb87d061 --- /dev/null +++ b/bucket/nyagos.json @@ -0,0 +1,31 @@ +{ + "version": "4.4.4_2", + "description": "The hybrid Commandline Shell betweeeeeeen UNIX & DOS.", + "homepage": "https://github.com/zetamatta/nyagos", + "license": "BSD-3-Clause", + "architecture": { + "64bit": { + "url": "https://github.com/zetamatta/nyagos/releases/download/4.4.4_2/nyagos-4.4.4_2-windows-amd64.zip", + "hash": "1831f2252cd2344a93f22ba3f8966e37d03f2e697cddf7760573f2ebead1bd7c" + }, + "32bit": { + "url": "https://github.com/zetamatta/nyagos/releases/download/4.4.4_2/nyagos-4.4.4_2-windows-386.zip", + "hash": "5438d123e6b0cefd9781806105634095f9e591cafe7bcd2ea486084fadd7fde4" + } + }, + "bin": "nyagos.exe", + "checkver": { + "github": "https://github.com/zetamatta/nyagos", + "regex": "tag/([\\d._]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/zetamatta/nyagos/releases/download/$version/nyagos-$version-windows-amd64.zip" + }, + "32bit": { + "url": "https://github.com/zetamatta/nyagos/releases/download/$version/nyagos-$version-windows-386.zip" + } + } + } +}