From 04b66a7101903d8ac5ab84c9793671998b98b87d Mon Sep 17 00:00:00 2001 From: jack-mil <62065280+jack-mil@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:37:45 -0400 Subject: [PATCH 1/2] lutgen: Add version 0.11.0 --- bucket/lutgen.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/lutgen.json diff --git a/bucket/lutgen.json b/bucket/lutgen.json new file mode 100644 index 0000000000000..274088f9b81fb --- /dev/null +++ b/bucket/lutgen.json @@ -0,0 +1,23 @@ +{ + "version": "0.11.0", + "description": "Blazingly fast interpolated LUT generator and applicator for arbitrary and popular color palettes.", + "homepage": "https://github.com/ozwaldorf/lutgen-rs", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/ozwaldorf/lutgen-rs/releases/download/v0.11.0/lutgen-0.11.0-x86_64-windows.zip", + "hash": "500c3cfc9cf4567fa4758a1d3277df07580b9e41d3a6134020aab1429c9eba52" + } + }, + "bin": "lutgen.exe", + "checkver": { + "github": "https://github.com/ozwaldorf/lutgen-rs" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ozwaldorf/lutgen-rs/releases/download/v$version/lutgen-$version-x86_64-windows.zip" + } + } + } +} From 0ce6281d522e0559e760f9ab620894d4b86a7e9c Mon Sep 17 00:00:00 2001 From: jack-mil <62065280+jack-mil@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:32:45 -0500 Subject: [PATCH 2/2] lutgen: Update to version 0.11.2 --- bucket/lutgen.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/lutgen.json b/bucket/lutgen.json index 274088f9b81fb..317a9640e55e0 100644 --- a/bucket/lutgen.json +++ b/bucket/lutgen.json @@ -1,12 +1,12 @@ { - "version": "0.11.0", + "version": "0.11.2", "description": "Blazingly fast interpolated LUT generator and applicator for arbitrary and popular color palettes.", "homepage": "https://github.com/ozwaldorf/lutgen-rs", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/ozwaldorf/lutgen-rs/releases/download/v0.11.0/lutgen-0.11.0-x86_64-windows.zip", - "hash": "500c3cfc9cf4567fa4758a1d3277df07580b9e41d3a6134020aab1429c9eba52" + "url": "https://github.com/ozwaldorf/lutgen-rs/releases/download/v0.11.2/lutgen-0.11.2-x86_64-windows.zip", + "hash": "d91fadf04ce8ef2c1d7ce4befc79657bd700210f898486740c52349269089945" } }, "bin": "lutgen.exe",