mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: normalize checksums
This commit is contained in:
parent
fbcfa1fb34
commit
4c10958d10
@ -1,6 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## [5.8.2] 2026-01-01
|
||||
## [5.8.3] 2026-01-04
|
||||
## Fixed
|
||||
- Normalize checksum numbers and dates
|
||||
|
||||
## [5.8.2] 2026-01-04
|
||||
## Fixed
|
||||
- Fix regression in symlink routine introduced by previous hotfix
|
||||
|
||||
|
||||
4
dzgui.sh
4
dzgui.sh
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -o pipefail
|
||||
|
||||
version=5.8.2
|
||||
version=5.8.3
|
||||
|
||||
#CONSTANTS
|
||||
aid=221100
|
||||
@ -589,7 +589,7 @@ fetch_helpers_by_sum(){
|
||||
["ui.py"]="f128a97e744e9e11036d707198feb8a8"
|
||||
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
|
||||
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
||||
["funcs"]="94287c75a5ae0a06a95dd439711e6fba"
|
||||
["funcs"]="93402a7b9ebae2901debb5cc3bc011a6"
|
||||
["lan"]="c62e84ddd1457b71a85ad21da662b9af"
|
||||
)
|
||||
local author="aclist"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -o pipefail
|
||||
version="5.8.2"
|
||||
version="5.8.3"
|
||||
|
||||
#CONSTANTS
|
||||
aid=221100
|
||||
|
||||
Loading…
Reference in New Issue
Block a user