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 8fc4e59b35bc..6434ee5f0cdb 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
-pkgver=3.3440.1805.gbe070f9
+pkgver=3.3440.1806.g65046b7
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=('1c2d773446b3040392b92524921c0f894a3f206c')
-sha1sums_x86_64=('6a389edb864538b6a8b8672f4af8442834e651d1')
+sha1sums_i686=('400c88476e4b2cef3c9a685aa4df7f34129153ba')
+sha1sums_x86_64=('defe5a9dde8c5616a193e40d1bc0281b2e7e7529')
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"
build() {