summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNexAdn2018-09-06 19:17:23 +0200
committerNexAdn2018-09-06 19:17:23 +0200
commitb93ab2d9688f3ff3749f5d9ebbdba9396525f886 (patch)
tree92d560da8b9cc7a73faa6e9d886ce8850d9f3188
parent3a627ef7cc4f1245b98d3ad0d8273ed9bb16219e (diff)
downloadaur-b93ab2d9688f3ff3749f5d9ebbdba9396525f886.tar.gz
Version 3.3440.1806.g65046b7
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 0c882ad3bb6e..8d0568fa927e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cef-minimal
pkgdesc = Chromium Embedded Framework minimal release
- pkgver = 3.3440.1805.gbe070f9
+ pkgver = 3.3440.1806.g65046b7
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.1805.gbe070f9_linux32_minimal.tar.bz2
- sha1sums_i686 = 1c2d773446b3040392b92524921c0f894a3f206c
- source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3440.1805.gbe070f9_linux64_minimal.tar.bz2
- sha1sums_x86_64 = 6a389edb864538b6a8b8672f4af8442834e651d1
+ 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
pkgname = cef-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 8fc4e59b35bc..6434ee5f0cdb 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
-pkgver=3.3440.1805.gbe070f9
+pkgver=3.3440.1806.g65046b7
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=('1c2d773446b3040392b92524921c0f894a3f206c')
-sha1sums_x86_64=('6a389edb864538b6a8b8672f4af8442834e651d1')
+sha1sums_i686=('400c88476e4b2cef3c9a685aa4df7f34129153ba')
+sha1sums_x86_64=('defe5a9dde8c5616a193e40d1bc0281b2e7e7529')
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"
build() {