From 59702170abc93a8c66310513486c1e5c57bb105a Mon Sep 17 00:00:00 2001 From: sitiom Date: Fri, 25 Feb 2022 13:58:48 +0800 Subject: [PATCH] neo-cowsay: Add version 2.0.4 (#3330) * neo-cowsay: Add version 2.0.4 * Hash extraction --- bucket/neo-cowsay.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bucket/neo-cowsay.json diff --git a/bucket/neo-cowsay.json b/bucket/neo-cowsay.json new file mode 100644 index 0000000000..409f4618ef --- /dev/null +++ b/bucket/neo-cowsay.json @@ -0,0 +1,34 @@ +{ + "version": "2.0.4", + "description": "Cowsay written in Go, with more fun options", + "homepage": "https://github.com/Code-Hex/Neo-cowsay", + "license": "Artistic-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/Code-Hex/Neo-cowsay/releases/download/v2.0.4/cowsay_2.0.4_Windows_x86_64.zip", + "hash": "9a7ba1dfd94c526f9fbef10e8b59f068530e18d2457d0776240ffab791824cb1" + }, + "32bit": { + "url": "https://github.com/Code-Hex/Neo-cowsay/releases/download/v2.0.4/cowsay_2.0.4_Windows_i386.zip", + "hash": "fd08590ce1794e69e786651c36f64def4632f07683ec558ebeeb0c29f3a0150e" + } + }, + "bin": [ + "cowsay.exe", + "cowthink.exe" + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Code-Hex/Neo-cowsay/releases/download/v$version/cowsay_$version_Windows_x86_64.zip" + }, + "32bit": { + "url": "https://github.com/Code-Hex/Neo-cowsay/releases/download/v$version/cowsay_$version_Windows_i386.zip" + } + }, + "hash": { + "url": "$baseurl/cowsay_checksums.txt" + } + } +}