summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNexAdn2018-09-18 18:32:47 +0200
committerNexAdn2018-09-18 18:32:47 +0200
commitf4afb77d82663daa3ec2c60c53b29fdfae24a371 (patch)
treed0b36b314340f3d86a2190f82b4a37824a13606b
parentb93ab2d9688f3ff3749f5d9ebbdba9396525f886 (diff)
downloadaur-f4afb77d82663daa3ec2c60c53b29fdfae24a371.tar.gz
Version 3.3497.1829.g004ef91
Signed-off-by: NexAdn <nexadn@yandex.com>
-rwxr-xr-x.SRCINFO10
-rwxr-xr-xPKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d0568fa927e..04a62ac47cff 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cef-minimal
pkgdesc = Chromium Embedded Framework minimal release
- pkgver = 3.3440.1806.g65046b7
+ pkgver = 3.3497.1829.g004ef91
pkgrel = 1
url = https://bitbucket.org/chromiumembedded/cef
arch = i686
@@ -22,10 +22,10 @@ pkgbase = cef-minimal
provides = cef
conflicts = cef-standard
conflicts = cef-git
- source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3440.1806.g65046b7_linux32_minimal.tar.bz2
- sha1sums_i686 = 400c88476e4b2cef3c9a685aa4df7f34129153ba
- source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3440.1806.g65046b7_linux64_minimal.tar.bz2
- sha1sums_x86_64 = defe5a9dde8c5616a193e40d1bc0281b2e7e7529
+ source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3497.1829.g004ef91_linux32_minimal.tar.bz2
+ sha1sums_i686 = 849359ef8959c85cdcf63721651e55c6d54d6661
+ source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3497.1829.g004ef91_linux64_minimal.tar.bz2
+ sha1sums_x86_64 = 3117963ae1be963c1c7240556844666595148823
pkgname = cef-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 6434ee5f0cdb..6f704772e2f8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
-pkgver=3.3440.1806.g65046b7
+pkgver=3.3497.1829.g004ef91
pkgrel=1
pkgdesc="Chromium Embedded Framework minimal release"
arch=("i686" "x86_64")
@@ -16,8 +16,8 @@ source_i686=(
source_x86_64=(
"http://opensource.spotify.com/cefbuilds/cef_binary_${pkgver}_linux64_minimal.tar.bz2"
)
-sha1sums_i686=('400c88476e4b2cef3c9a685aa4df7f34129153ba')
-sha1sums_x86_64=('defe5a9dde8c5616a193e40d1bc0281b2e7e7529')
+sha1sums_i686=('849359ef8959c85cdcf63721651e55c6d54d6661')
+sha1sums_x86_64=('3117963ae1be963c1c7240556844666595148823')
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"
build() {