Skip to content

Commit

Permalink
Update to device signer v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dehanj committed Nov 22, 2023
1 parent b563b0a commit a28a73f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build-podman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -e

tkey_libs_version="v0.0.1"
signer_version="v0.0.7"
tkey_libs_version="v0.0.2"
signer_version="v0.0.8"

printf "Building tkey-libs with version: %s\n" "$tkey_libs_version"
printf "Building signer with version: %s\n" "$signer_version"
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh

tkey_libs_version="v0.0.1"
signer_version="v0.0.7"
tkey_libs_version="v0.0.2"
signer_version="v0.0.8"

printf "Building tkey-libs with version: %s\n" "$tkey_libs_version"
printf "Building signer with version: %s\n" "$signer_version"
Expand Down
2 changes: 1 addition & 1 deletion cmd/tkey-sign/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
// nolint:typecheck // Avoid lint error when the embedding file is missing.
// Build copies the built signer here
//
//go:embed signer.bin-v0.0.7
//go:embed signer.bin-v0.0.8
var signerBinary []byte

// Use when printing err/diag msgs
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion signer.bin.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
93c8e7fba755f78d3827464408e04af3525ff28ebc8885b9065de83648bd0bc66ec9342348c08060cfb7c64bca0ec7836008c19a6e10190667e027b3802cd04f cmd/tkey-sign/signer.bin-v0.0.7
c7dc570db7da1512099f942f4e63be1560b045ae4b7eca9f8d157b69e7b6b95cc4749199a9d67abb8b9f87f8954484b06a95ab7c922889c39491f3b1e2063673 cmd/tkey-sign/signer.bin-v0.0.8
2 changes: 1 addition & 1 deletion tools/spdx-ensure
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ README.md
RELEASE.md
build.sh
build-podman.sh
cmd/tkey-sign/signer.bin-v0.0.7
cmd/tkey-sign/signer.bin-v0.0.8
doc/tkey-sign.1
doc/tkey-sign.scd
go.mod
Expand Down

0 comments on commit a28a73f

Please sign in to comment.