1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-06-14 02:38:04 +02:00
nfpm/testdata/acceptance/signed.yaml
Dj Gilcrease a61de3bb05
fix: switch to use gopenpgp (#315)
With Googles anouncement that x/crypto/openpgp is depreciated https://github.com/golang/go/issues/44226 we have decided to switch to github.com/ProtonMail/gopenpgp & github.com/ProtonMail/go-crypto/openpgp
2021-04-08 11:15:11 -07:00

22 lines
521 B
YAML

name: "foo"
arch: "amd64"
platform: "linux"
version: "v1.0.0"
maintainer: "John Doe <john@example.com>"
description: This package is sigend
vendor: "FooBarCorp"
homepage: "http://example.com"
contents:
- src: ./testdata/fake
dst: /usr/local/bin/fake
deb:
signature:
key_file: ./internal/sign/testdata/privkey_unprotected.asc
rpm:
signature:
key_file: ./internal/sign/testdata/privkey_unprotected.asc
key_id: bc8acdd415bd80b3
apk:
signature:
key_file: ./internal/sign/testdata/rsa_unprotected.priv