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 Oct 9, 2023
1 parent 65e2887 commit d93b173
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
Original file line number Diff line number Diff line change
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.8.1</version>
<version>2.9.0</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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$packageName = 'apktool'
$url = 'https://github.com/iBotPeaches/Apktool/releases/download/v2.8.1/apktool_2.8.1.jar'
$checksum = '7b4a8e1703e228d206db29644b71141687d8a111b55b039b08b02dfa443ab0f9'
$url = 'https://github.com/iBotPeaches/Apktool/releases/download/v2.9.0/apktool_2.9.0.jar'
$checksum = 'e5ecf759297b845be64a3a5145ccc372db905b15a801a22ea1c91ee03c4c7a65'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installFile = Join-Path $toolsDir "apktool.jar"
Expand Down

0 comments on commit d93b173

Please sign in to comment.