From 094f7c4d9303d4746e1f08ce34a1315fc1fcc496 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Fri, 22 Oct 2021 22:27:28 -0400 Subject: [PATCH] toxic: update to 0.11.1 --- srcpkgs/toxic/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/toxic/template b/srcpkgs/toxic/template index bc1daf5e602c..fd6255895ae7 100644 --- a/srcpkgs/toxic/template +++ b/srcpkgs/toxic/template @@ -1,6 +1,6 @@ # Template file for 'toxic' pkgname=toxic -version=0.10.1 +version=0.11.1 revision=1 build_style=gnu-makefile hostmakedepends="pkg-config" @@ -12,7 +12,7 @@ maintainer="avoidr " license="GPL-3.0-or-later" homepage="https://github.com/JFreegman/toxic/" distfiles="https://github.com/JFreegman/toxic/archive/v${version}.tar.gz" -checksum=b3cfbea28135fbc48c083276160cef02de755b60f6cfe1bd6efc1b5fdd4b92fe +checksum=5df8f3cf21c2b228546399f0c2a77c6d8f5356939a85c32222a4f6a26b82688a do_build() { make CC=$CC USER_CFLAGS="$CFLAGS" USER_LDFLAGS="$LDFLAGS" ${makejobs}