aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNexAdn2017-05-13 16:14:01 +0200
committerNexAdn2017-05-13 16:14:01 +0200
commit55c2856539f378f66dbd2c6b077874d5502be126 (patch)
tree3aa10f7896d65b07b2f25e0788ecd0170a651db9
parent944eb4661da90af56dd14a166bfa806e930d68c1 (diff)
downloadaur-55c2856539f378f66dbd2c6b077874d5502be126.tar.gz
v 3.3029.1619
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc458aba78e4..fa4cdba89a86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cef-minimal
pkgdesc = Chromium Embedded Framework minimal release
- pkgver = 3.3029.1615
+ pkgver = 3.3029.1619
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.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
+ source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3029.1619.geeeb5d7_linux32_minimal.tar.bz2
+ sha256sums_i686 = 89b9d3e8eb5cdba8872116e03dcb8ec783ac8f2672383e53d1934b95f7345967
+ source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3029.1619.geeeb5d7_linux64_minimal.tar.bz2
+ sha256sums_x86_64 = 3604cde66fb0819e6134b18161e325f75c24d4ecfa792ba26fbde6a16858834b
pkgname = cef-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 346dddcd9bd8..e84bb7291f67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
-pkgver=3.3029.1615
-_commit=g753baf1
+pkgver=3.3029.1619
+_commit=geeeb5d7
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=(
- "6b02389c15648fa8ec905d294c61962f6e9380ece5c8a669d58ca9071bd21096"
+ "89b9d3e8eb5cdba8872116e03dcb8ec783ac8f2672383e53d1934b95f7345967"
)
sha256sums_x86_64=(
- "29881536e683a25fe69b79a7a91625fa4a366f14f32efbb65b10203609277091"
+ "3604cde66fb0819e6134b18161e325f75c24d4ecfa792ba26fbde6a16858834b"
)
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"