Skip to content

Commit

Permalink
AU: 4 updated - brave-nightly pwgen pwgen.install pwgen.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jul 5, 2021
1 parent 9eb6f6c commit 6a04238
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.28.50-nightly</version>
<version>1.28.51-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.28.50/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '7e5caeebe24afe836712c4359d1b9eab99b221e2a11acd01b942f0a8e3e1dab9'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.28.51/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = 'c95afe67236be2af86dd5605cf53d21e7241c3c6a8ee64d11e0266414e22dfc8'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/pwgen.install/pwgen.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>pwgen.install</id>
<version>3.3.0</version>
<version>3.4.0</version>
<title>PWGen (Install)</title>
<authors>Christian Thoeing</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/pwgen.portable/pwgen.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>pwgen.portable</id>
<version>3.3.0</version>
<version>3.4.0</version>
<title>PWGen (Portable)</title>
<authors>Christian Thoeing</authors>
<owners>tunisiano</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/pwgen.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# generated vars
$packageName = 'pwgen.portable'
$url = 'https://sourceforge.net/projects/pwgen-win/files/Password%20Tech/3.3.0/PwTech-3.3.0-32bit.zip/download'
$checksum = '73bad18c69398d4236979e5202fe5ac99791cb075a15a205aee6803ea7c5cbf5'
$url64 = 'https://sourceforge.net/projects/pwgen-win/files/Password%20Tech/3.3.0/PwTech-3.3.0-64bit.zip/download'
$checksum64 = '057e45198155b22cbd7a824f87ca423211cba1d9b0ad29afb54b257fdc0bdf9f'
$url = 'https://sourceforge.net/projects/pwgen-win/files/Password%20Tech/3.4.0/PwTech-3.4.0-32bit.zip/download'
$checksum = '5982e73b275185a482689b8b82a92bd06f26b95d2da06a6d1098aa83577751a9'
$url64 = 'https://sourceforge.net/projects/pwgen-win/files/Password%20Tech/3.4.0/PwTech-3.4.0-64bit.zip/download'
$checksum64 = '69b36feeccc3a037f0fb2ddbb2d33f9555c842150f20a045853a55cf80c6ec5a'

# static vars
$checksumType = 'sha256'
Expand Down
4 changes: 2 additions & 2 deletions automatic/pwgen/pwgen.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>pwgen</id>
<version>3.3.0</version>
<version>3.4.0</version>
<title>PWGen</title>
<authors>Christian Thoeing</authors>
<owners>tunisiano</owners>
Expand Down Expand Up @@ -39,7 +39,7 @@ Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunis
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/pwgen</packageSourceUrl>
<bugTrackerUrl>https://sourceforge.net/p/pwgen-win/bugs/</bugTrackerUrl>
<dependencies>
<dependency id="pwgen.install" version="[3.3.0]" />
<dependency id="pwgen.install" version="[3.4.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 6a04238

Please sign in to comment.