Skip to content

Commit

Permalink
Update formula to v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed May 21, 2024
1 parent 7968a51 commit 8dc02fa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Formula/rnp.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# frozen_string_literal: true

class Rnp < Formula
desc "High-performance OpenPGP command-line tools and library"
desc "High performance C++ OpenPGP library used by Mozilla Thunderbird"
homepage "https://github.com/rnpgp/rnp"
url "https://github.com/rnpgp/rnp/archive/refs/tags/v0.16.3.tar.gz"
sha256 "5c4951e46cc29524a9eae90378414f88e6e0b54b59a1f44c75101b9022835e96"
url "https://github.com/rnpgp/rnp/releases/download/v0.17.1/rnp-v0.17.1.tar.gz"
sha256 "3095e2439ecb7b65f0ab72b7bbfafeb39bb1dda3c24c2ae110719a41bbfbf37d"
license all_of: ["MIT", "BSD-2-Clause", "BSD-3-Clause"]
head "https://github.com/rnpgp/rnp.git"
head "https://github.com/rnpgp/rnp.git", branch: "main"

depends_on "cmake" => :build
depends_on "botan"
depends_on "json-c"
uses_from_macos "bzip2"
uses_from_macos "zlib"

def install
system "cmake", "-S", ".", "-B", "build",
Expand Down

0 comments on commit 8dc02fa

Please sign in to comment.