Skip to content

Commit

Permalink
Bump batect to 0.83.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jan 30, 2023
1 parent 04958b9 commit d3ffa99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions batect
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# You should commit this file to version control alongside the rest of your project. It should not be installed globally.
# For more information, visit https://github.com/batect/batect.

VERSION="0.83.2"
CHECKSUM="${BATECT_DOWNLOAD_CHECKSUM:-67b462c6424b77e87fc200c656acc60a913aa2fe397b843aa84e3dcda7c6f626}"
VERSION="0.83.4"
CHECKSUM="${BATECT_DOWNLOAD_CHECKSUM:-9e82ced1ea66be73a3fb0e50a091c41b4cdd028b87de9f1725147167b5beaacf}"
DOWNLOAD_URL_ROOT=${BATECT_DOWNLOAD_URL_ROOT:-"https://updates.batect.dev/v1/files"}
DOWNLOAD_URL=${BATECT_DOWNLOAD_URL:-"$DOWNLOAD_URL_ROOT/$VERSION/batect-$VERSION.jar"}
QUIET_DOWNLOAD=${BATECT_QUIET_DOWNLOAD:-false}
Expand Down
6 changes: 3 additions & 3 deletions batect.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rem For more information, visit https://github.com/batect/batect.

setlocal EnableDelayedExpansion

set "version=0.83.2"
set "version=0.83.4"

if "%BATECT_CACHE_DIR%" == "" (
set "BATECT_CACHE_DIR=%USERPROFILE%\.batect\cache"
Expand All @@ -22,7 +22,7 @@ $ErrorActionPreference = 'Stop'^

^

$Version='0.83.2'^
$Version='0.83.4'^

^

Expand All @@ -48,7 +48,7 @@ $UrlEncodedVersion = [Uri]::EscapeDataString($Version)^

$DownloadUrl = getValueOrDefault $env:BATECT_DOWNLOAD_URL "$DownloadUrlRoot/$UrlEncodedVersion/batect-$UrlEncodedVersion.jar"^

$ExpectedChecksum = getValueOrDefault $env:BATECT_DOWNLOAD_CHECKSUM '67b462c6424b77e87fc200c656acc60a913aa2fe397b843aa84e3dcda7c6f626'^
$ExpectedChecksum = getValueOrDefault $env:BATECT_DOWNLOAD_CHECKSUM '9e82ced1ea66be73a3fb0e50a091c41b4cdd028b87de9f1725147167b5beaacf'^

^

Expand Down

0 comments on commit d3ffa99

Please sign in to comment.