summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSammysHP2024-01-18 13:57:28 +0100
committerSammysHP2024-01-18 13:57:28 +0100
commit0d122a170ead939289fb39fd891b4bc054ab12a3 (patch)
tree8c5e28889bf7ae2bf9f19be25cfa9da4fb5f51c5
parent61193562ba3b8fff843b0592658bfd66444070b4 (diff)
downloadaur-0d122a170ead939289fb39fd891b4bc054ab12a3.tar.gz
Update to 3.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06dc53ed5c14..b62517b56ca8 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.1.2
+ pkgver = 3.1.3
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.1.2.tgz
+ source = http://thomasokken.com/free42/upstream/free42-nologo-3.1.3.tgz
source = free42.desktop
- md5sums = b954d27e4e2538a2f467e92e36a6961f
+ md5sums = d7c93197c19e4da1348c8e5c6b66be65
md5sums = 9e1af9bfd8ce5eb2ad107f63ea446a55
pkgname = free42
diff --git a/PKGBUILD b/PKGBUILD
index ed9b1f573f34..8089a73595f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Vladimir Cerny <blackvladimir@gmail.com>
pkgname=free42
-pkgver=3.1.2
+pkgver=3.1.3
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=('b954d27e4e2538a2f467e92e36a6961f'
+md5sums=('d7c93197c19e4da1348c8e5c6b66be65'
'9e1af9bfd8ce5eb2ad107f63ea446a55')
build() {