mirror of
https://github.com/brockar/Debian-Hyprland.git
synced 2026-01-14 08:00:57 -03:00
updated the version of packages
Signed-off-by: Qianqiang Liu <qianqiang.liu@163.com>
This commit is contained in:
0
install-scripts/02-pre-cleanup.sh
Normal file → Executable file
0
install-scripts/02-pre-cleanup.sh
Normal file → Executable file
0
install-scripts/03-Final-Check.sh
Normal file → Executable file
0
install-scripts/03-Final-Check.sh
Normal file → Executable file
@@ -9,7 +9,7 @@ librsvg2-dev
|
||||
)
|
||||
|
||||
#specific branch or release
|
||||
tag="v0.1.12"
|
||||
tag="v0.1.13"
|
||||
|
||||
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
|
||||
#specific branch or release
|
||||
tag="v0.6.3"
|
||||
tag="v0.6.4"
|
||||
|
||||
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
@@ -50,4 +50,4 @@ else
|
||||
echo -e "${ERROR} Download failed for ${YELLOW}hyprlang $tag${RESET}" 2>&1 | tee -a "$LOG"
|
||||
fi
|
||||
|
||||
printf "\n%.0s" {1..2}
|
||||
printf "\n%.0s" {1..2}
|
||||
|
||||
@@ -16,7 +16,7 @@ build_dep=(
|
||||
)
|
||||
|
||||
#specific branch or release
|
||||
tag="v0.9.0"
|
||||
tag="v0.9.1"
|
||||
|
||||
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
@@ -13,7 +13,7 @@ polkitagent=(
|
||||
)
|
||||
|
||||
#specific branch or release
|
||||
tag="v0.1.2"
|
||||
tag="v0.1.3"
|
||||
|
||||
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# hyprutils #
|
||||
|
||||
#specific branch or release
|
||||
tag="v0.8.1"
|
||||
tag="v0.8.2"
|
||||
|
||||
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
@@ -13,7 +13,7 @@ xdg=(
|
||||
)
|
||||
|
||||
#specific branch or release
|
||||
tag="v1.3.9"
|
||||
tag="v1.3.10"
|
||||
|
||||
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
Reference in New Issue
Block a user