summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNexAdn2017-11-18 23:03:17 +0100
committerNexAdn2017-11-18 23:03:17 +0100
commit6cb6fd373c2629960bd81677080e57a37944ca79 (patch)
tree2d0da3acab0a3435cc6b88bb5b9ef5e5cbbc55b1
parent770e760c3066d16853106be2ca5ff0fabd0be1ef (diff)
downloadaur-6cb6fd373c2629960bd81677080e57a37944ca79.tar.gz
Version update 3.3202
Signed-off-by: NexAdn <nexadn@yandex.com>
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2bf3f03e4bd..991733a5a885 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cef-minimal
pkgdesc = Chromium Embedded Framework minimal release
pkgver = 3.3202
- pkgrel = 3
+ pkgrel = 4
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.3202.1686.gd665578_linux32_minimal.tar.bz2
+ sha1sums_i686 = 69a97bb8a7249e22be597f4485bd3f2bcf519228
+ source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3202.1686.gd665578_linux64_minimal.tar.bz2
+ sha1sums_x86_64 = 87debede61cea5ce2f9da2e4394cb68d529e3f5d
pkgname = cef-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 1b522a30cfff..98fb82505fa4 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
pkgver=3.3202
-_subver_i686=1682.gab7e7f0
+_subver_i686=1686.gd665578
_subver_x86_64=${_subver_i686}
-pkgrel=3
+pkgrel=4
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=('69a97bb8a7249e22be597f4485bd3f2bcf519228')
+sha1sums_x86_64=('87debede61cea5ce2f9da2e4394cb68d529e3f5d')
[[ "$CARCH" = "i686" ]] && _arch="32" && _subver=$_subver_i686
[[ "$CARCH" = "x86_64" ]] && _arch="64" && _subver=$_subver_x86_64
build() {