From 4c15c07bc9a21ac9a88c0f0e3dcbaf6767690f3d Mon Sep 17 00:00:00 2001 From: tech189 Date: Sun, 13 Mar 2022 10:17:31 +0000 Subject: [PATCH] apngasm: Update to version 3.1.0 (#3376) * apngasm: update to version 3.1.0 * Update bucket/apngasm.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/apngasm.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/bucket/apngasm.json b/bucket/apngasm.json index b0f3f831db..2008d3e683 100644 --- a/bucket/apngasm.json +++ b/bucket/apngasm.json @@ -1,15 +1,16 @@ { - "version": "3.0.0", + "version": "3.1.0", "description": "The next generation of APNG Assembler.", "homepage": "https://github.com/apngasm/apngasm", "license": "zlib-acknowledgement", - "url": "http://files.genshin.org/apngasm/apngasm-cli.7z", - "hash": "cebb7eab13d56b5ade45ef50abd16bae4b63a5505192f032593ad67c1d1f2e2c", + "url": "https://github.com/apngasm/apngasm/releases/download/3.1.1/apngasm_3.1-0_AMD64.exe#/dl.7z", + "hash": "692147D9BF4D5D1DB1043E44A38A8F9A5E97425CCA49C951FF58B37800B9851E", + "pre_install": "'$PLUGINSDIR', 'Uninstall.exe' | ForEach-Object { Remove-Item \"$dir\\$_\" -Recurse -Force }", "bin": [ - "apngasm-cli.exe", + "bin\\apngasm.exe", [ - "apngasm-cli.exe", - "apngasm" + "bin\\apngasm.exe", + "apngasm-cli" ] ] }