From 274df41748d95981dea71b30fe8e796d2e8c4245 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:36:50 +0900 Subject: [PATCH] fix: changelog URL --- dzgui.sh | 8 ++++---- helpers/funcs | 2 +- helpers/ui.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dzgui.sh b/dzgui.sh index 71d0297..4959ad3 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -o pipefail -version=5.0.0.rc-38 +version=5.0.0.rc-39 #CONSTANTS aid=221100 @@ -366,7 +366,7 @@ prompt_dl(){ dl_changelog(){ local mdbranch [[ $branch == "stable" ]] && mdbranch="dzgui" - [[ $branch == "" ]] && mdbranch="testing" + [[ $branch == "testing" ]] && mdbranch="testing" local md="https://raw.githubusercontent.com/$author/dztui/${mdbranch}/CHANGELOG.md" curl -Ls "$md" > "$state_path/CHANGELOG.md" } @@ -548,10 +548,10 @@ fetch_dzq(){ fetch_helpers_by_sum(){ declare -A sums sums=( - ["ui.py"]="79f21f63a704389d5aec0731c75b5e0f" + ["ui.py"]="2c7b337afc5abc8be83bf3c62e043e71" ["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197" ["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397" - ["funcs"]="e49f7a123134d49f622dba9b671b000e" + ["funcs"]="1396887afe48f16096089395914a417d" ) local author="aclist" local repo="dztui" diff --git a/helpers/funcs b/helpers/funcs index 7259960..20e7055 100755 --- a/helpers/funcs +++ b/helpers/funcs @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -o pipefail -version=5.0.0.rc-38 +version=5.0.0.rc-39 #CONSTANTS aid=221100 diff --git a/helpers/ui.py b/helpers/ui.py index e52f8b5..3273aec 100644 --- a/helpers/ui.py +++ b/helpers/ui.py @@ -16,7 +16,7 @@ locale.setlocale(locale.LC_ALL, '') gi.require_version("Gtk", "3.0") from gi.repository import Gtk, GLib, Gdk, GObject, Pango -# 5.0.0-rc.38 +# 5.0.0-rc.39 app_name = "DZGUI" cache = {}