Skip to content

Commit 0ad3235

Browse files
ReactDevs007tianon
authored andcommitted
Add some useful comments to update.sh for gpgKeys "provenance"
1 parent d03250d commit 0ad3235

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

update.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
set -e
33

44
declare -A gpgKeys=(
5+
# https://wiki.php.net/todo/php70
6+
# ab
57
[7.0]='1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763'
8+
9+
# https://wiki.php.net/todo/php56
10+
# jpauli & tyrael
611
[5.6]='0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3'
712
)
813
# see https://secure.php.net/downloads.php

0 commit comments

Comments
 (0)