Skip to content

Commit

Permalink
Update formula for dukpt-1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlynch committed May 26, 2024
1 parent e34efd0 commit 71b09fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/dukpt.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
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.0/dukpt-1.2.0-src.tar.gz"
sha256 "d6d905977df6b28ad68bb7b08c4b2003322c1edb69fffcc6313687deec6fbcbb"
url "https://github.com/openemv/dukpt/releases/download/1.2.1/dukpt-1.2.1-src.tar.gz"
sha256 "031ed3b252420398e06648a56f53e4fd84aef7116fda7259ff114ae4d7eab218"
license all_of: ["LGPL-2.1-or-later", "GPL-3.0-or-later"]
revision 1
head "https://github.com/openemv/dukpt.git", branch: "master"

depends_on "cmake" => :build
Expand Down

0 comments on commit 71b09fd

Please sign in to comment.