summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraeme Gott2024-01-16 12:03:05 -0500
committerGraeme Gott2024-01-16 12:03:05 -0500
commit2361990603abec217a9023f065d037da2a08e2f4 (patch)
tree9a5eeb755e75a22b21970497820007a7598fc3fc /PKGBUILD
parenta8d9263220045a354ad85b6e582275e2b5d5208f (diff)
downloadaur-simsu.tar.gz
Update to 1.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ada97a0dceee..7974c83adb09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Graeme Gott <graeme@gottcode.org>
pkgname=simsu
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc='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}.tar.bz2")
-sha256sums=('7230293d7ff8d52b4a8d7f4e26638cff6e22e2a78edcc4ddaf7988da624fb37c')
+sha256sums=('77c690f242a073c99cb6fa08f039d02988110b34e211f0d8c7f0fe0b9c0e41a2')
build() {
cmake -B build -S "${pkgname}-${pkgver}" \