From 9786da133a85229d958952a5383271a0c4cf6b83 Mon Sep 17 00:00:00 2001 From: SolitudeSF Date: Wed, 23 Oct 2019 15:37:54 +0300 Subject: [PATCH] instead: update to 3.3.1 --- srcpkgs/instead/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/instead/template b/srcpkgs/instead/template index 78fc7f26cdc..6afae06efbd 100644 --- a/srcpkgs/instead/template +++ b/srcpkgs/instead/template @@ -1,6 +1,6 @@ # Template file for 'instead' pkgname=instead -version=3.3.0 +version=3.3.1 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=c9f845be9267fb4457fec4b056a281e1460478969a8c70d2bd2ff82770e6534f +checksum=00879f36ad9221fd75c7497dd091460c7477fc6e53151a0ea50a342b1bbb7781 build_options="gtk3 sdl2" build_options_default="sdl2"