From e6ee010386ff0f6295b064eff07dde863961f970 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 7 Jul 2021 00:30:45 +0000 Subject: [PATCH] assetstudio: Update to version 0.16.0 --- bucket/assetstudio.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/bucket/assetstudio.json b/bucket/assetstudio.json index 96ec1072..59a003ab 100644 --- a/bucket/assetstudio.json +++ b/bucket/assetstudio.json @@ -1,12 +1,17 @@ { "homepage": "https://github.com/Perfare/AssetStudio", "description": "Tool for exploring, extracting and exporting Unity assets and assetbundles.", - "version": "0.15.47", + "version": "0.16.0", "license": "MIT", - "url": "https://github.com/Perfare/AssetStudio/releases/download/v0.15.47/AssetStudio.v0.15.47.zip", - "hash": "542BF3E416656CC28DB45F648FF2735B57E97C8207C8025C7A0CF792D85CBD91", + "url": "https://github.com/Perfare/AssetStudio/releases/download/v0.16.0/AssetStudio.v0.16.0.zip", + "hash": "badc1aa356fe0623ce4053d1a81c22f852c72cb882ca30f1876a37d930d2fbc8", "bin": "AssetStudioGUI.exe", - "shortcuts": [["AssetStudioGUI.exe", "AssetStudio"]], + "shortcuts": [ + [ + "AssetStudioGUI.exe", + "AssetStudio" + ] + ], "checkver": { "github": "https://github.com/Perfare/AssetStudio" },