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 9d8602f5cf..8969d24696 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=3.37.3 +pkgver=3.38.0 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="b18eca5172924000a96a8c5356e4be8a1366870ed0ad7eb2137f9180da6b8ab32be6d0850bbb8acb9af2e99ce7294cfe45798f1b0f3cfc55ff428272b162f75d gnome-chess-3.37.3.tar.xz" +sha512sums="c2a8e8ded31c8a337d6adf6271663d9c7936f085246eb04da2b5b8b80485d4450fcb0d3fe1135f9b8d663a5c04955d7e967f875f74221d5b21d3e620a28f6d57 gnome-chess-3.38.0.tar.xz" |