summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2023-04-29 20:18:32 +0200
committerSammysHP2023-04-29 20:18:32 +0200
commit5d74199c584fb8066922750365f9b329f9417929 (patch)
tree39bd886cb26eb4923f244695e15ab5d0f29706d4
parent67520c3f41ddeb6d39848f9c91d9b40242b5e94b (diff)
downloadaur-5d74199c584fb8066922750365f9b329f9417929.tar.gz
Update to 3.0.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ab2a16549fb..5b06842204b6 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 = 3.0.19
+ pkgver = 3.0.20
pkgrel = 1
url = http://thomasokken.com/free42/
arch = i686
arch = x86_64
license = GPL
depends = gtk3
- source = http://thomasokken.com/free42/upstream/free42-nologo-3.0.19.tgz
+ source = http://thomasokken.com/free42/upstream/free42-nologo-3.0.20.tgz
source = free42.desktop
- md5sums = b545f0d4d1a299d681908214492f89a3
+ md5sums = d460e6b9095d11ce46c6fb60421d77a8
md5sums = 9e1af9bfd8ce5eb2ad107f63ea446a55
pkgname = free42
diff --git a/PKGBUILD b/PKGBUILD
index 0ad9ca9d5fb9..20cb3706abce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Vladimir Cerny <blackvladimir@gmail.com>
pkgname=free42
-pkgver=3.0.19
+pkgver=3.0.20
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=('b545f0d4d1a299d681908214492f89a3'
+md5sums=('d460e6b9095d11ce46c6fb60421d77a8'
'9e1af9bfd8ce5eb2ad107f63ea446a55')
build() {