aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNexAdn2018-06-20 17:10:23 +0200
committerNexAdn2018-06-20 17:10:23 +0200
commit62f083d2a71834da782e14ee3754cc416e007c38 (patch)
tree806c59bfa52a0515fdc21ecaa3f34189e341a1cd
parent669aba69bfe32d3ef837852b8c39bc7881fc29f3 (diff)
downloadaur-62f083d2a71834da782e14ee3754cc416e007c38.tar.gz
Version 3.3396.1779.g36f9eab
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 09451e9ce91a..1fdc35128c6e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cef-minimal
pkgdesc = Chromium Embedded Framework minimal release
- pkgver = 3.3359.1774.gd49d25f
+ pkgver = 3.3396.1779.g36f9eab
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.3359.1774.gd49d25f_linux32_minimal.tar.bz2
- sha1sums_i686 = 76a7877f91248ed59aa09b330e4fe1a9da8985fd
- source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1774.gd49d25f_linux64_minimal.tar.bz2
- sha1sums_x86_64 = 89c1080a3c71013e43b4c4adc415756ac61b00c8
+ source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3396.1779.g36f9eab_linux32_minimal.tar.bz2
+ sha1sums_i686 = 4b04e5614c64f1ef9badb263fb46511a1f30d1ff
+ source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3396.1779.g36f9eab_linux64_minimal.tar.bz2
+ sha1sums_x86_64 = 33e95d88cc47a2f0c986bec087d2f9807563e157
pkgname = cef-minimal
diff --git a/PKGBUILD b/PKGBUILD
index b51b2eb34fa4..930d8001fa0b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-minimal
-pkgver=3.3359.1774.gd49d25f
+pkgver=3.3396.1779.g36f9eab
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=('76a7877f91248ed59aa09b330e4fe1a9da8985fd')
-sha1sums_x86_64=('89c1080a3c71013e43b4c4adc415756ac61b00c8')
+sha1sums_i686=('4b04e5614c64f1ef9badb263fb46511a1f30d1ff')
+sha1sums_x86_64=('33e95d88cc47a2f0c986bec087d2f9807563e157')
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"
build() {