From b98e468d560c8e517ccabbe3f80918e27edf8a89 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Wed, 10 Dec 2025 13:08:48 -0500 Subject: [PATCH] Updated version is the individual files On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: install-scripts/aquamarine.sh modified: install-scripts/hyprgraphics.sh modified: install-scripts/hyprland-protocols.sh modified: install-scripts/hyprland.sh modified: install-scripts/hyprlang.sh modified: install-scripts/hyprutils.sh --- install-scripts/aquamarine.sh | 2 +- install-scripts/hyprgraphics.sh | 4 ++-- install-scripts/hyprland-protocols.sh | 4 ++-- install-scripts/hyprland.sh | 2 +- install-scripts/hyprlang.sh | 2 +- install-scripts/hyprutils.sh | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/install-scripts/aquamarine.sh b/install-scripts/aquamarine.sh index 579e80a..97a986d 100755 --- a/install-scripts/aquamarine.sh +++ b/install-scripts/aquamarine.sh @@ -5,7 +5,7 @@ #specific branch or release -tag="v0.9.3" +tag="v0.10.0" # Allow environment override if [ -n "${AQUAMARINE_TAG:-}" ]; then tag="$AQUAMARINE_TAG"; fi diff --git a/install-scripts/hyprgraphics.sh b/install-scripts/hyprgraphics.sh index 9674523..21cb5f4 100755 --- a/install-scripts/hyprgraphics.sh +++ b/install-scripts/hyprgraphics.sh @@ -8,7 +8,7 @@ hyprgraphics=( ) #specific branch or release -tag="v0.1.5" +tag="v0.4.0" # Allow environment override if [ -n "${HYPRGRAPHICS_TAG:-}" ]; then tag="$HYPRGRAPHICS_TAG"; fi @@ -75,4 +75,4 @@ else echo -e "${ERROR} Download failed for ${YELLOW}hyprgraphics $graphics${RESET}" 2>&1 | tee -a "$LOG" fi -printf "\n%.0s" {1..2} \ No newline at end of file +printf "\n%.0s" {1..2} diff --git a/install-scripts/hyprland-protocols.sh b/install-scripts/hyprland-protocols.sh index 69b1f9c..ce05bbf 100755 --- a/install-scripts/hyprland-protocols.sh +++ b/install-scripts/hyprland-protocols.sh @@ -5,7 +5,7 @@ #specific branch or release -tag="v0.6.4" +tag="v0.7.0" # Allow environment override if [ -n "${HYPRLAND_PROTOCOLS_TAG:-}" ]; then tag="$HYPRLAND_PROTOCOLS_TAG"; fi @@ -62,4 +62,4 @@ else echo -e "${ERROR} Download failed for ${YELLOW}hyprland-protocols tag${RESET}" 2>&1 | tee -a "$LOG" fi -printf "\n%.0s" {1..2} \ No newline at end of file +printf "\n%.0s" {1..2} diff --git a/install-scripts/hyprland.sh b/install-scripts/hyprland.sh index f7147a1..cbd469d 100755 --- a/install-scripts/hyprland.sh +++ b/install-scripts/hyprland.sh @@ -3,7 +3,7 @@ # Main Hyprland Package# #specific branch or release -tag="v0.51.1" +tag="v0.52.2" # Allow environment override if [ -n "${HYPRLAND_TAG:-}" ]; then tag="$HYPRLAND_TAG"; fi diff --git a/install-scripts/hyprlang.sh b/install-scripts/hyprlang.sh index 05ec20f..95f3bfe 100755 --- a/install-scripts/hyprlang.sh +++ b/install-scripts/hyprlang.sh @@ -5,7 +5,7 @@ #specific branch or release -tag="v0.6.4" +tag="v0.6.7" # Allow environment override if [ -n "${HYPRLANG_TAG:-}" ]; then tag="$HYPRLANG_TAG"; fi diff --git a/install-scripts/hyprutils.sh b/install-scripts/hyprutils.sh index 40425bc..311a1d2 100755 --- a/install-scripts/hyprutils.sh +++ b/install-scripts/hyprutils.sh @@ -4,7 +4,7 @@ # hyprutils # #specific branch or release -tag="v0.8.2" +tag="v0.10.4" # Allow environment override if [ -n "${HYPRUTILS_TAG:-}" ]; then tag="$HYPRUTILS_TAG"; fi