Skip to content

Commit

Permalink
obs-plugin-tuna manifest updated (32-bit deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
instinctualjealousy committed Apr 30, 2024
1 parent d5eb88f commit 672efad
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions bucket/obs-plugin-tuna.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [
Expand All @@ -37,17 +33,13 @@
" 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",
" }",
"}"
],
"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"
}
Expand Down

0 comments on commit 672efad

Please sign in to comment.