Skip to content

Commit

Permalink
Chocolatey scripts update for tenv version v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuutils committed Dec 23, 2024
1 parent 3371fe5 commit ebe1b55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tenv/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'

$url = 'https://github.com/tofuutils/tenv/releases/download/v4.0.1/tenv_v4.0.1_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v4.0.1/tenv_v4.0.1_Windows_x86_64.zip'
$checksum = '13595dda2b82b9011f5341af0a3955ba6750e1f962f4db521f27642f25f6db41'
$checksum64 = '189eb20030870c9b2ad582d0da74fe45e25ef1d661ab08b5aef44d8582c9fac1'
$url = 'https://github.com/tofuutils/tenv/releases/download/v4.0.3/tenv_v4.0.3_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v4.0.3/tenv_v4.0.3_Windows_x86_64.zip'
$checksum = '47de47b86ff744f1006b0618fd7b739c33d9f0e073be3742d897ecb8815612d8'
$checksum64 = '3bbe39f73da0eca75db62467f0cbe5fc3820609326dd19510c5d01d256e19443'

$unzipLocation = Split-Path -Parent $MyInvocation.MyCommand.Definition

Expand Down

0 comments on commit ebe1b55

Please sign in to comment.