From 488e26a549e018f5413dd7e5a06c900c0c1b9ad0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 May 2019 11:14:10 +0200 Subject: v1.41.0 --- php-twig.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-twig.spec') diff --git a/php-twig.spec b/php-twig.spec index cd71e89..304a81b 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -30,8 +30,8 @@ %global github_owner twigphp %global github_name Twig -%global github_version 1.40.1 -%global github_commit 35889516bbd6bbe46a600c2c33b03515df4a076e +%global github_version 1.41.0 +%global github_commit 575cd5028362da591facde1ef5d7b94553c375c9 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -353,6 +353,9 @@ exit $ret %changelog +* Wed May 15 2019 Remi Collet - 1.41.0-1 +- update to 1.41.0 + * Tue Apr 30 2019 Remi Collet - 1.40.1-1 - update to 1.40.1 -- cgit