Skip to content

Commit b52c1e2

Browse files
author
Chocolatey
committed
AU: 1 updated - imhex
[skip ci]
1 parent 5c30b50 commit b52c1e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

imhex/imhex.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<!-- == PACKAGE SPECIFIC SECTION == -->
66
<id>imhex</id>
7-
<version>1.35.3</version>
7+
<version>1.35.4</version>
88
<title>ImHex</title>
99
<packageSourceUrl>https://github.com/Jarcho/chocolatey-packages/tree/master/imhex/</packageSourceUrl>
1010
<iconUrl>https://rawcdn.githack.com/Jarcho/chocolatey-packages/cf56f8193966a0334d89ffccacdac928f4d1a60a/imhex/icon.png</iconUrl>

imhex/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ErrorActionPreference = 'Stop';
22
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
3-
$url32 = 'https://github.com/WerWolv/ImHex/releases/download/v1.35.3/imhex-1.35.3-Windows-Portable-x86_64.zip'
4-
$checksum32 = '6eda340b6367723f8c3955839f939b7a16960423eb440524e9f4307c3210bbe1'
3+
$url32 = 'https://github.com/WerWolv/ImHex/releases/download/v1.35.4/imhex-1.35.4-Windows-Portable-x86_64.zip'
4+
$checksum32 = '6c9698ba5c54e592c06a2a17841ae5b9933ce22e34365d070f2c6249422b56a7'
55

66
$installArgs = @{
77
packageName = 'imhex'

0 commit comments

Comments
 (0)