From 3de8441230c5768230dbd33a276d2c382964fb4c Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Sat, 20 Mar 2021 14:23:56 +0100 Subject: [PATCH] instead: update to 3.3.3. --- srcpkgs/instead/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/instead/template b/srcpkgs/instead/template index 81b5e1b39d28..5013040b7687 100644 --- a/srcpkgs/instead/template +++ b/srcpkgs/instead/template @@ -1,6 +1,6 @@ # Template file for 'instead' pkgname=instead -version=3.3.2 +version=3.3.3 revision=1 build_style=cmake configure_args="-DWITH_SDL2=$(vopt_if sdl2 ON OFF) @@ -14,7 +14,7 @@ license="MIT" homepage="https://instead-hub.github.io" changelog="https://raw.githubusercontent.com/instead-hub/instead/master/ChangeLog" distfiles="https://github.com/instead-hub/instead/releases/download/${version}/instead_${version}.tar.gz" -checksum=bb98f6903291bcc40fb06f2203ab8e05272ec84fded412482b6faa54bea3a90b +checksum=1a39a8999254e585dbbc94b3da3ed8b28669d01c70f1f9e17864af4ad91f77b3 build_options="gtk3 sdl2" build_options_default="sdl2"