Skip to content

Commit

Permalink
AU: 1 updated - remove-empty-directories
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Feb 21, 2022
1 parent 763ade0 commit 819a92b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>remove-empty-directories</id>
<version>2.2.0.1</version>
<version>2.3-beta0</version>
<title>Remove empty directories (Portable)</title>
<authors>Jonas John</authors>
<owners>tunisiano</owners>
Expand All @@ -26,7 +26,7 @@ Portable (runs from USB drive)
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
]]></description>
<summary>Remove empty directories</summary>
<releaseNotes>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'http://sourceforge.net/projects/rem-empty-dir/files/red-v2.2-portable.zip/download'
$checksum = 'c3dcaf87a336ea2bf71a6e183d8c7bae2923258a10586284ca23c985d2c688d5'
$url = 'https://github.com/hxseven/Remove-Empty-Directories/releases/download/2.3-beta.0/red-v2.3-beta.0-portable-win64.zip'
$checksum = '311ca2e7aa51124bf004394d6d1495808270f831944e70d1f6ea1e0a240826bc'
$checksumType = 'sha256'

Install-ChocolateyZipPackage -PackageName "$packageName" `
Expand Down

0 comments on commit 819a92b

Please sign in to comment.