File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments