Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly wireedit
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Mar 25, 2022
1 parent aafcbf4 commit 527a3e3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.39.4-nightly</version>
<version>1.39.5-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.39.4/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '38833814d575bbca565a663177c4b6d7e7164401dd41639f0153c4870162ea4a'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.39.5/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '4003c8d6f0eecb3796f1b1b13be9b4081436b944db766795cd7f3cdb665ae8f9'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions automatic/wireedit/tools/chocolateyInstall.ps1
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'
$installerType = 'msi'
$url = 'https://omnipacket.com/current/WireEdit-2.17.101.msi'
$url = 'https://omnipacket.com/current/WireEdit-2.22.240.msi'
$silentArgs = '/quiet'
$checksum = '605b6d408004cba603095ddb5b6b4448f25d30e5c2d987a26ef6d402d5dfb5cb'
$checksum = '9cf349b868c27ebe2a2729e5241790f9efb67bf2df31631346e32372fbbd8e14'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions automatic/wireedit/wireedit.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wireedit</id>
<version>2.17.101</version>
<version>2.22.240</version>
<title>WireEdit</title>
<owners>tunisiano</owners>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/wireedit</packageSourceUrl>
Expand All @@ -19,7 +19,7 @@ clicks. No hacking required. No need to look at Hex dumps.
### 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)
[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](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>
<summary>A Full Stack WYSIWYG Editor for Network Packets</summary>
<releaseNotes>#### Software
Expand Down

0 comments on commit 527a3e3

Please sign in to comment.