Skip to content

Commit 82f0543

Browse files
committed
Updated nextdns-cli to 1.47.3
1 parent e5959bd commit 82f0543

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

nextdns-cli/nextdns-cli.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<!-- == PACKAGE SPECIFIC SECTION == -->
66
<id>nextdns-cli</id>
7-
<version>1.47.2</version>
7+
<version>1.47.3</version>
88
<title>NextDNS CLI</title>
99
<packageSourceUrl>https://github.com/Jarcho/chocolatey-packages/tree/master/nextdns-cli/</packageSourceUrl>
1010
<iconUrl>https://rawcdn.githack.com/Jarcho/chocolatey-packages/cd9e791591743e1551d9d1a5f8d773bd6bd6fd20/nextdns/icon.png</iconUrl>

nextdns-cli/tools/chocolateyinstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
$ErrorActionPreference = 'Stop';
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$url32 = 'https://github.com/nextdns/nextdns/releases/download/v1.47.2/nextdns_1.47.2_windows_386.zip'
4-
$checksum32 = '9fb0e3f2c660967352b532727a9e3589c8ebe6b445b1e32ea99d0b79e3296f96'
5-
$url64 = 'https://github.com/nextdns/nextdns/releases/download/v1.47.2/nextdns_1.47.2_windows_amd64.zip'
6-
$checksum64 = '516e1cd5a15602ca0dc1a4e45e2652d064df07bf6b15f1cf76cb7c1629d728c6'
3+
$url32 = 'https://github.com/nextdns/nextdns/releases/download/v1.47.3/nextdns_1.47.3_windows_386.zip'
4+
$checksum32 = '652ed317f76acc8168ff2637c848abc9b0d5c76ee5c9115f20c4edbc81409c14'
5+
$url64 = 'https://github.com/nextdns/nextdns/releases/download/v1.47.3/nextdns_1.47.3_windows_amd64.zip'
6+
$checksum64 = 'b9ea2c3b2286d62aff63c48356c06ee75bf9fb775b7d9800b3c0d9febaedcbfc'
77

88
$packageArgs = @{
99
packageName = 'nextdns-cli'

0 commit comments

Comments
 (0)