Skip to content

Commit

Permalink
Chocolatey scripts update for tenv version v2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuutils committed Jul 25, 2024
1 parent e40b9c6 commit f2853d3
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.7.4/tenv_v2.7.4_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v2.7.4/tenv_v2.7.4_Windows_x86_64.zip'
$checksum = '5b16f4628f0f501a29dfeba62a2ee471aa1f05033d011e66ef483a4bb38525ba'
$checksum64 = 'fddf6ffb3a76d2e4f06ef3bc26a2172608ab5c3d2f9c17353e4909ea391ae277'
$url = 'https://github.com/tofuutils/tenv/releases/download/v2.7.5/tenv_v2.7.5_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v2.7.5/tenv_v2.7.5_Windows_x86_64.zip'
$checksum = '057856bda8f014662bbd986903aaae7d5e57e11ee994cd73d3bce7af40df0916'
$checksum64 = '231fa29aeb42d0989d5aa2afceb5ab2445c98dc9d24287e703a3ce6fbe75efc6'

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

Expand Down

0 comments on commit f2853d3

Please sign in to comment.