From 92ecf76d64f3fee640d269174b023b97421401aa Mon Sep 17 00:00:00 2001 From: Azalea Gui Date: Mon, 1 May 2023 18:25:53 -0400 Subject: [PATCH] neowofetch: Add version 7.3.8 --- bucket/neowofetch.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bucket/neowofetch.json diff --git a/bucket/neowofetch.json b/bucket/neowofetch.json new file mode 100644 index 00000000000000..74da3925cff66d --- /dev/null +++ b/bucket/neowofetch.json @@ -0,0 +1,16 @@ +{ + "version": "7.3.8", + "description": "An updated, maintained fork of neofetch.", + "homepage": "https://github.com/hykilpikonna/hyfetch", + "license": "MIT", + "suggest": { + "git": "git" + }, + "url": "https://raw.githubusercontent.com/hykilpikonna/hyfetch/neofetch-7.3.8/neofetch", + "hash": "38b8c005a8a9a2af4b23e5aa6cb3f9ae1198d87fa572b11c1b1fd199c3a06ee7", + "bin": "neofetch", + "checkver": "github", + "autoupdate": { + "url": "https://raw.githubusercontent.com/hykilpikonna/hyfetch/neofetch-$version/neofetch" + } +}