From bdfd7ad98187ab8266fe4b259c9c493fb12e2d6f Mon Sep 17 00:00:00 2001 From: Leon Lynch Date: Sat, 2 Nov 2024 20:23:02 +0100 Subject: [PATCH] Update formula for dukpt-1.2.2 --- Formula/dukpt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/dukpt.rb b/Formula/dukpt.rb index 9d38efe..889017f 100644 --- a/Formula/dukpt.rb +++ b/Formula/dukpt.rb @@ -1,8 +1,8 @@ class Dukpt < Formula desc "ANSI X9.24 DUKPT libraries and tools" homepage "https://github.com/openemv/dukpt" - url "https://github.com/openemv/dukpt/releases/download/1.2.1/dukpt-1.2.1-src.tar.gz" - sha256 "031ed3b252420398e06648a56f53e4fd84aef7116fda7259ff114ae4d7eab218" + url "https://github.com/openemv/dukpt/releases/download/1.2.2/dukpt-1.2.2-src.tar.gz" + sha256 "a5f70d2682d027e8a996773cfd8cf74e2e255e22c4af660940652ac0714be88d" license all_of: ["LGPL-2.1-or-later", "GPL-3.0-or-later"] head "https://github.com/openemv/dukpt.git", branch: "master"