Skip to content

Commit

Permalink
Merge pull request #804 from Ana06/uniextract
Browse files Browse the repository at this point in the history
uniextract: Change category to Packers
  • Loading branch information
Ana06 authored Jan 2, 2024
2 parents bd1b963 + 6446972 commit 286ea10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/uniextract2.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $ErrorActionPreference = 'Stop'
Import-Module vm.common -Force -DisableNameChecking

$toolName = 'UniExtract'
$category = 'Utilities'
$category = 'Packers'

$zipUrl = "https://github.com/Bioruebe/UniExtract2/releases/download/v2.0.0-rc.3/UniExtractRC3.zip"
$zipSha256 = "03170680b80f2afdf824f4d700c11b8e2dac805a4d9bd3d24f53e43bd7131c3a"
Expand Down
2 changes: 1 addition & 1 deletion packages/uniextract2.vm/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ $ErrorActionPreference = 'Continue'
Import-Module vm.common -Force -DisableNameChecking

$toolName = 'UniExtract'
$category = 'Utilities'
$category = 'Packers'

VM-Uninstall $toolName $category
2 changes: 1 addition & 1 deletion packages/uniextract2.vm/uniextract2.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>uniextract2.vm</id>
<version>2.0.0.20220113</version>
<version>2.0.0.20231220</version>
<description>Universal Extractor 2 is an unofficial updated and extended version of the original UniExtract by Jared Breland.</description>
<authors>William Engelmann (Bioruebe)</authors>
<dependencies>
Expand Down

0 comments on commit 286ea10

Please sign in to comment.