Skip to content

Commit

Permalink
Merge branch 'master' into feature/anthonymastreon-repository-package…
Browse files Browse the repository at this point in the history
…-migration/gh-181
  • Loading branch information
dgalbraith committed Jan 15, 2021
2 parents 6ceb835 + f4196da commit 83b41c5
Show file tree
Hide file tree
Showing 158 changed files with 447 additions and 336 deletions.
2 changes: 1 addition & 1 deletion automatic/androidstudio/androidstudio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>androidstudio</id>
<version>4.0.1.0</version>
<version>4.1.1.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/androidstudio</packageSourceUrl>
<owners>dgalbraith, Justin James, ludicrousByte</owners>
<title>Android Studio (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/androidstudio/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://redirector.gvt1.com/edgedl/android/studio/install/4.0.1.0/android-studio-ide-193.6626763-windows.exe'
$checksum64 = '7b09474defcf27e790880ea5182a8688a2ad330fa668a024d818e1c0ae0b4187'
$url64 = 'https://redirector.gvt1.com/edgedl/android/studio/install/4.1.1.0/android-studio-ide-201.6953283-windows.exe'
$checksum64 = '88d1576b5f672e67035bc4cde55697cf4cc0e63f9c9740f82f4ef8e09ddb05d4'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/ant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://gitbox.apache.org/repos/asf?p=ant.git;a=blob;f=LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v1.10.7-blue.svg)](https://ant.apache.org/bindownload.cgi)
[![Software version](https://img.shields.io/badge/Source-v1.10.9-blue.svg)](https://ant.apache.org/bindownload.cgi)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/ant?label=Chocolatey)](https://chocolatey.org/packages/ant)

[Apache Ant](https://ant.apache.org/index.html) is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks.
Expand Down
2 changes: 1 addition & 1 deletion automatic/ant/ant.nuspec
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>ant</id>
<version>1.10.7</version>
<version>1.10.9</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/ant</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Apache Ant</title>
Expand Down
14 changes: 7 additions & 7 deletions automatic/ant/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://archive.apache.org/dist/ant/binaries/

and download the archive apache-ant-1.10.7-bin.zip using the links on the page.
and download the archive apache-ant-1.10.9-bin.zip using the links on the page.

Alternatively the archive can be downloaded directly from

https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.7-bin.zip
https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.9-bin.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha512 apache-ant-1.10.7-bin.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha512 -f apache-ant-1.10.7-bin.zip
- Download the checksums from https://archive.apache.org/ant/binaries/apache-ant-1.10.7-bin.zip.sha512
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha512 apache-ant-1.10.9-bin.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha512 -f apache-ant-1.10.9-bin.zip
- Download the checksums from https://archive.apache.org/ant/binaries/apache-ant-1.10.9-bin.zip.sha512

File: apache-ant-1.10.7-bin.zip
File: apache-ant-1.10.9-bin.zip
Type: sha512
Checksum: 4AFBF7D474B38DA07992E820F22F2979E28FA8DB71997CCB8EE63FE5CB32478FE26E1675FEABB70321AF24F25A37747C0F6D198A9E43BA747B65E3F8076F3DFF
Checksum: D085F59349EDF22A93D835AA30AEA2521ED39BDB99D57D941F1EBD8D115A561BB28AECC781915FF2A0D9F7CAF7BAE536CDDA0910BB432B2A4BCE8B7B90C2903B

Contents of file LICENSE.txt is obtained from https://gitbox.apache.org/repos/asf?p=ant.git;a=blob;f=LICENSE
2 changes: 1 addition & 1 deletion automatic/ant/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$tools = Split-Path $MyInvocation.MyCommand.Definition

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$archive = Join-Path $toolsDir 'apache-ant-1.10.7-bin.zip'
$archive = Join-Path $toolsDir 'apache-ant-1.10.9-bin.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/ant/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition

$ant_home = Join-Path $toolsDir 'apache-ant-1.10.7'
$ant_home = Join-Path $toolsDir 'apache-ant-1.10.9'
$ant_bat = Join-Path $ant_home 'bin/ant.bat'

$environmentArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/beekeeper-studio.install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-1.7.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5)
[![Software version](https://img.shields.io/badge/Source-1.9.1-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.9.1)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.install?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.install)

[Beekeeper Studio is a free and open source SQL editor and database manager.
Expand Down
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>beekeeper-studio.install</id>
<version>1.7.5</version>
<version>1.9.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.install</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Beekeeper Studio (Install) - SQL Editor and Database Manager</title>
Expand Down Expand Up @@ -38,7 +38,7 @@
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.9.1</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
12 changes: 6 additions & 6 deletions automatic/beekeeper-studio.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://github.com/beekeeper-studio/beekeeper-studio/releases

and download the installer Beekeeper-Studio-Setup-1.7.5.exe using
and download the installer Beekeeper-Studio-Setup-1.9.1.exe using
the links in the relevant assets section of the page.

Alternatively the installer can be downloaded directly from

https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.7.5/Beekeeper-Studio-Setup-1.7.5.exe
https://github.com/beekeeper-studio/beekeeper-studio/releases/download/v1.9.1/Beekeeper-Studio-Setup-1.9.1.exe

2. The installer can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-1.7.5.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-1.7.5.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-Setup-1.9.1.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-Setup-1.9.1.exe

File64: Beekeeper-Studio-Setup-1.7.5.exe
File64: Beekeeper-Studio-Setup-1.9.1.exe
Type64: sha256
Checksum64: CE8ABF029972A8B23F46A33B1D6C9F2A9562DEFBA741A2EE75558A0B2C65CED9
Checksum64: 6EDB0F8A2D9A5647684C7B1626E98A1835B908FC0945633FEC163699D6CB1BDB

Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
softwareName = 'Beekeeper Studio*'
file64 = "$toolsDir\Beekeeper-Studio-Setup-1.7.5.exe"
file64 = "$toolsDir\Beekeeper-Studio-Setup-1.9.1.exe"
checksumType64 = 'sha256'
silentArgs = @('/S')
validExitCodes = @(0, 1641, 3010)
Expand Down
2 changes: 1 addition & 1 deletion automatic/beekeeper-studio.portable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-1.7.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5)
[![Software version](https://img.shields.io/badge/Source-1.9.1-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.9.1)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio.portable?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio.portable)

[Beekeeper Studio is a free and open source SQL editor and database manager.
Expand Down
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>beekeeper-studio.portable</id>
<version>1.7.5</version>
<version>1.9.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio.portable</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Beekeeper Studio (Portable) - SQL Editor and Database Manager</title>
Expand Down Expand Up @@ -38,7 +38,7 @@
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.9.1</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
Expand Down
12 changes: 6 additions & 6 deletions automatic/beekeeper-studio.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://github.com/beekeeper-studio/beekeeper-studio/releases

and download the application Beekeeper-Studio-1.7.5-portable.exe using
and download the application Beekeeper-Studio-1.9.1-portable.exe using
the links in the relevant assets section of the page.

Alternatively the application can be downloaded directly from

https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5/Beekeeper-Studio-1.7.5-portable.exe
https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.9.1/Beekeeper-Studio-1.9.1-portable.exe

2. The application can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-1.7.5-portable.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-1.7.5-portable.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 Beekeeper-Studio-1.9.1-portable.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Beekeeper-Studio-1.9.1-portable.exe

File64: Beekeeper-Studio-1.7.5-portable.exe
File64: Beekeeper-Studio-1.9.1-portable.exe
Type64: sha256
Checksum64: F9D90495FDC635D698732DC76E2CE550617AF51E9FEDB63F45B7632686EA40E2
Checksum64: 6565782BC3AA59A4ED1664FEC150C4A05941A4C89E2499BA5B5623ECC378868E

Contents of file LICENSE.txt is obtained from https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ foreach ($file in $files) {
New-Item "$file.ignore" -type file -force | Out-Null
}

$executable = Join-Path $toolsDir 'Beekeeper-Studio-1.7.5-portable.exe'
$executable = Join-Path $toolsDir 'Beekeeper-Studio-1.9.1-portable.exe'

Install-BinFile -UseStart -Name 'BeekeeperStudio' -Path "$executable"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$ErrorActionPreference = 'Stop';

$executable = Join-Path $installDir 'Beekeeper-Studio-1.7.5-portable.exe'
$executable = Join-Path $installDir 'Beekeeper-Studio-1.9.1-portable.exe'

Uninstall-BinFile -Name 'BeekeeperStudio' -Path "$executable"
2 changes: 1 addition & 1 deletion automatic/beekeeper-studio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/beekeeper-studio/beekeeper-studio)](https://github.com/beekeeper-studio/beekeeper-studio/blob/master/LICENSE.md)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-1.7.5-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5)
[![Software version](https://img.shields.io/badge/Source-1.9.1-blue.svg)](https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.9.1)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/beekeeper-studio?label=Chocolatey)](https://chocolatey.org/packages/beekeeper-studio)

[Beekeeper Studio is a free and open source SQL editor and database manager.
Expand Down
6 changes: 3 additions & 3 deletions automatic/beekeeper-studio/beekeeper-studio.nuspec
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>beekeeper-studio</id>
<version>1.7.5</version>
<version>1.9.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/beekeeper-studio</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Beekeeper Studio - SQL Editor and Database Manager</title>
Expand Down Expand Up @@ -38,9 +38,9 @@
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.7.5</releaseNotes>
<releaseNotes>https://github.com/beekeeper-studio/beekeeper-studio/releases/tag/v1.9.1</releaseNotes>
<dependencies>
<dependency id="beekeeper-studio.install" version="[1.7.5]" />
<dependency id="beekeeper-studio.install" version="[1.9.1]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/dotcover-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/badge/license-proprietary-lightgrey)](https://www.jetbrains.com/legal/agreements/user.html)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v2020.2.1-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline)
[![Software version](https://img.shields.io/badge/Source-v2020.3.2-blue.svg)](https://www.jetbrains.com/dotcover/download/#section=commandline)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/dotcover-cli?label=Chocolatey)](https://chocolatey.org/packages/dotcover-cli)

dotCover Command Line Tools is a free redistributable package which enables analyzing the code coverage outside of Visual Studio.
Expand Down
2 changes: 1 addition & 1 deletion automatic/dotcover-cli/dotcover-cli.nuspec
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>dotcover-cli</id>
<version>2020.2.1</version>
<version>2020.3.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/dotcover-cli</packageSourceUrl>
<owners>dgalbraith</owners>
<title>dotCover Command Line Tools</title>
Expand Down
14 changes: 7 additions & 7 deletions automatic/dotcover-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ be verified by:

https://www.jetbrains.com/dotcover/download/#section=commandline

and download the archive JetBrains.dotCover.CommandLineTools.2020.2.1.zip for Windows using the Download button on the page.
and download the archive JetBrains.dotCover.CommandLineTools.2020.3.2.zip for Windows using the Download button on the page.

Alternatively the archive can be downloaded directly from

https://download.jetbrains.com/resharper/dotUltimate.2020.2.1/JetBrains.dotCover.CommandLineTools.2020.2.1.zip
https://download.jetbrains.com/resharper/dotUltimate.2020.3.2/JetBrains.dotCover.CommandLineTools.2020.3.2.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2020.2.1.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2020.2.1.zip
- Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2020.2.1/JetBrains.dotCover.CommandLineTools.2020.2.1.zip.sha256
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 JetBrains.dotCover.CommandLineTools.2020.3.2.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f JetBrains.dotCover.CommandLineTools.2020.3.2.zip
- Download the checksums from https://download.jetbrains.com/resharper/dotUltimate.2020.3.2/JetBrains.dotCover.CommandLineTools.2020.3.2.zip.sha256

File: JetBrains.dotCover.CommandLineTools.2020.2.1.zip
File: JetBrains.dotCover.CommandLineTools.2020.3.2.zip
Type: sha256
Checksum: 4D29574E03CD6A9DA9DC7C4AAFB11A2EA07B9599E9D9ED603887B9AE4B46136A
Checksum: 71689A671CE57F5CAED5F3F5250612344E5B75E67851649F47A9247C981E8C46

Contents of file LICENSE.txt is obtained from https://www.jetbrains.com/legal/agreements/user.html
4 changes: 2 additions & 2 deletions automatic/dotcover-cli/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$archive = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.2020.2.1.zip'
$archive = Join-Path $toolsDir 'JetBrains.dotCover.CommandLineTools.2020.3.2.zip'

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
Expand All @@ -10,5 +10,5 @@ $unzipArgs = @{
}

Get-ChocolateyUnzip @unzipArgs
Remove-Item $toolsPath\*.zip -ea 0
Remove-Item $toolsDir\*.zip -ea 0
Get-ChildItem $toolsDir -include *.exe -exclude 'dotCover.exe' -recurse | Select-Object { New-Item "$_.ignore" -type file -force } | Out-Null
2 changes: 1 addition & 1 deletion automatic/dotcover-cli/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $ErrorActionPreference = 'STOP'
$domain = 'https://data.services.jetbrains.com'
$releases = "${domain}/products?code=DCCLT&release.type=release"

$refile = "(\/|'|\s'|e\s|\s)(J.+zip)"
$refile = "\b(\/|'|\s'|e\s|\s)(J.+zip)"
$reversion = '(-v)(\d+\.\d\.*\d*)'

function global:au_BeforeUpdate {
Expand Down
2 changes: 1 addition & 1 deletion automatic/keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/keys-pub/keys)](https://github.com/keys-pub/keys/blob/master/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://github.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/version-0.1.14-blue)](https://github.com/keys-pub/app/releases/tag/v0.1.14)
[![Software version](https://img.shields.io/badge/version-0.2.3-blue)](https://github.com/keys-pub/app/releases/tag/v0.2.3)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/keys?label=Chocolatey)](https://chocolatey.org/packages/keys)

Key management is hard. We need tools, libraries, apps and documentation to help us.
Expand Down
Loading

0 comments on commit 83b41c5

Please sign in to comment.