Skip to content

Commit

Permalink
Chocolatey scripts update for tenv version v2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuutils committed Jun 17, 2024
1 parent a870e41 commit ff9cd73
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/v2.1.5/tenv_v2.1.5_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v2.1.5/tenv_v2.1.5_Windows_x86_64.zip'
$checksum = 'f688b0a9e03adc846b4f963361926b82909711aba85ca903b388b4bd09c1ed93'
$checksum64 = 'bcc8564fd66e824e9163359cad46c84619487f05fd3626523a732c275293b73c'
$url = 'https://github.com/tofuutils/tenv/releases/download/v2.1.6/tenv_v2.1.6_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v2.1.6/tenv_v2.1.6_Windows_x86_64.zip'
$checksum = '8eddfa52a80da92234951f68c82266c7f00b91dafb096562101ff0909fdcad5c'
$checksum64 = '0afd6a6fc7156bee9e60b6601e1357247bb5ae039a99db8785bed9277c036092'

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

Expand Down

0 comments on commit ff9cd73

Please sign in to comment.