From ae9d1fbe8b63cf5ca13e0c2ce66d71a395cc3a1f Mon Sep 17 00:00:00 2001 From: SolitudeSF Date: Sat, 30 May 2020 17:52:50 +0300 Subject: [PATCH] instead: update to 3.3.2 --- srcpkgs/instead/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/instead/template b/srcpkgs/instead/template index 6afae06efbd..81b5e1b39d2 100644 --- a/srcpkgs/instead/template +++ b/srcpkgs/instead/template @@ -1,6 +1,6 @@ # Template file for 'instead' pkgname=instead -version=3.3.1 +version=3.3.2 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=00879f36ad9221fd75c7497dd091460c7477fc6e53151a0ea50a342b1bbb7781 +checksum=bb98f6903291bcc40fb06f2203ab8e05272ec84fded412482b6faa54bea3a90b build_options="gtk3 sdl2" build_options_default="sdl2"