aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNexAdn2018-08-18 11:58:12 +0200
committerNexAdn2018-08-18 11:58:12 +0200
commitdfe9c42c73b4e0da3822018aee3f7134641583e8 (patch)
treeac780c5a2b0bbd41876a0f2e8cb4e444b570d761
parent6ebdde9f8b6a56a942412ee1c10ce095f416cf4f (diff)
downloadaur-dfe9c42c73b4e0da3822018aee3f7134641583e8.tar.gz
Version 3.3440.1803
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 a706a33f6c66..de0416ecaedb 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cef-minimal
pkgdesc = Chromium Embedded Framework minimal release
- pkgver = 3.3325.1750.gaabe4c4
+ pkgver = 3.3440.1803.gde363ee
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.3325.1750.gaabe4c4_linux32_minimal.tar.bz2
- sha1sums_i686 = e335181d6784765031f3ca3b185ae19e065b1e51
- source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3325.1750.gaabe4c4_linux64_minimal.tar.bz2
- sha1sums_x86_64 = 0f551ec430b6c31f64ada7e7e468c612706fd1bd
+ source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3440.1803.gde363ee_linux32_minimal.tar.bz2
+ sha1sums_i686 = 4044f102fb444b8f97f3cf019a24721a032bb588
+ source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3440.1803.gde363ee_linux64_minimal.tar.bz2
+ sha1sums_x86_64 = 22ab61b4ed91012dab82eb55725ba96a3dfacc4c
pkgname = cef-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 0b0b473faffc..0c4dae98c50c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
-pkgver=3.3325.1750.gaabe4c4
+pkgver=3.3440.1803.gde363ee
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=('e335181d6784765031f3ca3b185ae19e065b1e51')
-sha1sums_x86_64=('0f551ec430b6c31f64ada7e7e468c612706fd1bd')
+sha1sums_i686=('4044f102fb444b8f97f3cf019a24721a032bb588')
+sha1sums_x86_64=('22ab61b4ed91012dab82eb55725ba96a3dfacc4c')
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"
build() {