Skip to content

Commit

Permalink
AU: 2 updated - apktool idrive
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 4, 2021
1 parent 2a45dc1 commit 53daa18
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.5.0</version>
<version>2.6.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.5.0/apktool_2.5.0.jar'
$checksum = 'b392d7cb99b592e9c5acc3c06f1b0f180edde96c66b86b3d6932b7c0c4079fe4'
$url = 'https://github.com/iBotPeaches/Apktool/releases/download/v2.6.0/apktool_2.6.0.jar'
$checksum = 'f750a3cd2c1f942f27f5f7fd5d17eada3bdaff0a6643f49db847e842579fdda5'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installFile = Join-Path $toolsDir "apktool.jar"
Expand Down
2 changes: 1 addition & 1 deletion automatic/idrive/idrive.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>idrive</id>
<version>6.7.3.40</version>
<version>6.7.3.41</version>
<title>idrive (Install)</title>
<authors>idrive.com</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/idrive/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$url = 'https://static.idriveonlinebackup.com/downloads/083021/IDriveWinSetup.exe'
$checksum = 'a0b5e075aadfbad45d6782e4d8b13bd5032680c0bede9c1c82b0a0d4aefd5a59'
$url = 'https://static.idriveonlinebackup.com/downloads/090321/IDriveWinSetup.exe'
$checksum = '84bb74240d390ea23fc6efc91e8a20ed18dd6286f65bb75a4d5fe1df126e16bc'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit 53daa18

Please sign in to comment.