Skip to content

Commit

Permalink
Chocolatey scripts update for tenv version v1.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuutils committed May 27, 2024
1 parent 8234e87 commit c0e9870
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/v1.11.5/tenv_v1.11.5_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v1.11.5/tenv_v1.11.5_Windows_x86_64.zip'
$checksum = '2a92f109272197119d688976f39d6f0b8329e2a7c41a4c33cace60d7c38d3199'
$checksum64 = 'dbd7b52a193fa290bf7eab1ea7e4cc2aeb8a44fe1c480b603a9c8881a8c0382b'
$url = 'https://github.com/tofuutils/tenv/releases/download/v1.11.6/tenv_v1.11.6_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v1.11.6/tenv_v1.11.6_Windows_x86_64.zip'
$checksum = 'c82ad62b3cef190014c47c3e8a9906e0b659161490099a43478e8bb5b47ff74f'
$checksum64 = 'c73e708540efa54e00ab457b2856a645e5fa37585132a611211edde1d05bf003'

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

Expand Down

0 comments on commit c0e9870

Please sign in to comment.