Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly keepass-plugin-kpscript
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 11, 2021
1 parent 526c6cc commit 1ff9ec0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.31.32-nightly</version>
<version>1.31.33-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.31.32/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'c5ebb5bfb2b29c727f2bdbaccc62a838c64ceecd656f107abf2459d9b9ad6ba0'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.31.33/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '42ba020486a14e1619755afc65c11026a0db1404c8c3c6d113ed34e05e06c6e9'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
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>keepass-plugin-kpscript</id>
<version>2.48</version>
<version>2.49</version>
<title>KeePass Plugin KPScript</title>
<authors>Dominik Reichl</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/keepass-plugin-kpscript/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if ($psver -ge 3) {
}
$packageName = $env:ChocolateyPackageName
$packageSearch = 'KeePass Password Safe'
$url = 'https://keepass.info/extensions/v2/kpscript/KPScript-2.48.zip'
$checksum = '605b806b7f02af9683a3d1af0f7f4cb2889ae8bd7d2ceb77662f60dc84fddd1e'
$url = 'https://keepass.info/extensions/v2/kpscript/KPScript-2.49.zip'
$checksum = '02a29c76e6a0280002d042692a7684e183d1e5f32182126870bb6360cafb17f9'
$checksumType = 'sha256'
try {
# search registry for location of installed KeePass
Expand Down

0 comments on commit 1ff9ec0

Please sign in to comment.