chore: update checksum

This commit is contained in:
aclist 2025-04-17 21:39:09 +09:00
parent cf053299f7
commit 7ec8d6c3bf
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## [5.7.0-beta.13] 2024-04-17
## Fixed
- Updated checksum for UI helper file
## [5.7.0-beta.12] 2024-04-04
## Dropped
- Removed extraneous pre-boot API checks that could cause error messages to be printed if the user had not set up an API key yet

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -o pipefail
version=5.7.0-beta.12
version=5.7.0-beta.13
#CONSTANTS
aid=221100
@ -587,7 +587,7 @@ fetch_helpers_by_sum(){
[[ -f "$config_file" ]] && source "$config_file"
declare -A sums
sums=(
["ui.py"]="f6e8b113e586a4bb2ea40c9ee56ebc95"
["ui.py"]="a6fdbf3e3eb92b7bc78e6ae23882b10b"
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
["funcs"]="f6e8b113e586a4bb2ea40c9ee56ebc95"