Skip to content

Commit

Permalink
Update formulas for tr31-0.6.0 and dukpt-1.1.2
Browse files Browse the repository at this point in the history
The tr31-0.6.0 API has change significantly, making it necessary to
update both tr31 and dukpt simultaneously.
  • Loading branch information
leonlynch committed Dec 31, 2023
1 parent 416ccdb commit 1d3940d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Formula/dukpt.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
4 changes: 2 additions & 2 deletions Formula/tr31.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 1d3940d

Please sign in to comment.