aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNexAdn2017-12-30 13:57:12 +0100
committerNexAdn2017-12-30 13:57:12 +0100
commitca8d137caf23ffe983743b771775292d7734fbde (patch)
treee04b66a455ae5be01abc3d91b5bf93ffba9df8f0
parentd1d237433e06574e4fae599ff598db03e456fb33 (diff)
downloadaur-ca8d137caf23ffe983743b771775292d7734fbde.tar.gz
Version 3239
Signed-off-by: NexAdn <nexadn@yandex.com>
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d0da502fd7b..bcdd6181ff7e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cef-standard
pkgdesc = Chromium Embedded Framework standard release
pkgver = 3.3239
- pkgrel = 1
+ pkgrel = 2
url = https://bitbucket.org/chromiumembedded/cef
arch = i686
arch = x86_64
@@ -22,10 +22,10 @@ pkgbase = cef-standard
provides = cef
provides = cef-minimal
conflicts = cef-minimal
- source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3239.1709.g093cae4_linux32.tar.bz2
- sha1sums_i686 = e555a2abf194195b8d8e9c52c508005b290f81ca
- source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3239.1709.g093cae4_linux64.tar.bz2
- sha1sums_x86_64 = c154ed21bd81263696d5e47c9acca2ee936f2576
+ source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3239.1716.g735b746_linux32.tar.bz2
+ sha1sums_i686 = 3f8a50f39b6102dc77c91d0909281d718638900c
+ source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3239.1716.g735b746_linux64.tar.bz2
+ sha1sums_x86_64 = 280d13420d81eb2f0512f7d98bcea7ff119c73cb
pkgname = cef-standard
diff --git a/PKGBUILD b/PKGBUILD
index 2cacf45abb91..fc64a04a72ed 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-standard
pkgver=3.3239
-_subver_i686=1709.g093cae4
+_subver_i686=1716.g735b746
_subver_x86_64=${_subver_i686}
-pkgrel=1
+pkgrel=2
pkgdesc="Chromium Embedded Framework standard release"
arch=("i686" "x86_64")
url="https://bitbucket.org/chromiumembedded/cef"
@@ -18,8 +18,8 @@ source_i686=(
source_x86_64=(
"http://opensource.spotify.com/cefbuilds/cef_binary_${pkgver}.${_subver_x86_64}_linux64.tar.bz2"
)
-sha1sums_i686=('e555a2abf194195b8d8e9c52c508005b290f81ca')
-sha1sums_x86_64=('c154ed21bd81263696d5e47c9acca2ee936f2576')
+sha1sums_i686=('3f8a50f39b6102dc77c91d0909281d718638900c')
+sha1sums_x86_64=('280d13420d81eb2f0512f7d98bcea7ff119c73cb')
[[ "$CARCH" = "i686" ]] && _arch="32" && _subver=$_subver_i686
[[ "$CARCH" = "x86_64" ]] && _arch="64" && _subver=$_subver_x86_64
build() {