Skip to content

Commit cb15e39

Browse files
committed
Keep BOTH of gpg keys
1 parent 7951e37 commit cb15e39

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

update.sh

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@ set -e
33

44
declare -A gpgKeys=(
55
# https://wiki.php.net/todo/php71
6-
# davey
7-
[7.1]='528995BFEDFBA7191D46839EF9BA0ADA31CBD89E'
6+
# davey & krakjoe
7+
# https://secure.php.net/downloads.php#gpg-7.1
8+
[7.1]='A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E'
89

910
# https://wiki.php.net/todo/php70
10-
# ab
11-
[7.0]='1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763'
11+
# ab & tyrael
12+
# https://secure.php.net/downloads.php#gpg-7.0
13+
[7.0]='1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3'
1214

1315
# https://wiki.php.net/todo/php56
1416
# jpauli & tyrael
17+
# https://secure.php.net/downloads.php#gpg-5.6
1518
[5.6]='0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3'
1619
)
1720
# see https://secure.php.net/downloads.php

0 commit comments

Comments
 (0)