Skip to content

Commit

Permalink
quarkus 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jreleaserbot authored and gsmet committed Oct 5, 2023
1 parent 60e8197 commit bf7dca4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions quarkus/quarkus.nuspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generated with JReleaser 1.3.0 at 2023-09-20T19:29:56.334633+02:00 -->
<!-- Generated with JReleaser 1.3.0 at 2023-10-05T09:22:24.277012+02:00 -->
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<!-- required -->
<id>quarkus</id>
<version>3.4.1</version>
<version>3.4.2</version>
<authors>Quarkus Community</authors>
<description>Create projects, manage extensions and perform build and development tasks for Quarkus,
the Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM.
Expand All @@ -22,7 +22,7 @@ the Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM.
<packageSourceUrl>https://github.com/quarkusio/chocolatey-bucket</packageSourceUrl>
<docsUrl>https://quarkus.io</docsUrl>
<bugTrackerUrl>https://github.com/quarkusio/quarkus/issues</bugTrackerUrl>
<releaseNotes>https://github.com/quarkusio/quarkus/releases/tag/3.4.1</releaseNotes>
<releaseNotes>https://github.com/quarkusio/quarkus/releases/tag/3.4.2</releaseNotes>
<iconUrl>https://quarkus.io/assets/images/chocolatey-app-icon.png</iconUrl>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions quarkus/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Generated with JReleaser 1.3.0 at 2023-09-20T19:29:56.334633+02:00
# Generated with JReleaser 1.3.0 at 2023-10-05T09:22:24.277012+02:00
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
$app_home = Join-Path $package 'quarkus-cli-3.4.1'
$app_home = Join-Path $package 'quarkus-cli-3.4.2'
$app_exe = Join-Path $app_home 'bin/quarkus.bat'

Install-ChocolateyZipPackage `
-PackageName 'quarkus' `
-Url 'https://github.com/quarkusio/quarkus/releases/download/3.4.1/quarkus-cli-3.4.1.zip' `
-Checksum 'e440364cd971eff89089b922b51940c98deb9bfd73d0f9d5a5d9411cf1937d86' `
-Url 'https://github.com/quarkusio/quarkus/releases/download/3.4.2/quarkus-cli-3.4.2.zip' `
-Checksum 'f7847cf3bb7fd0e73b98a39c427117f15d6d95b95575aca032100d439cad39c7' `
-ChecksumType 'sha256' `
-UnzipLocation $package

Expand Down
4 changes: 2 additions & 2 deletions quarkus/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated with JReleaser 1.3.0 at 2023-09-20T19:29:56.334633+02:00
# Generated with JReleaser 1.3.0 at 2023-10-05T09:22:24.277012+02:00
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
$app_home = Join-Path $package 'quarkus-cli-3.4.1'
$app_home = Join-Path $package 'quarkus-cli-3.4.2'
$app_exe = Join-Path $app_home 'bin/quarkus.bat'

Uninstall-BinFile -Name 'quarkus' -Path $app_exe

0 comments on commit bf7dca4

Please sign in to comment.