Skip to content

Commit

Permalink
feat: release tenv 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Apr 16, 2024
1 parent e31f31e commit e79973e
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.7.0/tenv_v1.7.0_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v1.7.0/tenv_v1.7.0_Windows_x86_64.zip'
$checksum = '687eae6e12c80e66da0a2b7afe1db14ff2ed6bb184302dd99b8281d8798dccd2'
$checksum64 = 'a287e1a249eaaa6d07503aaa0ee8b6ef1070d8544573ce47f0bd1cce476aa116'
$url = 'https://github.com/tofuutils/tenv/releases/download/v1.7.1/tenv_v1.7.1_Windows_i386.zip'
$url64 = 'https://github.com/tofuutils/tenv/releases/download/v1.7.1/tenv_v1.7.1_Windows_x86_64.zip'
$checksum = 'cc5be2ab272332a8e6e82ec52d1ac6c2075b35c099235ed47618dc8f48c4b2b7'
$checksum64 = '5381da7b44124bcd0074d118826ff583355d2a43cb4c1719bc05e409781ba841'

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

Expand Down

0 comments on commit e79973e

Please sign in to comment.