diff --git a/.SRCINFO b/.SRCINFO
index 8068a4c..de5ff9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = scilab-bin
 	pkgdesc = A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications.
-	pkgver = 6.0.1
+	pkgver = 6.0.2
 	pkgrel = 1
 	url = https://www.scilab.org
 	arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = scilab-bin
 	license = custom:CeCILL
 	conflicts = scilab
 	options = !strip
-	source = http://www.scilab.org/download/6.0.1/scilab-6.0.1.bin.linux-x86_64.tar.gz
-	sha256sums = ad8c66cf6df3d761c830c52e1dfe2ca0f3cb5ec241e107def79b04663fe59ae9
+	source = http://www.scilab.org/download/6.0.2/scilab-6.0.2.bin.linux-x86_64.tar.gz
+	sha256sums = 1c05944d763fd77af22dd06868ed7cd599818bed8beb4173cc0d249f5f639415
 
 pkgname = scilab-bin
 
diff --git a/PKGBUILD b/PKGBUILD
index 91478c2..cc38f28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=scilab-bin
 _pkgname=${pkgname%-bin}
-pkgver=6.0.1
+pkgver=6.0.2
 pkgrel=1
 pkgdesc="A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications."
 arch=("x86_64")
@@ -14,7 +14,7 @@ depends=()
 conflicts=('scilab')
 options=(!strip)
 source=("http://www.scilab.org/download/${pkgver}/scilab-${pkgver}.bin.linux-x86_64.tar.gz")
-sha256sums=("ad8c66cf6df3d761c830c52e1dfe2ca0f3cb5ec241e107def79b04663fe59ae9")
+sha256sums=("1c05944d763fd77af22dd06868ed7cd599818bed8beb4173cc0d249f5f639415")
 
 prepare() {
   cd "${srcdir}/${_pkgname}-${pkgver}/share/applications"