diff options
-rw-r--r-- | community/gnome-chess/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-chess/APKBUILD b/community/gnome-chess/APKBUILD index c3c155f6137..626b021a464 100644 --- a/community/gnome-chess/APKBUILD +++ b/community/gnome-chess/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-chess -pkgver=40.0 +pkgver=40.1 pkgrel=0 arch="all !s390x !mips !mips64" # Blocked by librsvg -> rust url="https://wiki.gnome.org/Apps/Chess" @@ -25,4 +25,4 @@ package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } -sha512sums="e9ee288311578e5035506c49032b4dbbdc56270ab23293ed5a56d69baacb5f0e72b0a8dfafaabad4f7f9e351342fef0405bbe97110ac134c9ab4287c7f7fe7a6 gnome-chess-40.0.tar.xz" +sha512sums="aae1690724c068717045d70f4fbd5a6cf1fc169ae0bd5df0ae7f0d7a2609c93c482da545008dd3c5d11e975ec8f2c5fc6f4b0007a8f2a1128a75aec2f3fcb083 gnome-chess-40.1.tar.xz" |