diff --git a/bucket/obs-plugin-tuna.json b/bucket/obs-plugin-tuna.json index 598923a..907916a 100644 --- a/bucket/obs-plugin-tuna.json +++ b/bucket/obs-plugin-tuna.json @@ -1,5 +1,5 @@ { - "version": "1.9.7", + "version": "1.9.8", "homepage": "https://github.com/univrsal/tuna", "description": "OBS plugin that grabs now-playing info from various music players for OBS source usage", "license": "GPL-2.0", @@ -12,13 +12,9 @@ ] }, "architecture": { - "32bit": { - "url": "https://github.com/univrsal/tuna/releases/download/v1.9.7/tuna-1.9.7-windows-x86.zip", - "hash": "aa3e2b824f5635a2cabc901967d3d4246b348bc3744f9be044e537f47c793ffe" - }, "64bit": { - "url": "https://github.com/univrsal/tuna/releases/download/v1.9.7/tuna-1.9.7-windows-x64.zip", - "hash": "12ff95099a4bb095b19d50f9f779a8ef8f678ca7b7b2af5b542affafc886f45a" + "url": "https://github.com/univrsal/tuna/releases/download/v1.9.8/tuna-1.9.8-windows-x64.zip", + "hash": "73f2dd2e575038f3dd27bbbfd985e4f54b149fc825391da48181a60b3604e7e7" } }, "pre_install": [ @@ -37,7 +33,6 @@ " if (Test-Path $obs) {", " info \"Uninstall for $_\"", " Remove-Item \"$obs\\current\\data\\obs-plugins\\tuna\" -Force -Recurse -ErrorAction SilentlyContinue", - " Remove-Item \"$obs\\current\\obs-plugins\\32bit\\tuna.*\" -Force -ErrorAction SilentlyContinue", " Remove-Item \"$obs\\current\\obs-plugins\\64bit\\tuna.*\" -Force -ErrorAction SilentlyContinue", " }", "}" @@ -45,9 +40,6 @@ "checkver": "github", "autoupdate": { "architecture": { - "32bit": { - "url": "https://github.com/univrsal/tuna/releases/download/v$version/tuna-$version-windows-x86.zip" - }, "64bit": { "url": "https://github.com/univrsal/tuna/releases/download/v$version/tuna-$version-windows-x64.zip" }