From 31e6da5d525441e2d38fa39c0f8c0350314f6c75 Mon Sep 17 00:00:00 2001 From: Aziks0 Date: Thu, 31 Aug 2023 12:47:33 +0200 Subject: [PATCH] stgit: Add version 2.3.0 (#4951) --- bucket/stgit.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/stgit.json diff --git a/bucket/stgit.json b/bucket/stgit.json new file mode 100644 index 0000000000..d50f56b48b --- /dev/null +++ b/bucket/stgit.json @@ -0,0 +1,24 @@ +{ + "version": "2.3.0", + "description": "Manage Git commits as a stack of patches", + "homepage": "https://stacked-git.github.io/", + "license": "GPL-2.0-only", + "architecture": { + "64bit": { + "url": "https://github.com/stacked-git/stgit/releases/download/v2.3.0/stgit-2.3.0.msi", + "hash": "bc6752ca1f365f24dcce56be4c3ace7c77cb555771b34ee1a0190632d0d841d6" + } + }, + "extract_dir": "PFiles64/StGit", + "bin": "stg.exe", + "checkver": { + "github": "https://github.com/stacked-git/stgit" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/stacked-git/stgit/releases/download/v$version/stgit-$version.msi" + } + } + } +}