Skip to content

Commit

Permalink
Update formula to v0.17.1 (#38)
Browse files Browse the repository at this point in the history
* Update formula to v0.17.1
* GHA cache version bump
  • Loading branch information
ni4 authored May 21, 2024
1 parent 7968a51 commit 546ec48
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Cache Homebrew Bundler RubyGems
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.set-up-homebrew.outputs.gems-path }}
key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}
Expand Down
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 546ec48

Please sign in to comment.