summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom van den Brink2022-08-16 14:10:02 +0200
committerTom van den Brink2022-08-16 14:10:02 +0200
commit6aa242df4e1f0444157f94bb521427debaff0f1f (patch)
tree4915d18512c35278890f217c060bd201ff4bac4a
parent3a49a07b20b22fbdbe3d4f23f1dfc3c929e76a21 (diff)
downloadaur-6aa242df4e1f0444157f94bb521427debaff0f1f.tar.gz
Update to 1_00_8253 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 29fc378f879c..b539fe6572db 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_8238
+ pkgver = 1_00_8253
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/YGSRa/SMathStudioDesktop.1_00_8238.Mono.tar.gz
- md5sums = 37561caac46b62f404646d3ec5d9e9a2
+ source = https://smath.com/file/gxE6v/SMathStudioDesktop.1_00_8253.Mono.tar.gz
+ md5sums = 9c6f640e985b81ab587b27e030d11fa3
pkgname = smath
diff --git a/PKGBUILD b/PKGBUILD
index 797481296bb9..057968e95da0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@
# http://smath.info
pkgname=smath
-pkgver=1_00_8238
+pkgver=1_00_8253
pkgrel=1
pkgdesc="A mathematical program with many features and paper-like interface, similar to Mathcad"
-_pkgcode=YGSRa
+_pkgcode=gxE6v
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=('37561caac46b62f404646d3ec5d9e9a2')
+md5sums=('9c6f640e985b81ab587b27e030d11fa3')
DLAGENTS=("https::/usr/bin/wget --post-data RefMem=&PostBack=${_pkgcode} %u")
package() {
diff --git a/makeSmath.sh b/makeSmath.sh
index 7acddcb41072..5726865ad596 100755
--- a/makeSmath.sh
+++ b/makeSmath.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-_pkgcode=YGSRa
-pkgver=1_00_8238
+_pkgcode=gxE6v
+pkgver=1_00_8253
pkgrel=1
wget --post-data "RefMem=&PostBack=${_pkgcode}" https://smath.com/file/${_pkgcode}/SMathStudioDesktop.${pkgver}.Mono.tar.gz