summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom van den Brink2024-01-04 20:54:59 +0100
committerTom van den Brink2024-01-04 20:54:59 +0100
commit7618e756b8bf393b008d51dda38a2185faef213f (patch)
treef408fc91d8ccf9b088f514113c11df602367cc25
parent4f63f3b8330951ccc646f9f25ed48289bf6f0fd9 (diff)
downloadaur-7618e756b8bf393b008d51dda38a2185faef213f.tar.gz
Update to 1_1_8763 rel=1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rwxr-xr-xmakeSmath.sh4
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a8effb40e54..f165668b499f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smath
pkgdesc = A mathematical program with many features and paper-like interface, similar to Mathcad
- pkgver = 1_00_8348
+ pkgver = 1_1_8763
pkgrel = 1
url = http://smath.info
install = smath.install
@@ -10,7 +10,7 @@ pkgbase = smath
license = CCPL
depends = mono
backup = opt/smath/settings.inf
- source = https://smath.com/file/Lw2xA/SMathStudioDesktop.1_00_8348.Mono.tar.gz
- md5sums = 4ae9109f910c0085eeb8c193f3ad1c10
+ source = https://smath.com/file/w3XHB/SMathStudioDesktop.1_1_8763.Mono.tar.gz
+ md5sums = 0e3c05eb81a82dbcce2ef04904624b2b
pkgname = smath
diff --git a/PKGBUILD b/PKGBUILD
index 8eaa07ec09de..93efdbaf637b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@
# http://smath.info
pkgname=smath
-pkgver=1_00_8348
+pkgver=1_1_8763
pkgrel=1
pkgdesc="A mathematical program with many features and paper-like interface, similar to Mathcad"
-_pkgcode=Lw2xA
+_pkgcode=w3XHB
arch=('i686' 'x86_64')
url="http://smath.info"
license=('CCPL')
@@ -20,7 +20,7 @@ depends=('mono')
install=smath.install
backup=(opt/$pkgname/settings.inf)
source=("https://smath.com/file/${_pkgcode}/SMathStudioDesktop.${pkgver}.Mono.tar.gz")
-md5sums=('4ae9109f910c0085eeb8c193f3ad1c10')
+md5sums=('0e3c05eb81a82dbcce2ef04904624b2b')
DLAGENTS=("https::/usr/bin/wget --post-data RefMem=&PostBack=${_pkgcode} %u")
package() {
diff --git a/makeSmath.sh b/makeSmath.sh
index d649920289a9..8738ea352888 100755
--- a/makeSmath.sh
+++ b/makeSmath.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-_pkgcode=Lw2xA
-pkgver=1_00_8348
+_pkgcode=w3XHB
+pkgver=1_1_8763
pkgrel=1
wget --post-data "RefMem=&PostBack=${_pkgcode}" https://smath.com/file/${_pkgcode}/SMathStudioDesktop.${pkgver}.Mono.tar.gz