summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNexAdn2018-02-15 11:43:52 +0100
committerNexAdn2018-02-15 11:43:52 +0100
commit7967fb93b100658727738606fa61499d2eb5fa7f (patch)
treecdb39bc689f91c36b65c4fdfd4e15829fee92aaa
parentb960dc15cf2e9fefe8921147a542d8e6ec6b952f (diff)
downloadaur-7967fb93b100658727738606fa61499d2eb5fa7f.tar.gz
Version 3.3282.1733.g9091548
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 5a5b2c4c7a73..04b2d11dcb40 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cef-minimal
pkgdesc = Chromium Embedded Framework minimal release
- pkgver = 3.3282.1728.g2171fc7
+ pkgver = 3.3282.1733.g9091548
pkgrel = 1
url = https://bitbucket.org/chromiumembedded/cef
arch = i686
@@ -16,10 +16,10 @@ pkgbase = cef-minimal
depends = gtk2
provides = cef
conflicts = cef-standard
- source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3282.1728.g2171fc7_linux32_minimal.tar.bz2
- sha1sums_i686 = ad1e022614383c7ac560e3e7f7e7136fae57f7eb
- source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3282.1728.g2171fc7_linux64_minimal.tar.bz2
- sha1sums_x86_64 = 3202e00b61579ab5578e96f6b4a2c56ef3fda7a4
+ source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3282.1733.g9091548_linux32_minimal.tar.bz2
+ sha1sums_i686 = 2f8c7b9752c895d4b0de5e1a1ff7331cb615ebce
+ source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3282.1733.g9091548_linux64_minimal.tar.bz2
+ sha1sums_x86_64 = c49389bba256a18530313cc02b1f668e65cf6b4d
pkgname = cef-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 3b0fb9d08beb..a74f1bd7e63e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
-pkgver=3.3282.1728.g2171fc7
+pkgver=3.3282.1733.g9091548
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=('ad1e022614383c7ac560e3e7f7e7136fae57f7eb')
-sha1sums_x86_64=('3202e00b61579ab5578e96f6b4a2c56ef3fda7a4')
+sha1sums_i686=('2f8c7b9752c895d4b0de5e1a1ff7331cb615ebce')
+sha1sums_x86_64=('c49389bba256a18530313cc02b1f668e65cf6b4d')
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"
build() {