Skip to content

Commit

Permalink
Chocolatey scripts update for tenv version v2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuutils committed Jul 25, 2024
1 parent 82ecb71 commit d36a6db
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.6/tenv_v2.7.6_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v2.7.6/tenv_v2.7.6_Windows_x86_64.zip'
$checksum = '8eab63f01988479bbd397c11b454e6360d10fb7cc0c51c3d16db9b1587e9612e'
$checksum64 = '7602a53586da63dc4edb25759375d3a12e3f62b6cb54ac3a3431b81fbdca3a7a'
$url = 'https://github.com/tofuutils/tenv/releases/download/v2.7.7/tenv_v2.7.7_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v2.7.7/tenv_v2.7.7_Windows_x86_64.zip'
$checksum = '03dfc4a1c83045b6707f4dc081667452cfac3c60388d373f4c2a772b5fdec56f'
$checksum64 = '4765af07f890c5143023fbeef3626b84e277396d32141e0140368df7a95ad744'

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

Expand Down

0 comments on commit d36a6db

Please sign in to comment.