summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gott2022-05-03 15:56:35 -0400
committerGraeme Gott2022-05-03 15:56:35 -0400
commit4fd63fb8c64cfbf6f4698d8c2572b945fa6d7753 (patch)
tree476e00439aed93d241a54c293866b65c5c19c295
parent52560559c4e9a39ac84d8acee8b34b60f0ba62b0 (diff)
downloadaur-4fd63fb8c64cfbf6f4698d8c2572b945fa6d7753.tar.gz
Update to 1.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5069f7fd19c1..c99f5886a53c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simsu
pkgdesc = A basic Sudoku game
- pkgver = 1.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://gottcode.org/simsu/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = simsu
makedepends = cmake
makedepends = qt6-tools
depends = qt6-base
- source = https://gottcode.org/simsu/simsu-1.4.0-src.tar.bz2
- sha256sums = 6db0c004de67c122ac67f34cc6c1a68cd78be02034eceeab922848f87cb85e87
+ source = https://gottcode.org/simsu/simsu-1.4.1-src.tar.bz2
+ sha256sums = 53ae023270336eefa3fe936671fb910d7cfbad8d6b898cef13260861d573e9ff
pkgname = simsu
diff --git a/PKGBUILD b/PKGBUILD
index 41f387b717ae..cf573a45ce51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=simsu
-pkgver=1.4.0
+pkgver=1.4.1
pkgrel=1
pkgdesc='A basic Sudoku game'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('qt6-base')
makedepends=('cmake' 'qt6-tools')
source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
-sha256sums=('6db0c004de67c122ac67f34cc6c1a68cd78be02034eceeab922848f87cb85e87')
+sha256sums=('53ae023270336eefa3fe936671fb910d7cfbad8d6b898cef13260861d573e9ff')
build() {
cmake -B build -S $pkgbase-$pkgver \