Skip to content

Commit d3bb803

Browse files
committed
1 parent 56897dc commit d3bb803

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

automatic/bitcoin/bitcoin.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>bitcoin</id>
66
<title>Bitcoin Core Wallet</title>
7-
<version>30.0.0</version>
7+
<version>30.1.0</version>
88
<authors>Satoshi Nakamoto,Gavin Andresen,Bitcoin Developers</authors>
99
<owners>tunisiano</owners>
1010
<summary>A software-based online payment system</summary>
@@ -91,7 +91,7 @@ Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunis
9191
* Package not up-to-date after a few days ? [Create an issue](https://github.com/tunisiano187/Choco-packages/issues/new/choose)</releaseNotes>
9292
<conflicts>bitcoinxt</conflicts>
9393
<dependencies>
94-
<dependency id="bitcoin.install" version="[30.0.0]" />
94+
<dependency id="bitcoin.install" version="[30.1.0]" />
9595
</dependencies>
9696
</metadata>
9797
<files>

automatic/brave-nightly/brave-nightly.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>brave-nightly</id>
6-
<version>1.87.138-nightly</version>
6+
<version>1.87.141-nightly</version>
77
<title>Brave Browser (Nightly)</title>
88
<authors>Brave Software Inc.</authors>
99
<owners>tunisiano</owners>

automatic/brave-nightly/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
33
. $toolsPath\helpers.ps1
44

55
$packageName = $env:ChocolateyPackageName
6-
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.87.138/BraveBrowserStandaloneSilentNightlySetup.exe'
7-
$checksum32 = '3f1552493c36d3374a76a53da20a791af97c1308b8025d52265ec0e6a0d2c318'
6+
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.87.141/BraveBrowserStandaloneSilentNightlySetup.exe'
7+
$checksum32 = 'bc5a2d2a3c116cb5ac61e47d9c485602108ab75f77712108d3c29f32453ee6b9'
88
$checksumType32 = 'sha256'
99

1010
$packageArgs = @{

0 commit comments

Comments
 (0)