chromium: update to 52.0.2743.116.

This commit is contained in:
Juan RP 2016-08-28 14:56:30 +02:00
parent b200f48f2a
commit 22378c3ff6
2 changed files with 14 additions and 2 deletions

View File

@ -207,3 +207,15 @@
if (severity_ == LOG_FATAL && !base::debug::BeingDebugged()) {
// Include a stack trace on a fatal, unless a debugger is attached.
base::debug::StackTrace trace;
diff --git a/third_party/ots/include/opentype-sanitiser.h b/third_party/ots/include/opentype-sanitiser.h
index a80ea16..55a2abf 100644
--- a/third_party/ots/include/opentype-sanitiser.h
+++ b/third_party/ots/include/opentype-sanitiser.h
@@ -20,6 +20,7 @@ typedef unsigned __int64 uint64_t;
#define htonl(x) _byteswap_ulong (x)
#define htons(x) _byteswap_ushort (x)
#else
+#include <sys/types.h>
#include <arpa/inet.h>
#include <stdint.h>
#endif

View File

@ -1,14 +1,14 @@
# Template file for 'chromium'
pkgname=chromium
# See http://www.chromium.org/developers/calendar for the latest version
version=52.0.2743.82
version=52.0.2743.116
revision=1
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.chromium.org/"
license="BSD"
distfiles="https://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-${version}.tar.xz"
checksum=a7de6015df9cf685d68efd1e070ae9c706c723cd9395d079a7d43672a2c37eb4
checksum=a194ae1edb041024b3d4b6ba438f32fefdb6f1ecb24a96c50248a486b237a101
only_for_archs="i686 x86_64 x86_64-musl"
lib32disabled=yes