Skip to content

Commit

Permalink
jbang v0.114.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jreleaserbot authored and runner committed Dec 9, 2023
1 parent 2fdcbe9 commit fc53358
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 2023-11-24T00:24:40.719887Z -->
<!-- Generated with JReleaser 1.9.0 at 2023-12-09T07:48:58.46321Z -->
<!-- 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.113.0</version>
<version>0.114.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.113.0</releaseNotes>
<releaseNotes>https://github.com/jbangdev/jbang/releases/tag/v0.114.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 2023-11-24T00:24:40.719887Z
# Generated with JReleaser 1.9.0 at 2023-12-09T07:48:58.46321Z
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
$app_home = Join-Path $package 'jbang-0.113.0'
$app_home = Join-Path $package 'jbang-0.114.0'
$app_exe = Join-Path $app_home 'bin/jbang.cmd'

Install-ChocolateyZipPackage `
-PackageName 'jbang' `
-Url 'https://github.com/jbangdev/jbang/releases/download/v0.113.0/jbang-0.113.0.zip' `
-Checksum 'f176f5c3521affbde8b11c12f1f36ae827d17b7717e416b4fdcf0fe70fa8c235' `
-Url 'https://github.com/jbangdev/jbang/releases/download/v0.114.0/jbang-0.114.0.zip' `
-Checksum '660c7eb2eda888897f20aa5c5927ccfed924f3b86d5f2a2477a7b0235cdc94bb' `
-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 2023-11-24T00:24:40.719887Z
# Generated with JReleaser 1.9.0 at 2023-12-09T07:48:58.46321Z
$tools = Split-Path $MyInvocation.MyCommand.Definition
$package = Split-Path $tools
$app_home = Join-Path $package 'jbang-0.113.0'
$app_home = Join-Path $package 'jbang-0.114.0'
$app_exe = Join-Path $app_home 'bin/jbang.cmd'

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

0 comments on commit fc53358

Please sign in to comment.