glslviewer: Update to version 3.2.2 and fix autoupdate (#4689)

This commit is contained in:
StarsbySea 2023-04-19 00:47:37 +08:00 committed by GitHub
parent 38397f7c48
commit 525ac83adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,14 @@
{ {
"$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json", "version": "3.2.2",
"version": "3.1.1",
"description": "GlslViewer is a flexible console-base OpenGL Sandbox to display 2D/3D GLSL shaders without the need of an UI.", "description": "GlslViewer is a flexible console-base OpenGL Sandbox to display 2D/3D GLSL shaders without the need of an UI.",
"homepage": "https://github.com/patriciogonzalezvivo/glslViewer", "homepage": "https://github.com/patriciogonzalezvivo/glslViewer",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"depends": "ffmpeg-shared", "depends": "ffmpeg-shared",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/patriciogonzalezvivo/glslViewer/releases/download/v3.1.1/glslViewer-3.1.1-win64-AMD64.zip", "url": "https://github.com/patriciogonzalezvivo/glslViewer/releases/download/3.2.2/glslViewer-3.2.2-win64-AMD64.zip",
"hash": "cc48d64ce403149e290a80ae06aeb6b6da11ba2ffe26a043015101e48d553f87", "hash": "b98017d355fb9fdf072fcd8411f141e1ceb97ff2a2da7ff4e0ef080398c29411",
"extract_dir": "glslViewer-3.1.1-win64-AMD64" "extract_dir": "glslViewer-3.2.2-win64-AMD64"
} }
}, },
"bin": "bin\\glslViewer.exe", "bin": "bin\\glslViewer.exe",
@ -18,7 +17,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/patriciogonzalezvivo/glslViewer/releases/download/v$version/glslViewer-$version-win64-AMD64.zip", "url": "https://github.com/patriciogonzalezvivo/glslViewer/releases/download/$version/glslViewer-$version-win64-AMD64.zip",
"extract_dir": "glslViewer-$version-win64-AMD64" "extract_dir": "glslViewer-$version-win64-AMD64"
} }
} }