summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNexAdn2017-05-06 16:22:05 +0200
committerNexAdn2017-05-06 16:22:05 +0200
commit2f94e3eb9aae1dbaa3e14e6b33e1da13dec9c864 (patch)
tree30a728a2567420c7e9f0d16711d46ce9dea98966
parent08e0f1e085edf2686c9555c1b73862ae031e6667 (diff)
downloadaur-2f94e3eb9aae1dbaa3e14e6b33e1da13dec9c864.tar.gz
Version 3.3029.1613
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90b429026e1a..bb54d31cdc32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cef-minimal
pkgdesc = Chromium Embedded Framework minimal release
- pkgver = 3.3029.1612
+ pkgver = 3.3029.1613
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.1612.gd81997a_linux32_minimal.tar.bz2
- sha256sums_i686 = 84e86571a2ced37ffe4cec8d0dab8f5255c60f2883b538a71f320952bd6f5adf
- source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3029.1612.gd81997a_linux64_minimal.tar.bz2
- sha256sums_x86_64 = c6c56e9f6e8b6a3bd0cd7faa8dc202f74e4456a657e747a6c37e742905654c15
+ 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
pkgname = cef-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 544078280ade..293f92252422 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
-pkgver=3.3029.1612
-_commit=gd81997a
+pkgver=3.3029.1613
+_commit=g22354a9
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=(
- "84e86571a2ced37ffe4cec8d0dab8f5255c60f2883b538a71f320952bd6f5adf"
+ "1bc4f57c5eddcb80c6554db0e4c881585411b728f05208e57a37440d877a5871"
)
sha256sums_x86_64=(
- "c6c56e9f6e8b6a3bd0cd7faa8dc202f74e4456a657e747a6c37e742905654c15"
+ "fc57b84cda996ab3cb0d5657292361942be6b37c3395f9ad911dbb3f47a02d37"
)
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"