Skip to content

Commit 1191b80

Browse files
committed
GnuPG 2.2.20
1 parent 972eec7 commit 1191b80

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @crazy-max

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.2.20-6 (2020/03/25)
4+
5+
* GnuPG 2.2.20
6+
* Portapps 1.31.0
7+
38
## 2.2.19-5 (2019/12/09)
49

510
* GnuPG 2.2.19

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 CrazyMax
3+
Copyright (c) 2019-2020 CrazyMax
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<a href="https://portapps.io/app/gnupg-portable/#download"><img src="https://img.shields.io/github/downloads/portapps/gnupg-portable/total.svg?style=flat-square" alt="Total downloads"></a>
66
<a href="https://travis-ci.com/portapps/gnupg-portable"><img src="https://img.shields.io/travis/com/portapps/gnupg-portable/master.svg?style=flat-square" alt="Build Status"></a>
77
<a href="https://goreportcard.com/report/github.com/portapps/gnupg-portable"><img src="https://goreportcard.com/badge/github.com/portapps/gnupg-portable?style=flat-square" alt="Go Report"></a>
8-
<a href="https://www.codacy.com/app/portapps/gnupg-portable"><img src="https://img.shields.io/codacy/grade/743ae8178f85487e8f939e342797bfe9.svg?style=flat-square" alt="Code Quality"></a>
8+
<a href="https://app.codacy.com/gh/portapps/gnupg-portable"><img src="https://img.shields.io/codacy/grade/743ae8178f85487e8f939e342797bfe9.svg?style=flat-square" alt="Code Quality"></a>
99
<br /><a href="https://github.com/sponsors/crazy-max"><img src="https://img.shields.io/badge/sponsor-crazy--max-181717.svg?logo=github&style=flat-square" alt="Become a sponsor"></a>
1010
<a href="https://www.paypal.me/crazyws"><img src="https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal&style=flat-square" alt="Donate Paypal"></a>
1111
</p>

build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ core.dir = ../portapps
55
app = gnupg
66
app.name = GnuPG
77
app.type = archive
8-
app.version = 2.2.19
9-
app.release = 5
8+
app.version = 2.2.20
9+
app.release = 6
1010
app.homepage = https://www.gnupg.org/
1111

1212
# Portable app
@@ -20,5 +20,5 @@ papp.url = https://github.com/portapps/${papp.id}
2020
atf.id = gnupg
2121
atf.win32.filename = ${atf.id}-win32-${app.version}
2222
atf.win32.ext = .exe
23-
atf.win32.url = https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.19_20191207.exe
23+
atf.win32.url = https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.20_20200320.exe
2424
atf.win32.assertextract = bin/gpg.exe

0 commit comments

Comments
 (0)