From 3287ad564c1112bf8ffcdb155c9f3e5448b53925 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Tue, 5 Jul 2022 02:51:30 +0300 Subject: [PATCH] zimg: update to 3.0.4. --- srcpkgs/zimg/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/zimg/template b/srcpkgs/zimg/template index 3f2f7291d0aa..63f693b06954 100644 --- a/srcpkgs/zimg/template +++ b/srcpkgs/zimg/template @@ -1,6 +1,6 @@ # Template file for 'zimg' pkgname=zimg -version=3.0.3 +version=3.0.4 revision=1 wrksrc=zimg-release-${version} build_style=gnu-configure @@ -11,7 +11,7 @@ license="WTFPL" homepage="https://github.com/sekrit-twc/zimg" changelog="https://raw.githubusercontent.com/sekrit-twc/zimg/master/ChangeLog" distfiles="https://github.com/sekrit-twc/zimg/archive/release-${version}.tar.gz" -checksum=5e002992bfe8b9d2867fdc9266dc84faca46f0bfd931acc2ae0124972b6170a7 +checksum=219d1bc6b7fde1355d72c9b406ebd730a4aed9c21da779660f0a4c851243e32f case "$XBPS_TARGET_MACHINE" in armv7*) configure_args+=" --disable-simd";;