Skip to content

Commit

Permalink
AU: 4 updated - brave-nightly scite scratch voicemod
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 28, 2021
1 parent 8f19e43 commit e4724b9
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 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.32.22-nightly</version>
<version>1.32.27-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.32.22/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '20a7152f7e0c2a867977ab6b0838436cc477c83d2401ebf0a62c0df83797600a'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.32.27/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '8c741af3c72609e3c8229fa213162b19c05cfedf066a3237f62db5b1098cc773'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/scite/scite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>scite</id>
<title>SciTE</title>
<version>5.1.2</version>
<version>5.1.3</version>
<authors>Neil Hodgson</authors>
<owners>tunisiano</owners>
<summary>Lightweight, fast text editor using SCIntilla library</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/scite/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
$packageName = $env:ChocolateyPackageName
$installerType = 'msi'
$silentArgs = '/quiet /qn /norestart'
$url = 'https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-5.1.2x86.msi'
$checksum = '151ef390816a482d61d0e63173ad02e8482eafbdd88f3f172f3340e527580f25'
$url = 'https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-5.1.3x86.msi'
$checksum = '10497161a8ffc94834442c9962cce820dcb7ecdb85c133c1c63c4d662f2e75e6'
$checksumType = 'sha256'
$url64 = 'https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-5.1.2x64.msi'
$checksum64 = 'ab57151f17ec86cf35c9bd963332d6473bb9530c60e9264a436bded92413aec3'
$url64 = 'https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-5.1.3x64.msi'
$checksum64 = '69713fccddcf66fbfb95daf1ed17d2174c1d5c04c11211a6014bee35c49c9375'
$checksumType64 = 'sha256'
$validExitCodes = @(0)

Expand Down
2 changes: 1 addition & 1 deletion automatic/scratch/scratch.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>scratch</id>
<version>3.25.0</version>
<version>3.26.0</version>
<title>scratch (Install)</title>
<authors>MIT</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/scratch/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $packageName = $env:ChocolateyPackageName
$installerType = 'exe'
$silentArgs = '/S'
$url = 'https://downloads.scratch.mit.edu/desktop/Scratch%20Setup.exe'
$checksum = 'a3e6402c35504c2d9be6f55ddd3664ba9c51b4af81447e183cb0289fdff63958'
$checksum = '7ecbd1ea6561601574b2a8bca71a145b4ee98f8983e37193dabaa4c5e48b5725'
$checksumType = 'sha256'
$validExitCodes = @(0)

Expand Down
4 changes: 2 additions & 2 deletions automatic/voicemod/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$url = 'https://www.voicemod.net/b2c/v2/VoicemodSetup_2.17.0.2.exe'
$checksum = '505f00c379ec72f0257b88c7a593464a8725e50b8504f3960615dc95895ab69e'
$url = 'https://www.voicemod.net/b2c/v2/VoicemodSetup_2.20.0.1.exe'
$checksum = '00022d2c819a900028461a226832f35f5faaa820320c389a84db5434d27e57fa'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/voicemod/voicemod.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>voicemod</id>
<version>2.17.0.2</version>
<version>2.20.0.1</version>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/voicemod</packageSourceUrl>
<owners>tunisiano</owners>

Expand Down

0 comments on commit e4724b9

Please sign in to comment.