Skip to content

Commit

Permalink
Update Batect to v0.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Dec 30, 2020
1 parent 8e1a006 commit 9a3f410
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.64.2"
CHECKSUM="${BATECT_DOWNLOAD_CHECKSUM:-c441a488c3fed477e3a2545d0f6ceea9bd99aa448528024009ebf1d13aea80ba}"
VERSION="0.65.0"
CHECKSUM="${BATECT_DOWNLOAD_CHECKSUM:-a27668a8c33aa7a134b21e25a64221015493cbb4df2a90b0616c59acac9fc00b}"
DOWNLOAD_URL_ROOT=${BATECT_DOWNLOAD_URL_ROOT:-"https://dl.bintray.com/batect/batect"}
DOWNLOAD_URL=${BATECT_DOWNLOAD_URL:-"$DOWNLOAD_URL_ROOT/$VERSION/bin/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.64.2"
set "version=0.65.0"

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

^

$Version='0.64.2'^
$Version='0.65.0'^

^

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

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

$ExpectedChecksum = getValueOrDefault $env:BATECT_DOWNLOAD_CHECKSUM 'c441a488c3fed477e3a2545d0f6ceea9bd99aa448528024009ebf1d13aea80ba'^
$ExpectedChecksum = getValueOrDefault $env:BATECT_DOWNLOAD_CHECKSUM 'a27668a8c33aa7a134b21e25a64221015493cbb4df2a90b0616c59acac9fc00b'^

^

Expand Down

0 comments on commit 9a3f410

Please sign in to comment.