aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNexAdn2018-06-20 19:29:28 +0200
committerNexAdn2018-06-20 19:29:28 +0200
commitcf436d87be3437e7fc80bef4f2026909219f30bf (patch)
tree28e97eeaf834db75d8614f5f4a00250979103151
parentee05f2eb66c289d27174559b479d91e5f7587768 (diff)
downloadaur-cf436d87be3437e7fc80bef4f2026909219f30bf.tar.gz
Version 3.3396.1779.g36f9eab
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 15ed6223b50a..ee2964767be0 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cef-standard
pkgdesc = Chromium Embedded Framework standard release
- pkgver = 3.3359.1774.gd49d25f
+ pkgver = 3.3396.1779.g36f9eab
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.3359.1774.gd49d25f_linux32.tar.bz2
- sha1sums_i686 = a9a478d9bbd1f5db8efd3aafc70b2ac1ed3aa766
- source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1774.gd49d25f_linux64.tar.bz2
- sha1sums_x86_64 = 774bcf19dfc78b879771e5e6c5907ee680b652a7
+ source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3396.1779.g36f9eab_linux32.tar.bz2
+ sha1sums_i686 = 6e97690b37e4b4a4f7334e6dab8668855e73f7ef
+ source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3396.1779.g36f9eab_linux64.tar.bz2
+ sha1sums_x86_64 = 0bd4d3783cce76b3a80151e5db57fa6e3232905a
pkgname = cef-standard
diff --git a/PKGBUILD b/PKGBUILD
index d4779e89481f..5d2625a768e9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-standard
-pkgver=3.3359.1774.gd49d25f
+pkgver=3.3396.1779.g36f9eab
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=('a9a478d9bbd1f5db8efd3aafc70b2ac1ed3aa766')
-sha1sums_x86_64=('774bcf19dfc78b879771e5e6c5907ee680b652a7')
+sha1sums_i686=('6e97690b37e4b4a4f7334e6dab8668855e73f7ef')
+sha1sums_x86_64=('0bd4d3783cce76b3a80151e5db57fa6e3232905a')
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"
build() {