File tree 2 files changed +2
-2
lines changed
packages/vb-decompiler-lite.vm
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ $toolName = 'VB Decompiler'
5
5
$category = ' Visual Basic'
6
6
7
7
$zipUrl = ' https://www.vb-decompiler.org/files/vb_decompiler_lite.zip'
8
- $zipSha256 = ' 099760dcae9daa4c83885a3817cf6f17442ce709de0105993bfbb4f17db87e62 '
8
+ $zipSha256 = ' ec754e61a55c6d4dfe1c5606749334abfbfd9e7a8b5363baf75aec8b5cde9811 '
9
9
10
10
$toolDir = Join-Path ${Env: RAW_TOOLS_DIR} $toolName
11
11
$executablePath = (Join-Path $toolDir " $toolName .exe" )
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
3
3
<metadata >
4
4
<id >vb-decompiler-lite.vm</id >
5
- <version >12.4 </version >
5
+ <version >12.5 </version >
6
6
<authors >DotFix Software</authors >
7
7
<description >Visual Basic decompiler</description >
8
8
<dependencies >
You can’t perform that action at this time.
0 commit comments