File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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.9 "
12- CHECKSUM=" ${BATECT_DOWNLOAD_CHECKSUM:- 30c412fadd9440ecb9905efe02fcf4b5e2cff568d7dd9ef9c295787a6a2b065e } "
11+ VERSION=" 0.84.0 "
12+ CHECKSUM=" ${BATECT_DOWNLOAD_CHECKSUM:- e39f3e73f0772b3716a4a01624e26009d9da5f5a274464a598d5b265c1e52964 } "
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}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ rem For more information, visit https://github.com/batect/batect.
66
77setlocal EnableDelayedExpansion
88
9- set " version = 0.83.9 "
9+ set " version = 0.84.0 "
1010
1111if " %BATECT_CACHE_DIR% " == " " (
1212 set " BATECT_CACHE_DIR = %USERPROFILE% \.batect\cache"
@@ -22,7 +22,7 @@ $ErrorActionPreference = 'Stop'^
2222
2323^
2424
25- $Version='0.83.9 '^
25+ $Version='0.84.0 '^
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 '30c412fadd9440ecb9905efe02fcf4b5e2cff568d7dd9ef9c295787a6a2b065e '^
51+ $ExpectedChecksum = getValueOrDefault $env:BATECT_DOWNLOAD_CHECKSUM 'e39f3e73f0772b3716a4a01624e26009d9da5f5a274464a598d5b265c1e52964 '^
5252
5353^
5454
You can’t perform that action at this time.
0 commit comments