Skip to content

Commit

Permalink
AU: 1 updated - apktool
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jan 6, 2024
1 parent a16bf11 commit 0ec460c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/apktool/apktool.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>apktool</id>
<version>2.9.1</version>
<version>2.9.2</version>
<title>Apktool</title>
<authors>Ryszard Wiśniewski</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions 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"
Expand Down

0 comments on commit 0ec460c

Please sign in to comment.