diff options
author | Werner Koch <wk@gnupg.org> | 2024-04-25 11:19:25 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2024-04-25 11:37:53 +0200 |
commit | 83e2dede0a49b048c4aab9e5a2016144a8031763 (patch) | |
tree | 761bc762a0e9dbdfd70111ccd48a94012eddcb1b /Makefile.am | |
parent | Install the new gpg-authcode-sign.sh script. (diff) | |
download | gnupg2-83e2dede0a49b048c4aab9e5a2016144a8031763.tar.xz gnupg2-83e2dede0a49b048c4aab9e5a2016144a8031763.zip |
speedo: Use gpg-authcode-sign.sh and change archive label to v2.5.
--
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1b6933484..b6b8a8e9e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ WITH_MSI=1 # Location of the released tarball archives. This is prefixed by # the variable RELEASE_ARCHIVE in ~/.gnupg-autogen.rc. For example: # RELEASE_ARCHIVE=user@host:archive/tarballs -RELEASE_ARCHIVE_SUFFIX = gnupg/v2.4 +RELEASE_ARCHIVE_SUFFIX = gnupg/v2.5 # The variable RELEASE_SIGNKEY in ~/.gnupg-autogen.rc is used # to specify the key for signing. For example: # RELEASE_SIGNKEY=D8692123C4065DEA5E0F3AB5249B39D24F25E3B6 |