Skip to content
This repository was archived by the owner on Oct 22, 2023. It is now read-only.

Commit 1a5b281

Browse files
authored
Merge pull request #186 from batect/renovate/batect-batect-0.x
deps(internal): update batect to v0.83.5
2 parents 6740545 + cfe5dcb commit 1a5b281

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

batect

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# You should commit this file to version control alongside the rest of your project. It should not be installed globally.
99
# For more information, visit https://github.com/batect/batect.
1010

11-
VERSION="0.83.4"
12-
CHECKSUM="${BATECT_DOWNLOAD_CHECKSUM:-9e82ced1ea66be73a3fb0e50a091c41b4cdd028b87de9f1725147167b5beaacf}"
11+
VERSION="0.83.5"
12+
CHECKSUM="${BATECT_DOWNLOAD_CHECKSUM:-2f3fe96a49ecfb72553c7de9e19c066ce746cb0e85b73449839067b4639f1e56}"
1313
DOWNLOAD_URL_ROOT=${BATECT_DOWNLOAD_URL_ROOT:-"https://updates.batect.dev/v1/files"}
1414
DOWNLOAD_URL=${BATECT_DOWNLOAD_URL:-"$DOWNLOAD_URL_ROOT/$VERSION/batect-$VERSION.jar"}
1515
QUIET_DOWNLOAD=${BATECT_QUIET_DOWNLOAD:-false}

batect.cmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rem For more information, visit https://github.com/batect/batect.
66

77
setlocal EnableDelayedExpansion
88

9-
set "version=0.83.4"
9+
set "version=0.83.5"
1010

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

2323
^
2424

25-
$Version='0.83.4'^
25+
$Version='0.83.5'^
2626

2727
^
2828

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

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

51-
$ExpectedChecksum = getValueOrDefault $env:BATECT_DOWNLOAD_CHECKSUM '9e82ced1ea66be73a3fb0e50a091c41b4cdd028b87de9f1725147167b5beaacf'^
51+
$ExpectedChecksum = getValueOrDefault $env:BATECT_DOWNLOAD_CHECKSUM '2f3fe96a49ecfb72553c7de9e19c066ce746cb0e85b73449839067b4639f1e56'^
5252

5353
^
5454

0 commit comments

Comments
 (0)