aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb54d31cdc32..fc458aba78e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cef-minimal
pkgdesc = Chromium Embedded Framework minimal release
- pkgver = 3.3029.1613
+ pkgver = 3.3029.1615
pkgrel = 1
url = https://bitbucket.org/chromiumembedded/cef
arch = i686
@@ -18,10 +18,10 @@ pkgbase = cef-minimal
depends = libxss
depends = libxtst
depends = libxcomposite
- source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3029.1613.g22354a9_linux32_minimal.tar.bz2
- sha256sums_i686 = 1bc4f57c5eddcb80c6554db0e4c881585411b728f05208e57a37440d877a5871
- source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3029.1613.g22354a9_linux64_minimal.tar.bz2
- sha256sums_x86_64 = fc57b84cda996ab3cb0d5657292361942be6b37c3395f9ad911dbb3f47a02d37
+ source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3029.1615.g753baf1_linux32_minimal.tar.bz2
+ sha256sums_i686 = 6b02389c15648fa8ec905d294c61962f6e9380ece5c8a669d58ca9071bd21096
+ source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3029.1615.g753baf1_linux64_minimal.tar.bz2
+ sha256sums_x86_64 = 29881536e683a25fe69b79a7a91625fa4a366f14f32efbb65b10203609277091
pkgname = cef-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 293f92252422..346dddcd9bd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
-pkgver=3.3029.1613
-_commit=g22354a9
+pkgver=3.3029.1615
+_commit=g753baf1
pkgrel=1
pkgdesc="Chromium Embedded Framework minimal release"
arch=("i686" "x86_64")
@@ -16,10 +16,10 @@ source_x86_64=(
"http://opensource.spotify.com/cefbuilds/cef_binary_${pkgver}.${_commit}_linux64_minimal.tar.bz2"
)
sha256sums_i686=(
- "1bc4f57c5eddcb80c6554db0e4c881585411b728f05208e57a37440d877a5871"
+ "6b02389c15648fa8ec905d294c61962f6e9380ece5c8a669d58ca9071bd21096"
)
sha256sums_x86_64=(
- "fc57b84cda996ab3cb0d5657292361942be6b37c3395f9ad911dbb3f47a02d37"
+ "29881536e683a25fe69b79a7a91625fa4a366f14f32efbb65b10203609277091"
)
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"