aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNexAdn2018-05-20 02:02:41 +0200
committerNexAdn2018-05-20 02:02:41 +0200
commitee05f2eb66c289d27174559b479d91e5f7587768 (patch)
tree3102744b9cb6140875a9a0f9b56a0b283a3d1b59
parentf7c1d7b03afcb7864cbb0bdd9d0d99719de004a4 (diff)
downloadaur-ee05f2eb66c289d27174559b479d91e5f7587768.tar.gz
Version 3.3359.1774.gd49d25f
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 2b44497b2c46..15ed6223b50a 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cef-standard
pkgdesc = Chromium Embedded Framework standard release
- pkgver = 3.3359.1772.gd1df190
+ pkgver = 3.3359.1774.gd49d25f
pkgrel = 1
url = https://bitbucket.org/chromiumembedded/cef
arch = i686
@@ -23,10 +23,10 @@ pkgbase = cef-standard
provides = cef-minimal
conflicts = cef-minimal
conflicts = cef-git
- source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1772.gd1df190_linux32.tar.bz2
- sha1sums_i686 = daca624927ac8ca7e39097f9e2df8854f0275212
- source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1772.gd1df190_linux64.tar.bz2
- sha1sums_x86_64 = 34542f42a12d1bf1c5908cb4aadfb8207869f935
+ source_i686 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1774.gd49d25f_linux32.tar.bz2
+ sha1sums_i686 = a9a478d9bbd1f5db8efd3aafc70b2ac1ed3aa766
+ source_x86_64 = http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1774.gd49d25f_linux64.tar.bz2
+ sha1sums_x86_64 = 774bcf19dfc78b879771e5e6c5907ee680b652a7
pkgname = cef-standard
diff --git a/PKGBUILD b/PKGBUILD
index a2462dbcee82..d4779e89481f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: NexAdn <nexadn@yandex.com>
pkgname=cef-standard
-pkgver=3.3359.1772.gd1df190
+pkgver=3.3359.1774.gd49d25f
pkgrel=1
pkgdesc="Chromium Embedded Framework standard release"
arch=("i686" "x86_64")
@@ -16,8 +16,8 @@ source_i686=(
source_x86_64=(
"http://opensource.spotify.com/cefbuilds/cef_binary_${pkgver}_linux64.tar.bz2"
)
-sha1sums_i686=('daca624927ac8ca7e39097f9e2df8854f0275212')
-sha1sums_x86_64=('34542f42a12d1bf1c5908cb4aadfb8207869f935')
+sha1sums_i686=('a9a478d9bbd1f5db8efd3aafc70b2ac1ed3aa766')
+sha1sums_x86_64=('774bcf19dfc78b879771e5e6c5907ee680b652a7')
[[ "$CARCH" = "i686" ]] && _arch="32"
[[ "$CARCH" = "x86_64" ]] && _arch="64"
build() {