Skip to content

Commit

Permalink
AU: 3 updated - aria2 brave-nightly odrive
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Aug 22, 2021
1 parent 049d085 commit 9504ae0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions automatic/aria2/aria2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>aria2</id>
<title>Aria2 Client</title>
<version>1.35.0</version>
<version>1.36.0</version>
<authors>Tatsuhiro Tsujikawa</authors>
<owners>tunisiano</owners>
<summary>CLI Metalink/BitTorrent client</summary>
Expand All @@ -30,7 +30,7 @@ sources/protocols and tries to utilize your maximum download bandwidth.
### 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)
Support me on [Patreon](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>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/aria2</packageSourceUrl>
<projectUrl>https://aria2.github.io/</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/aria2/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://github.com//aria2/aria2/releases/download/release-1.35.0/aria2-1.35.0-win-32bit-build1.zip'
$checksum = '60b3720d1d08ff0124224c53e5f0ee05a4427782e2abc63b6a67c023aa5ffb66'
$url = 'https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0-win-32bit-build1.zip'
$checksum = 'c35a1bfa06726914006888929c6ce147e50b1d9fca8d1dc89bcd2c926f8c16de'
$checksumType = 'sha256'
$url64 = 'https://github.com//aria2/aria2/releases/download/release-1.35.0/aria2-1.35.0-win-64bit-build1.zip'
$checksum64 = '81a231aa72966cf9a7a63bf40de9053261ff6b176877685e054591849c28eafa'
$url64 = 'https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0-win-64bit-build1.zip'
$checksum64 = 'c82df5415125b438d72443923fea7f5f9fda1f326d0dbfac6aab16d58dbb7bf0'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

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.30.36-nightly</version>
<version>1.30.39-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/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName = $env:ChocolateyPackageName
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.30.36/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'e094485eb5eb84b345ae6f7e2805f9299747d443d343941cdf680f343524c1a1'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.30.39/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '66a10218a3771f84a9171c4c219f6936e43a94cb293aa41b4035d22b88bbb127'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/odrive/odrive.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>odrive</id>
<version>1.6452.0.7029</version>
<version>1.6452.0.7032</version>
<title>odrive (Install)</title>
<authors>ODrive.com</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/odrive/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$url = 'https://www.odrive.com/downloaddesktop?platform=win'
$checksum = 'f2a91e88ff60b23000156f315cd63a8bc71b34d13ed7f5034e3573412c4760a6'
$checksum = '05db525180c6d6d62d968ca16637839282760cd0eff152e5b3b7f2f4fa7a252a'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down

0 comments on commit 9504ae0

Please sign in to comment.