Skip to content

Commit 682035c

Browse files
author
Chocolatey
committed
AU: 1 updated - nextdns-cli
[skip ci]
1 parent 8029b0a commit 682035c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.43.1</version>
7+
<version>1.43.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.43.1/nextdns_1.43.1_windows_386.zip'
4-
$checksum32 = 'eaa17906eadc9f3fc3128044fcdf43bf04bbd665f4750fe559eb003d20f53ef7'
5-
$url64 = 'https://github.com/nextdns/nextdns/releases/download/v1.43.1/nextdns_1.43.1_windows_amd64.zip'
6-
$checksum64 = 'cfd47c113ccf90ae63819817a13d59dd1bbcb33a91d848133d4881f5a48a31b6'
3+
$url32 = 'https://github.com/nextdns/nextdns/releases/download/v1.43.3/nextdns_1.43.3_windows_386.zip'
4+
$checksum32 = '953058dc4099f44838923d46ab402319d8d2530756e78623a4130d082acde705'
5+
$url64 = 'https://github.com/nextdns/nextdns/releases/download/v1.43.3/nextdns_1.43.3_windows_amd64.zip'
6+
$checksum64 = 'bb729b9170c519041f52725a9b8f033f3dfaf3d62ec7782fc9adc7b23b7eb4c9'
77

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

0 commit comments

Comments
 (0)