Skip to content

Commit

Permalink
deps: update batect to v0.83.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sschuberth committed Jan 26, 2023
1 parent 90c9761 commit ed1be55
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.3"
CHECKSUM="${BATECT_DOWNLOAD_CHECKSUM:-226f271fb0054f274272cfe02b9b44aebdb6266a4635c28b530498cc86d0c0a7}"
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.3"

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.3'^

^

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 '226f271fb0054f274272cfe02b9b44aebdb6266a4635c28b530498cc86d0c0a7'^

^

Expand Down

0 comments on commit ed1be55

Please sign in to comment.