This repository was archived by the owner on Oct 22, 2023. It is now read-only.
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
# You should commit this file to version control alongside the rest of your project. It should not be installed globally.
9
9
# For more information, visit https://github.com/batect/batect.
10
10
11
- VERSION=" 0.83.4 "
12
- CHECKSUM=" ${BATECT_DOWNLOAD_CHECKSUM:- 9e82ced1ea66be73a3fb0e50a091c41b4cdd028b87de9f1725147167b5beaacf } "
11
+ VERSION=" 0.83.5 "
12
+ CHECKSUM=" ${BATECT_DOWNLOAD_CHECKSUM:- 2f3fe96a49ecfb72553c7de9e19c066ce746cb0e85b73449839067b4639f1e56 } "
13
13
DOWNLOAD_URL_ROOT=${BATECT_DOWNLOAD_URL_ROOT:- " https://updates.batect.dev/v1/files" }
14
14
DOWNLOAD_URL=${BATECT_DOWNLOAD_URL:- " $DOWNLOAD_URL_ROOT /$VERSION /batect-$VERSION .jar" }
15
15
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.
6
6
7
7
setlocal EnableDelayedExpansion
8
8
9
- set " version = 0.83.4 "
9
+ set " version = 0.83.5 "
10
10
11
11
if " %BATECT_CACHE_DIR% " == " " (
12
12
set " BATECT_CACHE_DIR = %USERPROFILE% \.batect\cache"
@@ -22,7 +22,7 @@ $ErrorActionPreference = 'Stop'^
22
22
23
23
^
24
24
25
- $Version='0.83.4 '^
25
+ $Version='0.83.5 '^
26
26
27
27
^
28
28
@@ -48,7 +48,7 @@ $UrlEncodedVersion = [Uri]::EscapeDataString($Version)^
48
48
49
49
$DownloadUrl = getValueOrDefault $env:BATECT_DOWNLOAD_URL " $DownloadUrlRoot/$UrlEncodedVersion/batect-$UrlEncodedVersion.jar" ^
50
50
51
- $ExpectedChecksum = getValueOrDefault $env:BATECT_DOWNLOAD_CHECKSUM '9e82ced1ea66be73a3fb0e50a091c41b4cdd028b87de9f1725147167b5beaacf '^
51
+ $ExpectedChecksum = getValueOrDefault $env:BATECT_DOWNLOAD_CHECKSUM '2f3fe96a49ecfb72553c7de9e19c066ce746cb0e85b73449839067b4639f1e56 '^
52
52
53
53
^
54
54
You can’t perform that action at this time.
0 commit comments