From 35f8501ab2c8ad53b5c5179ab50f2811f63e89aa Mon Sep 17 00:00:00 2001 From: Leon Lynch Date: Fri, 1 Nov 2024 19:33:21 +0100 Subject: [PATCH] Update formula for tr31-0.6.2 --- Formula/tr31.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/tr31.rb b/Formula/tr31.rb index 4749c67..c150bba 100644 --- a/Formula/tr31.rb +++ b/Formula/tr31.rb @@ -1,8 +1,8 @@ class Tr31 < Formula desc "Key block library and tools for ANSI X9.143, ASC X9 TR-31 and ISO 20038" homepage "https://github.com/openemv/tr31" - url "https://github.com/openemv/tr31/releases/download/0.6.1/tr31-0.6.1-src.tar.gz" - sha256 "a5d65c9c7edce5d245f428dacda9f34c5fb8cee43018f557ed5401600f0878d8" + url "https://github.com/openemv/tr31/releases/download/0.6.2/tr31-0.6.2-src.tar.gz" + sha256 "8ebe2dbe7eca00ca97000e56afb8028fa55dd0a92bb1e4d08b1482d956833e38" license "LGPL-2.1-or-later" head "https://github.com/openemv/tr31.git", branch: "master"