Skip to content

Commit

Permalink
AU: 6 updated - brave-nightly lbry nteract nteract.install nteract.po…
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jan 27, 2021
1 parent 5b21b3e commit ae010ef
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
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.21.25-nightly</version>
<version>1.21.28-nightly</version>
<title>Brave Browser (Nightly)</title>
<authors>Brave Software Inc.</authors>
<owners>tunisiano</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName = $env:ChocolateyPackageName
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.21.25/BraveBrowserSilentNightlySetup32.exe'
$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.21.25/BraveBrowserSilentNightlySetup.exe'
$checksum32 = '89dd62d28f541f1bac4b5dbd5c8fc9d1e3ce91ce4b47e31ff9d68891a24a9be6'
$checksum64 = '83997023b49eaf58610beb7ad09aaeb8760e638322c9c72b36b66c49e21d0e25'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.21.28/BraveBrowserSilentNightlySetup32.exe'
$url64 = 'https://github.com/brave/brave-browser/releases/download/v1.21.29/BraveBrowserSilentNightlySetup.exe'
$checksum32 = 'cac84704385ba8ddb70cf8d7f680dbaee2c79d48c9df400d7bb10800ff4f45ee'
$checksum64 = '91358772c1a578745f0078df4315e63950cf80afa95f34868254cc6ebcf93c77'
$checksumType32 = 'sha256'
$checksumType64 = 'sha256'

Expand Down
2 changes: 1 addition & 1 deletion automatic/lbry/lbry.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>lbry</id>
<version>0.49.4-rc3</version>
<version>0.49.4</version>
<owners>tunisiano</owners>
<title>lbry (Install)</title>
<authors>lbry.com</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/lbry/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/lbryio/lbry-desktop/releases/download/v0.49.4-rc.3/LBRY_0.49.4-rc.3.exe'
$checksum = '18dea78f019acc4d1e7614ad555a829828aeeae0fb3fa8b6751c10f8c3f6ba51'
$url = 'https://github.com/lbryio/lbry-desktop/releases/download/v0.49.4/LBRY_0.49.4.exe'
$checksum = '6e369d9d353d81d15f645cae79c77f921fd3e47b19fd0e023357843b68b2d8c2'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/nteract.install/nteract.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>nteract.install</id>
<version>0.27.0</version>
<version>0.28.0</version>
<title>nteract (Install)</title>
<authors>nteract contributors</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nteract.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$packageName = $env:ChocolateyPackageName
$url = 'https://github.com/nteract/nteract/releases/download/v0.27.0/nteract-Setup-0.27.0.exe'
$checksum = '02983894ae5d4c61127ed0f705f14a78d5e379ab50437ff8d6769ec39f23e973'
$url = 'https://github.com/nteract/nteract/releases/download/v0.28.0/nteract-Setup-0.28.0.exe'
$checksum = 'c08ef0f6cbf14667df2ce4a3b8aa1e0c6c11ae51003c0486c136e6f39ccb0a49'
$checksumType = 'sha256'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
Expand Down
2 changes: 1 addition & 1 deletion automatic/nteract.portable/nteract.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>nteract.portable</id>
<version>0.27.0</version>
<version>0.28.0</version>
<title>nteract (Portable)</title>
<authors>nteract team</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nteract.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$softwareDir = "$toolsDir/nteract"
$softwareExe = "$softwareDir/nteract.exe"

$url = 'https://github.com/nteract/nteract/releases/download/v0.27.0/nteract-0.27.0-win.zip'
$checksum = 'e46477ef10455b1ad2c1d9241d1df127bdc7810f22079d5682e78495ba0c27d5'
$url = 'https://github.com/nteract/nteract/releases/download/v0.28.0/nteract-0.28.0-win.zip'
$checksum = 'c29351912e3767ac85750a9974bfaf6067440378f5469719415d93384fd24dac'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions automatic/nteract/nteract.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>nteract</id>
<version>0.27.0</version>
<version>0.28.0</version>
<title>nteract</title>
<authors>nteract contributors</authors>
<owners>tunisiano</owners>
Expand Down Expand Up @@ -39,7 +39,7 @@ https://github.com/nteract/nteract/releases/
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/nteract</packageSourceUrl>
<bugTrackerUrl>https://github.com/nteract/nteract/issues</bugTrackerUrl>
<dependencies>
<dependency id="nteract.install" version="[0.27.0]" />
<dependency id="nteract.install" version="[0.28.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/p4merge/P4Merge.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>p4merge</id>
<version>2020.3.1.20210126</version>
<version>2020.3.1.20210127</version>
<owners>tunisiano</owners>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/p4merge</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@844f2a7fa61f639af9ca6245f8e767e868e3300d/icons/p4merge.png</iconUrl>
Expand Down

0 comments on commit ae010ef

Please sign in to comment.