aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNexAdn2019-01-19 14:18:55 +0100
committerNexAdn2019-01-19 14:18:55 +0100
commit20a5da2b6501f4ac3227de4e1f163c984c03b1f3 (patch)
treed452d30cb3e019981a418fdfa4af4e63dcddfe0b
parent0240ad42e6bad1667ecb03d41195bf159901b550 (diff)
downloadaur-20a5da2b6501f4ac3227de4e1f163c984c03b1f3.tar.gz
Version 3.3578.1864.gfa073f3
Signed-off-by: NexAdn <nexadn@yandex.com>
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caeca1e71b80..e0de3a69cb66 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cef-standard
pkgdesc = Chromium Embedded Framework standard release
- pkgver = 3.3538.1850.ge710be4
+ pkgver = 3.3578.1864.gfa073f3
pkgrel = 1
url = https://bitbucket.org/chromiumembedded/cef
arch = i686
@@ -23,10 +23,10 @@ pkgbase = cef-standard
provides = cef-minimal
conflicts = cef-minimal
conflicts = cef-git
- source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3538.1850.ge710be4_linux32.tar.bz2
- sha1sums_i686 = 240b03e833a4f7b8f651b164a3874f3c0258265b
- source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3538.1850.ge710be4_linux64.tar.bz2
- sha1sums_x86_64 = a2a77c451bc1acee96ed65401c64765fef9286e9
+ source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3578.1864.gfa073f3_linux32.tar.bz2
+ sha1sums_i686 = 74fa3ca711b73a865ad3983177cd75901f836a32
+ source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3578.1864.gfa073f3_linux64.tar.bz2
+ sha1sums_x86_64 = 058a7fb37bbab6b93322079c4893f884eea9f3eb
pkgname = cef-standard
diff --git a/PKGBUILD b/PKGBUILD
index 510f70dce72f..88b8a5f6662e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-standard
-pkgver=3.3538.1850.ge710be4
+pkgver=3.3578.1864.gfa073f3
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=('240b03e833a4f7b8f651b164a3874f3c0258265b')
-sha1sums_x86_64=('a2a77c451bc1acee96ed65401c64765fef9286e9')
+sha1sums_i686=('74fa3ca711b73a865ad3983177cd75901f836a32')
+sha1sums_x86_64=('058a7fb37bbab6b93322079c4893f884eea9f3eb')
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"
build() {