chromium: apply new API-tokens
This commit is contained in:
parent
44e84cb62c
commit
0a720cdad8
1 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=chromium
|
||||
# See http://www.chromium.org/developers/calendar for the latest version
|
||||
version=61.0.3163.100
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.chromium.org/"
|
||||
|
@ -139,9 +139,9 @@ do_configure() {
|
|||
# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
|
||||
# Note: These are for Void Linux use ONLY.
|
||||
conf+='
|
||||
google_api_key="AIzaSyCIFdBA7eQP43R6kXRwTq7j6Mvj1ITze90"
|
||||
google_default_client_id="858256686058.apps.googleusercontent.com"
|
||||
google_default_client_secret="sMVx271L_MAz23TW2ek3AASn"'
|
||||
google_api_key="AIzaSyA9gWazKaHaNIPPg2hrMj6_ZSG8AFmq738"
|
||||
google_default_client_id="126659149423-hoo6ickbk3p1u2qjsdsp0ddciurfvb4t.apps.googleusercontent.com"
|
||||
google_default_client_secret="_ozIx2D-DKm_se_2NPwV4l5b"
|
||||
|
||||
|
||||
if [ "$build_option_nacl" ] && [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
|
|
Loading…
Reference in a new issue