Skip to content

Commit

Permalink
Add tinkey
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Aug 18, 2024
1 parent abb318f commit 62fa897
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tinkey.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
description = "Utility that allows generating and manipulating Tink keysets"
binaries = ["tinkey"]
source = "https://storage.googleapis.com/tinkey/tinkey-${version}.tar.gz"
runtime-dependencies = ["openjre@17"]

version "1.10.0" "1.10.1" {
auto-version {
github-release = "tink-crypto/tink-tinkey"
}
}

sha256sums = {
"https://storage.googleapis.com/tinkey/tinkey-1.10.1.tar.gz": "3c0b83b85684af0b700f571540ef6a45460f44092cb5afca5e395b932e48d84c",
"https://storage.googleapis.com/tinkey/tinkey-1.10.0.tar.gz": "9b22c0be8d9712297fbfea9e460ec32aedf545179d7fc3fa1c2424e0994bf9f8",
}

0 comments on commit 62fa897

Please sign in to comment.