Skip to content

Commit

Permalink
AU: 2 updated - apktool brave-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Dec 3, 2020
1 parent 35fe1ae commit 0628f5a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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.4.1</version>
<version>2.5.0</version>
<title>Apktool</title>
<authors>Ryszard Wiśniewski</authors>
<owners>tunisiano</owners>
Expand Down Expand Up @@ -36,7 +36,7 @@ It is **NOT** intended for piracy and other non-legal uses. It could be used for
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
]]></description>
<summary>Tool for reverse engineering Android apk files</summary>
<releaseNotes>#### Program
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.4.1/apktool_2.4.1.jar'
$checksum = 'bdeb66211d1dc1c71f138003ce35f6d0cd19af6f8de7ffbdd5b118d02d825a52'
$url = 'https://github.com/iBotPeaches/Apktool/releases/download/v2.5.0/apktool_2.5.0.jar'
$checksum = 'b392d7cb99b592e9c5acc3c06f1b0f180edde96c66b86b3d6932b7c0c4079fe4'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installFile = Join-Path $toolsDir "apktool.jar"
Expand Down
2 changes: 1 addition & 1 deletion automatic/brave-nightly/brave-nightly.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>brave-nightly</id>
<version>1.19.44-nightly</version>
<version>1.20.5-nightly</version>
<title>Brave Browser (Nightly)</title>
<authors>Brave Software Inc.</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave-nightly/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.19.44/BraveBrowserSilentNightlySetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.19.44/BraveBrowserSilentNightlySetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.20.5/BraveBrowserSilentNightlySetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.20.6/BraveBrowserSilentNightlySetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
Expand Down
2 changes: 1 addition & 1 deletion automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file = "$toolsPath\BraveBrowserSilentNightlySetup32.exe"
file64 = "$toolsPath\BraveBrowserSilentNightlySetup.exe"
}
$version = '1.19.44-nightly'
$version = '1.20.5-nightly'
$version = $version.Split('-')[0]

[version]$softwareVersion = $version
Expand Down

0 comments on commit 0628f5a

Please sign in to comment.