Skip to content

Commit

Permalink
set checksum publishing to true in metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Ogura committed Jul 14, 2020
1 parent 8d8e5ec commit 1ea36e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ require (
golang.org/x/text v0.0.0-20171227012246-e19ae1496984
gopkg.in/yaml.v2 v2.0.0-20171116090243-287cf08546ab
)

go 1.13
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@
"src": "description.txt",
"dst": "{{.Repository}}/{{.Name}}/{{.Version}}/description.txt",
"sig": true,
"checksums": false
"checksums": true
},
{
"src": "certinator_darwin_amd64",
"dst": "{{.Repository}}/{{.Name}}/{{.Version}}/darwin/amd64/{{.Name}}",
"sig": true,
"checksums": false
"checksums": true
},
{
"src": "certinator_linux_amd64",
"dst": "{{.Repository}}/{{.Name}}/{{.Version}}/linux/amd64/{{.Name}}",
"sig": true,
"checksums": false
"checksums": true
}
]
}
Expand Down

0 comments on commit 1ea36e2

Please sign in to comment.