From 525681882f74648cd68f38eef1f60e2bf1db909c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Najmann?= Date: Sat, 7 Sep 2024 00:25:52 +0200 Subject: [PATCH] nak: Add version 0.7.5 --- bucket/nak.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/nak.json diff --git a/bucket/nak.json b/bucket/nak.json new file mode 100644 index 0000000000000..0459b0598275e --- /dev/null +++ b/bucket/nak.json @@ -0,0 +1,21 @@ +{ + "version": "0.7.5", + "description": "Nostr command line tool for doing all things", + "homepage": "https://github.com/fiatjaf/nak", + "license": "Unlicense", + "architecture": { + "64bit": { + "url": "https://github.com/fiatjaf/nak/releases/download/v0.7.5/nak-v0.7.5-windows-amd64.exe#/nak.exe", + "hash": "b1a458c611bdfe4a36933b6d6b65812326832753d30e90dd8735e37bb342d031" + } + }, + "bin": "nak.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/fiatjaf/nak/releases/download/v$version/nak-v$version-windows-amd64.exe#/nak.exe" + } + } + } +}