From 4121ae94fc0961c23902853fbfefa03e6472d57d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 May 2021 08:43:50 +0200 Subject: update to 1.44.4 --- php-twig.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-twig.spec b/php-twig.spec index c25f7f2..b57b9db 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -16,8 +16,8 @@ %global github_owner twigphp %global github_name Twig -%global github_version 1.44.3 -%global github_commit 920a9b9a616cdc3ee80dfee67cab5223a2cae7fa +%global github_version 1.44.4 +%global github_commit 4d400421528e9fa40caaffcf7824c172526dd99d %global github_short %(c=%{github_commit}; echo ${c:0:7}) # Lib @@ -190,6 +190,9 @@ exit $RETURN_CODE %changelog +* Mon May 17 2021 Remi Collet - 1.44.4-1 +- update to 1.44.4 + * Wed May 12 2021 Remi Collet - 1.44.3-1 - update to 1.44.3 -- cgit