aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d2930fdedbf..465c058b272e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-standard
-pkgver=3.3440.1803.gde363ee
+pkgver=3.3440.1805.gbe070f9
pkgrel=1
pkgdesc="Chromium Embedded Framework standard release"
arch=("i686" "x86_64")
@@ -16,8 +16,8 @@ source_i686=(
source_x86_64=(
"http://opensource.spotify.com/cefbuilds/cef_binary_${pkgver}_linux64.tar.bz2"
)
-sha1sums_i686=('b2ddd630c188be5605b2fd243e8b807915333703')
-sha1sums_x86_64=('2b888251531c189a5c6d4dec402ced5080adfb65')
+sha1sums_i686=('9378bc1412ed29cc4ee8dc0c3ac0e06cbcf64c31')
+sha1sums_x86_64=('dab8b40eac9affc1249bf6c1c8bc5f252c5b1c7b')
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"
build() {