summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNexAdn2018-02-15 11:43:52 +0100
committerNexAdn2018-02-15 11:43:52 +0100
commit7967fb93b100658727738606fa61499d2eb5fa7f (patch)
treecdb39bc689f91c36b65c4fdfd4e15829fee92aaa /PKGBUILD
parentb960dc15cf2e9fefe8921147a542d8e6ec6b952f (diff)
downloadaur-7967fb93b100658727738606fa61499d2eb5fa7f.tar.gz
Version 3.3282.1733.g9091548
Signed-off-by: NexAdn <nexadn@yandex.com>
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b0fb9d08beb..a74f1bd7e63e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
-pkgver=3.3282.1728.g2171fc7
+pkgver=3.3282.1733.g9091548
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=('ad1e022614383c7ac560e3e7f7e7136fae57f7eb')
-sha1sums_x86_64=('3202e00b61579ab5578e96f6b4a2c56ef3fda7a4')
+sha1sums_i686=('2f8c7b9752c895d4b0de5e1a1ff7331cb615ebce')
+sha1sums_x86_64=('c49389bba256a18530313cc02b1f668e65cf6b4d')
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"
build() {