From 77e90150442fa23bfd227b88696ffc982be7abc0 Mon Sep 17 00:00:00 2001 From: Saim Momin <64724322+SaimMomin12@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:38:19 +0200 Subject: [PATCH] Update gfastats tool version (#51246) * Updated gfastats version * Updated build number * Changes to source url and checksum * Removing trailing white spaces * Reverting to Git source --- recipes/gfastats/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/gfastats/meta.yaml b/recipes/gfastats/meta.yaml index a7158f50509c9..66a7fdddf5450 100644 --- a/recipes/gfastats/meta.yaml +++ b/recipes/gfastats/meta.yaml @@ -1,6 +1,6 @@ {% set name = "gfastats" %} -{% set version = "1.3.7" %} - +{% set version = "1.3.8" %} + package: name: {{ name }} version: {{ version }} @@ -10,7 +10,7 @@ source: git_tag: v{{ version }} build: - number: 1 + number: 0 run_exports: - {{ pin_subpackage('gfastats', max_pin="x") }}