diff --git a/README.md b/README.md
index 4826604f..a8bc22c2 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# LAMW Manager
-[](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/lamw_manager/docs/release_notes.md#latest) [](https://github.com/dosza/LAMWManager-linux/releases/download/v0.6.12/lamw_manager_setup.sh) [](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/LICENSE) [](https://github.com/dosza/LAMWManager-linux/stargazers)
+[](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/lamw_manager/docs/release_notes.md#latest) [](https://github.com/dosza/LAMWManager-linux/releases/download/v0.6.13/lamw_manager_setup.sh) [](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/LICENSE) [](https://github.com/dosza/LAMWManager-linux/stargazers)
LAMW Manager is a command line tool,like *APT*, to automate the **installation**, **configuration** and **upgrade**
the framework [LAMW - Lazarus Android Module Wizard](https://github.com/jmpessoa/lazandroidmodulewizard)
@@ -14,8 +14,8 @@ Linux Distro Supported:
**Note**: Only Linux **x86_64** bits is supported!
-
Debian 12
-
Ubuntu 22.04 LTS
+
Debian 13
+
Ubuntu 26.04 LTS
Requirements for other Linux
-
@@ -58,7 +58,7 @@ LAMW Manager install the following [dependencies] tools:
Getting Started!!
---
**How to use LAMW Manager:**
-+ Click here to download [*LAMW Manager Setup*](https://github.com/dosza/LAMWManager-linux/releases/download/v0.6.12/lamw_manager_setup.sh)
++ Click here to download [*LAMW Manager Setup*](https://github.com/dosza/LAMWManager-linux/releases/download/v0.6.13/lamw_manager_setup.sh)
+ Go to download directory and right click *Open in Terminal*
+ Run command : *bash lamw_manager_setup.sh*ยน
@@ -105,5 +105,5 @@ Congratulations!!
---
You are now a Lazarus for Android developer
-For more info read [**LAMW Manager v0.6.12 Manual**](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/lamw_manager/docs/man.md)
+For more info read [**LAMW Manager v0.6.13 Manual**](https://github.com/dosza/LAMWManager-linux/blob/v0.6.x/lamw_manager/docs/man.md)
diff --git a/lamw_manager/assets/build-lamw-setup b/lamw_manager/assets/build-lamw-setup
index 24265fe6..0357afaa 100755
--- a/lamw_manager/assets/build-lamw-setup
+++ b/lamw_manager/assets/build-lamw-setup
@@ -2,8 +2,8 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (Alma Mater)
#Course: Science Computer
-#Version: 0.6.12
-#Date: 11/11/2025
+#Version: 0.6.13
+#Date: 07/03/2026
#Description: This script generates compiles LAMW Manager source code into an executable installer.
#Note: This script requires makeself, read more in https://makeself.io/
#-------------------------------------------------------------------------------------------------#
diff --git a/lamw_manager/core/cross-builder/cross-builder.sh b/lamw_manager/core/cross-builder/cross-builder.sh
index 3202daaa..8923e9ca 100644
--- a/lamw_manager/core/cross-builder/cross-builder.sh
+++ b/lamw_manager/core/cross-builder/cross-builder.sh
@@ -2,8 +2,8 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (Alma Mater)
#Course: Science Computer
-#Version: 0.6.12
-#Date: 11/11/2025
+#Version: 0.6.13
+#Date: 07/03/2026
#Description:The "cross-builder.sh" is part of the core of LAMW Manager. This script contains crosscompile compiler generation routines for ARMv7 / AARCH64- Android
#-------------------------------------------------------------------------------------------------#
diff --git a/lamw_manager/core/headers/.init_lamw_manager.sh b/lamw_manager/core/headers/.init_lamw_manager.sh
index 9bfa4bda..73132895 100644
--- a/lamw_manager/core/headers/.init_lamw_manager.sh
+++ b/lamw_manager/core/headers/.init_lamw_manager.sh
@@ -2,8 +2,8 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (Alma Mater)
#Course: Science Computer
-#Version: 0.6.12
-#Date: 11/11/2025
+#Version: 0.6.13
+#Date: 07/03/2026
#Description: The ".init_lamw_manager.sh" is part of the core of LAMW Manager. This script check conditions to init LAMW Manager
#-------------------------------------------------------------------------------------------------#
diff --git a/lamw_manager/core/headers/.lamw_comple.sh b/lamw_manager/core/headers/.lamw_comple.sh
index 79e1e567..1da27ff4 100755
--- a/lamw_manager/core/headers/.lamw_comple.sh
+++ b/lamw_manager/core/headers/.lamw_comple.sh
@@ -2,7 +2,7 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (Alma Mater)
#Course: Science Computer
-#Version: 0.6.12
+#Version: 0.6.13
#Description: This script contains routines for completing LAMW Manager arguments.
#Ref:https://www.vivaolinux.com.br/dica/Shell-script-autocompletion-Como-implementar
#-------------------------------------------------------------------------------------------------#
diff --git a/lamw_manager/core/headers/lamw4linux_env.sh b/lamw_manager/core/headers/lamw4linux_env.sh
index ded3b850..c1bc8ed2 100644
--- a/lamw_manager/core/headers/lamw4linux_env.sh
+++ b/lamw_manager/core/headers/lamw4linux_env.sh
@@ -2,8 +2,8 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (Alma Mater)
#Course: Science Computer
-#Version: 0.6.12
-#Date: 11/11/2025
+#Version: 0.6.13
+#Date: 07/03/2026
#Description: The "lamw_headers" is part of the core of LAMW Manager. This script contains LAMW Manager variables.
#-------------------------------------------------------------------------------------------------#
LAMW_IDE_HOME_CFG="$LAMW_USER_HOME/.lamw4linux"
diff --git a/lamw_manager/core/headers/lamw_headers b/lamw_manager/core/headers/lamw_headers
index 35c4e2ac..2c4b92b3 100644
--- a/lamw_manager/core/headers/lamw_headers
+++ b/lamw_manager/core/headers/lamw_headers
@@ -2,8 +2,8 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (Alma Mater)
#Course: Science Computer
-#Version: 0.6.12
-#Date: 11/11/2025
+#Version: 0.6.13
+#Date: 07/03/2026
#Description: The "lamw_headers" is part of the core of LAMW Manager. This script contains LAMW Manager variables.
#-------------------------------------------------------------------------------------------------#
@@ -11,11 +11,11 @@
# Section Version Variables
#--------------------------------------------------------------------------------------------------
-LAMW_INSTALL_VERSION="0.6.12"
+LAMW_INSTALL_VERSION="0.6.13"
ANT_VERSION_STABLE='1.10.11'
CMD_SDK_TOOLS_VERSION="11076708"
CMD_SDK_TOOLS_VERSION_STR="12.0"
-LAZARUS_STABLE_VERSION="4.4"
+LAZARUS_STABLE_VERSION="4.8"
FPC_TRUNK_VERSION="3.2.2"
FPC_LAZ_DEB_VERSION="2.0.12"
FPC_DEB_VERSION="3.2.0-1"
@@ -51,7 +51,7 @@ OLD_LAZARUS_STABLE_VERSION=(
)
OLD_LAMW_INSTALL_VERSION=(
- 0.6.{11..0}
+ 0.6.{12..0}
0.5.9{.{2..1},}
0.5.{8..0}
0.4.{8..4}
@@ -134,8 +134,8 @@ LAMW_INSTALL_WELCOME=(
)
LAMW_LINUX_SPP=(
- "\t*Debian 12\n"
- "\t*Ubuntu 22.04 LTS\n"
+ "\t*Debian 13\n"
+ "\t*Ubuntu 26.04 LTS\n"
)
LAMW4LINUX_TEMPLATES_PATHS+=(["$LAMW_MENU_ITEM_PATH"]="$LAMW_IDE_HOME/install/lazarus.desktop")
diff --git a/lamw_manager/core/headers/parser.sh b/lamw_manager/core/headers/parser.sh
index dffb61cf..d3123a88 100644
--- a/lamw_manager/core/headers/parser.sh
+++ b/lamw_manager/core/headers/parser.sh
@@ -209,7 +209,8 @@ testConnectionInternet(){
startProgressBar
- if ! ping google.com -q -c4 &>/dev/null; then
+
+ if ! nslookup google.com &>/dev/null ; then
echo "${VERMELHO}Error:${NORMAL} check your internet connection"
sleep 0.02
stopProgressBarAsFail
diff --git a/lamw_manager/core/installer/installer.sh b/lamw_manager/core/installer/installer.sh
index 75f43e73..956946fe 100644
--- a/lamw_manager/core/installer/installer.sh
+++ b/lamw_manager/core/installer/installer.sh
@@ -2,8 +2,8 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (Alma Mater)
#Course: Science Computer
-#Version: 0.6.12
-#Date: 11/11/2025
+#Version: 0.6.13
+#Date: 07/03/2026
#Description: "installer.sh" is part of the core of LAMW Manager. Contains routines for installing LAMW development environment
#-------------------------------------------------------------------------------------------------#
diff --git a/lamw_manager/core/settings-editor/lamw-settings-editor.sh b/lamw_manager/core/settings-editor/lamw-settings-editor.sh
index 9308f0e6..a903a2c4 100644
--- a/lamw_manager/core/settings-editor/lamw-settings-editor.sh
+++ b/lamw_manager/core/settings-editor/lamw-settings-editor.sh
@@ -2,8 +2,8 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (mater-alma)
#Course: Science Computer
-#Version: 0.6.12
-#Date: 11/11/2025
+#Version: 0.6.13
+#Date: 07/03/2026
#Description: The "lamw-manager-settings-editor.sh" is part of the core of LAMW Manager. Responsible for managing LAMW Manager / LAMW configuration files..
#-----------------------------------------------------------------------f--------------------------#
diff --git a/lamw_manager/docs/release_notes.md b/lamw_manager/docs/release_notes.md
index 850dbb32..a615904a 100644
--- a/lamw_manager/docs/release_notes.md
+++ b/lamw_manager/docs/release_notes.md
@@ -5,6 +5,21 @@ This page contains information about new features and bug fixes.
Latest
---
+### v0.6.13 - 03 Jul, 2026 ###
+
+**News**
++ Migrate to Lazarus 4.8
++ Supports to:
+ + Ubuntu 26.04
+ + Debian 13
+
++ Remove support:
+ + Debian 12
+ + Ubuntu 22.04
+
+**Fixes**
++ Uses nslookup to check network status.
+
### v0.6.12 - 12 Nov, 2025 ###
**News**
diff --git a/lamw_manager/lamw_manager b/lamw_manager/lamw_manager
index 2bb25947..54b5ef9f 100755
--- a/lamw_manager/lamw_manager
+++ b/lamw_manager/lamw_manager
@@ -2,8 +2,8 @@
#-------------------------------------------------------------------------------------------------#
#Universidade federal de Mato Grosso (Alma Mater)
#Course: Science Computer
-#Version: 0.6.12
-#Date: 11/11/2025
+#Version: 0.6.13
+#Date: 07/03/2026
#Description: The "lamw-install.sh" is part of the core of LAMW Manager. This script configures the development environment for LAMW
#-------------------------------------------------------------------------------------------------#