Skip to content

Commit

Permalink
Add gpg 1.4.23
Browse files Browse the repository at this point in the history
  • Loading branch information
tirsen authored and alecthomas committed Jun 16, 2022
1 parent f27aac4 commit b3873f3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions gpg.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
binaries = ["bin/gpg", "bin/gpg-zip", "bin/gpgsplit", "bin/gpgv"]

platform "darwin" "amd64" {
source = "https://github.com/cashapp/hermit-build/releases/download/gpg/gnupg-${version}-${os}-${arch}.tar.bz2"
}

platform "darwin" "arm64" {
source = "https://github.com/cashapp/hermit-build/releases/download/gpg/gnupg-${version}-${os}-amd64.tar.bz2"
}

platform "linux" "amd64" {
source = "https://github.com/cashapp/hermit-build/releases/download/gpg/gnupg-${version}-${os}-${arch}.tar.bz2"
}

description = "GnuPG is a complete and free implementation of the OpenPGP standard"
homepage = "https://gnupg.org/"
test = "gpg --version"

version "1.4.23" {}

0 comments on commit b3873f3

Please sign in to comment.