From 1d3940d2f0996757eb269c1e1577a0a8a3904d0b Mon Sep 17 00:00:00 2001 From: Leon Lynch Date: Sun, 31 Dec 2023 19:18:21 +0100 Subject: [PATCH] Update formulas for tr31-0.6.0 and dukpt-1.1.2 The tr31-0.6.0 API has change significantly, making it necessary to update both tr31 and dukpt simultaneously. --- Formula/dukpt.rb | 4 ++-- Formula/tr31.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/dukpt.rb b/Formula/dukpt.rb index faefeba..77cd6ed 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.1.1/dukpt-1.1.1-src.tar.gz" - sha256 "38cb38fd503d2486be3438cfd01c08c9a27bfcf6833c39692b975ccf49ae94b1" + url "https://github.com/openemv/dukpt/releases/download/1.1.2/dukpt-1.1.2-src.tar.gz" + sha256 "f2bf4cf1d49e71f8ab14cfbb7c48553ebd7e1ea81c6a61c304c197a95964fb8b" license all_of: ["LGPL-2.1-or-later", "GPL-3.0-or-later"] head "https://github.com/openemv/dukpt.git", branch: "master" diff --git a/Formula/tr31.rb b/Formula/tr31.rb index 5f95572..db32189 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.5.2/tr31-0.5.2-src.tar.gz" - sha256 "e4812f988c2f3558602795947c22fb41d77f2a2c4bf3a98294c63a74e2da6219" + url "https://github.com/openemv/tr31/releases/download/0.6.0/tr31-0.6.0-src.tar.gz" + sha256 "4030eb0a80300c7575c12d1e524764000aa1f9740a192754c0ab768733f7c38e" license "LGPL-2.1-or-later" head "https://github.com/openemv/tr31.git", branch: "master"