Skip to content

Commit

Permalink
jbang v0.123.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jreleaserbot authored and runner committed Jan 25, 2025
1 parent db4fe73 commit 6217cff
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.15.0 at 2024-12-16T10:33:03.395776Z -->
<!-- Generated with JReleaser 1.15.0 at 2025-01-25T13:02:41.397908Z -->
<!-- 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.122.0</version>
<version>0.123.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.122.0</releaseNotes>
<releaseNotes>https://github.com/jbangdev/jbang/releases/tag/v0.123.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.15.0 at 2024-12-16T10:33:03.395776Z
# Generated with JReleaser 1.15.0 at 2025-01-25T13:02:41.397908Z
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
$app_home = Join-Path $package 'jbang-0.122.0'
$app_home = Join-Path $package 'jbang-0.123.0'
$app_exe = Join-Path $app_home 'bin/jbang.cmd'

Install-ChocolateyZipPackage `
-PackageName 'jbang' `
-Url 'https://github.com/jbangdev/jbang/releases/download/v0.122.0/jbang-0.122.0.zip' `
-Checksum '2decdc489a9dd1aed9046ed617e038c1558ccfa5c98b5db5fc81ef157da3f9e2' `
-Url 'https://github.com/jbangdev/jbang/releases/download/v0.123.0/jbang-0.123.0.zip' `
-Checksum 'f77e3c1962c321bb68b62c105e6c06a59a0fbc7a1ca32274c15a6ca2466242db' `
-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.15.0 at 2024-12-16T10:33:03.395776Z
# Generated with JReleaser 1.15.0 at 2025-01-25T13:02:41.397908Z
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
$app_home = Join-Path $package 'jbang-0.122.0'
$app_home = Join-Path $package 'jbang-0.123.0'
$app_exe = Join-Path $app_home 'bin/jbang.cmd'

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

0 comments on commit 6217cff

Please sign in to comment.