summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Garfias2023-06-02 20:48:54 -0600
committerDavid Garfias2023-06-02 20:48:54 -0600
commitef236e362db0bdc386f57c1533aa3e2fddfb7c5a (patch)
treedff5a541e34cfb9534afaf494c258bb51c3a2b51
parent0b755f2243e330fe886cb0712406e7443a8b1a19 (diff)
downloadaur-ef236e362db0bdc386f57c1533aa3e2fddfb7c5a.tar.gz
Updated to 2023.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0261db321f40..2078ca7d0302 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 = 2023.0.0
+ pkgver = 2023.1.0
pkgrel = 1
url = https://www.scilab.org
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = scilab-bin
conflicts = scilab
conflicts = scilab-git
options = !strip
- source = https://www.scilab.org/download/2023.0.0/scilab-2023.0.0.bin.x86_64-pc-linux-gnu.tar.xz
- sha256sums = 1278955d3bfc4b5be9290ec17f40b9e79789dee09be6893ba83f382e89015a66
+ source = https://www.scilab.org/download/2023.1.0/scilab-2023.1.0.bin.x86_64-linux-gnu.tar.xz
+ sha256sums = 8abcd28bc560f47a48479c37d3aaf9a976156611f1ca238cda1ac4ad866fa8c5
pkgname = scilab-bin
diff --git a/PKGBUILD b/PKGBUILD
index 66b5a7d5a768..ccc3e48071b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=scilab-bin
_pkgname=${pkgname%-bin}
-pkgver=2023.0.0
+pkgver=2023.1.0
pkgrel=1
pkgdesc="A software package for numerical computation, providing a powerful computing environment for engineering and scientific applications."
arch=("x86_64")
@@ -17,8 +17,8 @@ conflicts=('scilab' 'scilab-git')
provides=('scilab')
options=(!strip)
# From Scilab downloads page (https://www.scilab.org/download/)
-source=("https://www.scilab.org/download/${pkgver}/${_pkgname}-${pkgver}.bin.x86_64-pc-linux-gnu.tar.xz")
-sha256sums=("1278955d3bfc4b5be9290ec17f40b9e79789dee09be6893ba83f382e89015a66")
+source=("https://www.scilab.org/download/${pkgver}/${_pkgname}-${pkgver}.bin.x86_64-linux-gnu.tar.xz")
+sha256sums=("8abcd28bc560f47a48479c37d3aaf9a976156611f1ca238cda1ac4ad866fa8c5")
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"