summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2021-01-06 19:42:11 +0100
committerSammysHP2021-01-06 19:42:11 +0100
commit08f623be6ed3896ec4836b668ec83d60933f39f7 (patch)
treecdf3776a3440b5e8ee13dad2c7d8a8e9365e3f01
parent72361c257bf7b94d6d22ffaeb3cfd0b26fd29ba4 (diff)
downloadaur-08f623be6ed3896ec4836b668ec83d60933f39f7.tar.gz
Update to 2.5.23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1348386b5bd1..53511b1a5475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = free42
pkgdesc = A complete re-implementation of the HP-42S calculator and the HP-82240 printer
- pkgver = 2.5.22
+ pkgver = 2.5.23
pkgrel = 1
url = http://thomasokken.com/free42/
arch = i686
arch = x86_64
license = GPL
depends = gtk3
- source = http://thomasokken.com/free42/upstream/free42-nologo-2.5.22.tgz
+ source = http://thomasokken.com/free42/upstream/free42-nologo-2.5.23.tgz
source = free42.desktop
- md5sums = b4e851f191967cb80218833100896c33
+ md5sums = 6813032c7e2bbe6851b473094c44256b
md5sums = 9e1af9bfd8ce5eb2ad107f63ea446a55
pkgname = free42
diff --git a/PKGBUILD b/PKGBUILD
index c1863d0d30a9..b8ba7031ad13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Vladimir Cerny <blackvladimir@gmail.com>
pkgname=free42
-pkgver=2.5.22
+pkgver=2.5.23
pkgrel=1
pkgdesc="A complete re-implementation of the HP-42S calculator and the HP-82240 printer"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('gtk3')
source=("http://thomasokken.com/free42/upstream/$pkgname-nologo-$pkgver.tgz"
"free42.desktop")
-md5sums=('b4e851f191967cb80218833100896c33'
+md5sums=('6813032c7e2bbe6851b473094c44256b'
'9e1af9bfd8ce5eb2ad107f63ea446a55')
build() {