summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNexAdn2017-12-22 18:51:07 +0100
committerNexAdn2017-12-22 18:51:07 +0100
commit036c6a8d8fd5a9f27cb35f39779b108c5db019b6 (patch)
tree26a27543d598d8b0c86253ff2aef3113a651c797
parent770e760c3066d16853106be2ca5ff0fabd0be1ef (diff)
downloadaur-036c6a8d8fd5a9f27cb35f39779b108c5db019b6.tar.gz
Version 3.3239 (M63)
Signed-off-by: NexAdn <nexadn@yandex.com>
-rwxr-xr-x.SRCINFO12
-rwxr-xr-xPKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2bf3f03e4bd..c4aa62d9a674 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cef-minimal
pkgdesc = Chromium Embedded Framework minimal release
- pkgver = 3.3202
- pkgrel = 3
+ pkgver = 3.3239
+ pkgrel = 1
url = https://bitbucket.org/chromiumembedded/cef
arch = i686
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = cef-minimal
depends = gtk2
provides = cef
conflicts = cef-standard
- source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3202.1682.gab7e7f0_linux32_minimal.tar.bz2
- sha1sums_i686 = 09d094aa8722c56fb53620ffed4884d01157063b
- source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3202.1682.gab7e7f0_linux64_minimal.tar.bz2
- sha1sums_x86_64 = 74ff674eef7856ccc9188008f087089c07e7c142
+ source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3239.1709.g093cae4_linux32_minimal.tar.bz2
+ sha1sums_i686 = d19c952ac2dbf5fb0229199e14c7203b8b359e91
+ source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3239.1709.g093cae4_linux64_minimal.tar.bz2
+ sha1sums_x86_64 = 5a40bb684cd3049c554d56c2e1c5abdbdf7de745
pkgname = cef-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 1b522a30cfff..8554734bbe1d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
-pkgver=3.3202
-_subver_i686=1682.gab7e7f0
+pkgver=3.3239
+_subver_i686=1709.g093cae4
_subver_x86_64=${_subver_i686}
-pkgrel=3
+pkgrel=1
pkgdesc="Chromium Embedded Framework minimal release"
arch=("i686" "x86_64")
url="https://bitbucket.org/chromiumembedded/cef"
@@ -18,8 +18,8 @@ source_i686=(
source_x86_64=(
"http://opensource.spotify.com/cefbuilds/cef_binary_${pkgver}.${_subver_x86_64}_linux64_minimal.tar.bz2"
)
-sha1sums_i686=('09d094aa8722c56fb53620ffed4884d01157063b')
-sha1sums_x86_64=('74ff674eef7856ccc9188008f087089c07e7c142')
+sha1sums_i686=('d19c952ac2dbf5fb0229199e14c7203b8b359e91')
+sha1sums_x86_64=('5a40bb684cd3049c554d56c2e1c5abdbdf7de745')
[[ "$CARCH" = "i686" ]] && _arch="32" && _subver=$_subver_i686
[[ "$CARCH" = "x86_64" ]] && _arch="64" && _subver=$_subver_x86_64
build() {