From b498008f356ae67a849f1fe0836a4b291126e5d0 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Fri, 8 Aug 2025 12:37:34 +0200 Subject: [PATCH] hyperrogue: update to 13.1 --- srcpkgs/hyperrogue/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hyperrogue/template b/srcpkgs/hyperrogue/template index 17a192867f8..00cde569c68 100644 --- a/srcpkgs/hyperrogue/template +++ b/srcpkgs/hyperrogue/template @@ -1,6 +1,6 @@ # Template file for 'hyperrogue' pkgname=hyperrogue -version=13.0y +version=13.1 revision=1 build_style=gnu-makefile hostmakedepends="pkg-config" @@ -13,7 +13,7 @@ license="GPL-2.0-or-later" homepage="https://www.roguetemple.com/z/hyper/" changelog="https://raw.githubusercontent.com/zenorogue/hyperrogue/master/changelog.txt" distfiles="https://github.com/zenorogue/hyperrogue/archive/refs/tags/v${version}.tar.gz" -checksum=3f547704203eaf8eaa6f5ca88fc1dfa6ea339ebdaf17fd7fc83955c69093376c +checksum=fc3da7b6e265ccdcc96a256eead3b30cf5b21bc7d87557a874973e599082b66a nocross="Generates code from build output that must run on host" # SDL_gfx-devel headers require that SDL.h be under the header search paths,