Skip to content

Commit

Permalink
Update Tinkey URL and SHA-256 hash for Tink 1.7.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 467283778
  • Loading branch information
chuckx authored and copybara-github committed Aug 12, 2022
1 parent c966712 commit 3aa0f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tinkey.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
class Tinkey < Formula
desc "A command line tool to generate and manipulate keysets for the Tink cryptography library"
homepage "https://github.com/google/tink/tree/master/tools/tinkey"
url "https://storage.googleapis.com/tinkey/tinkey-1.6.1.tar.gz"
sha256 "156e902e212f55b6747a55f92da69a7e10bcbd00f8942bc1568c0e7caefff3e1"
url "https://storage.googleapis.com/tinkey/tinkey-1.7.0.tar.gz"
sha256 "2c9e69e5bc7561ce37918cecd3eeabb4571e01c915c4397bce25796ff04d92a3"

def install
bin.install "tinkey"
Expand Down

0 comments on commit 3aa0f45

Please sign in to comment.