Skip to content

Commit

Permalink
AU: 3 updated - brave-nightly csvfileview p4merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed May 18, 2022
1 parent c5614df commit 2b5afbf
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/brave-nightly/brave-nightly.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>brave-nightly</id>
<version>1.40.61-nightly</version>
<version>1.40.64-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
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.40.61/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'd0282eb5388ee82acc75b84bb40158b309f7d30dbb907b7ed27584d4b1e1e00b'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.40.64/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'd442882c3771437d298cf65b21c4b2192122879d62944f8e5b03198accc21723'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/csvfileview/csvfileview.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>csvfileview</id>
<title>CSVFileView</title>
<version>2.56</version>
<version>2.57</version>
<authors>Nir Sofer</authors>
<owners>tunisiano</owners>
<summary>CSV/Tab-delimited file viewer and converter for Windows</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/csvfileview/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$packageName = '$env:ChocolateyPackageName'
$url = 'https://www.nirsoft.net/utils/csvfileview.zip'
$checksum = 'a4d4bef45d5691f89231874c643b6fef9b009d44f313a8950bbb2cfb98db49d2'
$checksum = '737ca6a397c07d57cbb0aeb64551d3e1abd12c3c30a5daae27a9cff8a6d01acb'
$checksumType = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installFile = Join-Path $toolsDir "$($packageName).exe"
Expand Down
2 changes: 1 addition & 1 deletion automatic/p4merge/P4Merge.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>p4merge</id>
<version>2022.1</version>
<version>2022.1.1</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
2 changes: 1 addition & 1 deletion automatic/p4merge/tools/VERIFICATION.txt
Expand Up @@ -13,7 +13,7 @@ link: https://cdist2.perforce.com/perforce/r22.1/bin.ntx64/p4vinst64.exe
- Use chocolatey utility 'checksum.exe'

checksumtype: sha256
checksum: 57C9D23DB923572366CF1123C9BEB325CD4DA653CC32115D267E6B64E847AB12
checksum: 0BF8A1C8E2C57074FBDB019AFED3E200BCA440068AA08D34D04C2BD2C5A2FC17

The included 'LICENSE.txt' file have been obtained from:
license: https://cdist2.perforce.com/perforce/r14.1/doc/user/p4v_license.txt
2 changes: 1 addition & 1 deletion automatic/p4merge/tools/chocolateyinstall.ps1
Expand Up @@ -3,7 +3,7 @@
$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$file = Join-Path $toolsDir '/p4vinst64.exe'
$checksum = '57C9D23DB923572366CF1123C9BEB325CD4DA653CC32115D267E6B64E847AB12'
$checksum = '0BF8A1C8E2C57074FBDB019AFED3E200BCA440068AA08D34D04C2BD2C5A2FC17'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 2b5afbf

Please sign in to comment.