From 0ec460c800f19036add74a25a1063a5f8de6a342 Mon Sep 17 00:00:00 2001 From: tunisiano187 Date: Sat, 6 Jan 2024 06:17:40 +0000 Subject: [PATCH] AU: 1 updated - apktool [skip ci] https://gist.github.com/tunisiano187/7032dea203873812b435f152ee3794bf/894d3810159cb6747bfdf0c6221e093a3b781973 --- automatic/apktool/apktool.nuspec | 2 +- automatic/apktool/tools/chocolateyInstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/apktool/apktool.nuspec b/automatic/apktool/apktool.nuspec index 4f7fbf4c7..4b6905cb2 100644 --- a/automatic/apktool/apktool.nuspec +++ b/automatic/apktool/apktool.nuspec @@ -3,7 +3,7 @@ apktool - 2.9.1 + 2.9.2 Apktool Ryszard Wiśniewski tunisiano diff --git a/automatic/apktool/tools/chocolateyInstall.ps1 b/automatic/apktool/tools/chocolateyInstall.ps1 index b282292a6..89b903fac 100644 --- a/automatic/apktool/tools/chocolateyInstall.ps1 +++ b/automatic/apktool/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $packageName = 'apktool' -$url = 'https://github.com/iBotPeaches/Apktool/releases/download/v2.9.1/apktool_2.9.1.jar' -$checksum = 'de7ce8aa109acb649e7f69cfe91030ffc20dbcc46edd8abbf6c2d1e36cfccd7b' +$url = 'https://github.com/iBotPeaches/Apktool/releases/download/v2.9.2/apktool_2.9.2.jar' +$checksum = '831f0ffc97b6f20f511d6183cbf6785464d341aacb0fb7e6f22ef0c7b228911a' $checksumType = 'sha256' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $installFile = Join-Path $toolsDir "apktool.jar"