mirror of
https://github.com/aclist/dztui.git
synced 2024-12-27 21:02:36 +01:00
chore: update checksums
This commit is contained in:
parent
a363afbbf8
commit
6acc379b92
1 changed files with 3 additions and 3 deletions
6
dzgui.sh
6
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -o pipefail
|
||||
|
||||
version=5.5.0-beta.3
|
||||
version=5.5.0-beta.4
|
||||
|
||||
#CONSTANTS
|
||||
aid=221100
|
||||
|
@ -569,10 +569,10 @@ fetch_helpers_by_sum(){
|
|||
[[ -f "$config_file" ]] && source "$config_file"
|
||||
declare -A sums
|
||||
sums=(
|
||||
["ui.py"]="bfdc7d510cea375731d4b92b9c3ab510"
|
||||
["ui.py"]="f4aaf17ec91b95b9b951fc1bc7c2b7b4"
|
||||
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
|
||||
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
||||
["funcs"]="105e7be170eea48ce61fcfe7b50b8f59"
|
||||
["funcs"]="d8ae2662fbc3c62bdb5a51dec1935705"
|
||||
["lan"]="c62e84ddd1457b71a85ad21da662b9af"
|
||||
)
|
||||
local author="aclist"
|
||||
|
|
Loading…
Reference in a new issue