Skip to content

Commit

Permalink
jbang v0.116.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jreleaserbot authored and runner committed Apr 1, 2024
1 parent ce966f3 commit 0790f35
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions jbang/jbang.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.9.0 at 2024-03-09T18:42:10.605708Z -->
<!-- Generated with JReleaser 1.9.0 at 2024-04-01T07:48:51.248947Z -->
<!-- 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>jbang</id>
<version>0.115.0</version>
<version>0.116.0</version>
<authors>Max Rydahl Andersen</authors>
<description>Unleash the power of Java.
Use `jbang` to run java, jar, jsh or kt file(s) with automatic dependency fetching
Expand All @@ -23,7 +23,7 @@ and immediate compilation and execution.
<packageSourceUrl>https://github.com/jbangdev/chocolatey-bucket</packageSourceUrl>
<docsUrl>https://jbang.dev/documentation</docsUrl>
<bugTrackerUrl>https://github.com/jbangdev/jbang/issues</bugTrackerUrl>
<releaseNotes>https://github.com/jbangdev/jbang/releases/tag/v0.115.0</releaseNotes>
<releaseNotes>https://github.com/jbangdev/jbang/releases/tag/v0.116.0</releaseNotes>

</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions jbang/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Generated with JReleaser 1.9.0 at 2024-03-09T18:42:10.605708Z
# Generated with JReleaser 1.9.0 at 2024-04-01T07:48:51.248947Z
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
$app_home = Join-Path $package 'jbang-0.115.0'
$app_home = Join-Path $package 'jbang-0.116.0'
$app_exe = Join-Path $app_home 'bin/jbang.cmd'

Install-ChocolateyZipPackage `
-PackageName 'jbang' `
-Url 'https://github.com/jbangdev/jbang/releases/download/v0.115.0/jbang-0.115.0.zip' `
-Checksum '51cbeee30e0c9d2ec50085777f4adc93eed77f2dfde0be37075926718b9bc0e5' `
-Url 'https://github.com/jbangdev/jbang/releases/download/v0.116.0/jbang-0.116.0.zip' `
-Checksum '66ecce7021c371d1fe1b01e4bd6ee01aaaa48b10925f7c36bed635b3d1150d2d' `
-ChecksumType 'sha256' `
-UnzipLocation $package

Expand Down
4 changes: 2 additions & 2 deletions jbang/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated with JReleaser 1.9.0 at 2024-03-09T18:42:10.605708Z
# Generated with JReleaser 1.9.0 at 2024-04-01T07:48:51.248947Z
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
$app_home = Join-Path $package 'jbang-0.115.0'
$app_home = Join-Path $package 'jbang-0.116.0'
$app_exe = Join-Path $app_home 'bin/jbang.cmd'

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

0 comments on commit 0790f35

Please sign in to comment.