mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/chromium to 63.0.3239.132-1
This commit is contained in:
parent
b99bbb75ea
commit
0d1cfc33a2
1 changed files with 5 additions and 5 deletions
|
@ -13,8 +13,8 @@ buildarch=12
|
|||
highmem=1
|
||||
|
||||
pkgname=chromium
|
||||
pkgver=63.0.3239.108
|
||||
pkgrel=2
|
||||
pkgver=63.0.3239.132
|
||||
pkgrel=1
|
||||
_launcher_ver=5
|
||||
pkgdesc="A web browser built for speed, simplicity, and security"
|
||||
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
|
||||
|
@ -37,9 +37,9 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgn
|
|||
chromium-exclude_unwind_tables.patch
|
||||
chromium-widevine.patch
|
||||
0001-ARM-toolchain-fixes.patch)
|
||||
sha256sums=('47d80798194da78bdd519b7ce012425b13cf89d6eb287e22a34342a245c31a2b'
|
||||
sha256sums=('84c46c2c42faaa102abe0647ee1213615a2522627124924c2741ddc2161b3d8d'
|
||||
'4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
|
||||
'6da2cc8e4ae13547763f946c331b2f819fbb8af01681b8b90564a95f8a423e58'
|
||||
'ab330f30c14ea3b5e77976d674304b91cfb02251fe8771cecb0bb4092c7f6b74'
|
||||
'814eb2cecb10cb697e24036b08aac41e88d0e38971741f9e946200764e2401ae'
|
||||
'ab5368a3e3a67fa63b33fefc6788ad5b4a79089ef4db1011a14c3bee9fdf70c6'
|
||||
'bcb2f4588cf5dcf75cde855c7431e94fdcc34bdd68b876a90f65ab9938594562'
|
||||
|
@ -91,7 +91,7 @@ prepare() {
|
|||
local _chrome_build_hash=$(base64 -d ../chromium-$pkgver.txt |
|
||||
grep -Po '^parent \K[0-9a-f]{40}$')
|
||||
if [[ -z $_chrome_build_hash ]]; then
|
||||
error "Unable to fetch Chrome build hash."
|
||||
error "Unable to find Chrome build hash."
|
||||
return 1
|
||||
fi
|
||||
echo "LASTCHANGE=$_chrome_build_hash-" >build/util/LASTCHANGE
|
||||
|
|
Loading…
Reference in a new issue