aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNexAdn2018-09-06 20:36:25 +0200
committerNexAdn2018-09-06 20:36:25 +0200
commit10449ce52d5b781fe331a3889f08a7e3aaf38642 (patch)
treedc52db1d547e46d8fe977a3431e7baffb26b0a72
parent59c86657222638001121637f7a773cbd9e539358 (diff)
downloadaur-10449ce52d5b781fe331a3889f08a7e3aaf38642.tar.gz
Version 3.3440.1806.g65046b7
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 11efe422ff56..ebaea1148b5e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cef-standard
pkgdesc = Chromium Embedded Framework standard release
- pkgver = 3.3440.1805.gbe070f9
+ pkgver = 3.3440.1806.g65046b7
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.3440.1805.gbe070f9_linux32.tar.bz2
- sha1sums_i686 = 9378bc1412ed29cc4ee8dc0c3ac0e06cbcf64c31
- source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3440.1805.gbe070f9_linux64.tar.bz2
- sha1sums_x86_64 = dab8b40eac9affc1249bf6c1c8bc5f252c5b1c7b
+ source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3440.1806.g65046b7_linux32.tar.bz2
+ sha1sums_i686 = 5f19f414dcc626dad0560820212394b1180480a1
+ source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3440.1806.g65046b7_linux64.tar.bz2
+ sha1sums_x86_64 = cdf70fef365a1607cfcab11bf286cf04800ab48c
pkgname = cef-standard
diff --git a/PKGBUILD b/PKGBUILD
index 465c058b272e..423ea1d59ef2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-standard
-pkgver=3.3440.1805.gbe070f9
+pkgver=3.3440.1806.g65046b7
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=('9378bc1412ed29cc4ee8dc0c3ac0e06cbcf64c31')
-sha1sums_x86_64=('dab8b40eac9affc1249bf6c1c8bc5f252c5b1c7b')
+sha1sums_i686=('5f19f414dcc626dad0560820212394b1180480a1')
+sha1sums_x86_64=('cdf70fef365a1607cfcab11bf286cf04800ab48c')
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"
build() {