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 0c4dae98c50c..8fc4e59b35bc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
-pkgver=3.3440.1803.gde363ee
+pkgver=3.3440.1805.gbe070f9
pkgrel=1
pkgdesc="Chromium Embedded Framework minimal release"
arch=("i686" "x86_64")
@@ -16,8 +16,8 @@ source_i686=(
source_x86_64=(
"http://opensource.spotify.com/cefbuilds/cef_binary_${pkgver}_linux64_minimal.tar.bz2"
)
-sha1sums_i686=('4044f102fb444b8f97f3cf019a24721a032bb588')
-sha1sums_x86_64=('22ab61b4ed91012dab82eb55725ba96a3dfacc4c')
+sha1sums_i686=('1c2d773446b3040392b92524921c0f894a3f206c')
+sha1sums_x86_64=('6a389edb864538b6a8b8672f4af8442834e651d1')
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"
build() {