mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
chromium: update to 23.0.1271.91.
This commit is contained in:
parent
c2d701bdfb
commit
463cb3dc02
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- chromium-22.0.1229.96/third_party/tcmalloc/chromium/src/base/linux_syscall_support.h 2012-07-10 10:48:31.000000000 +0300
|
--- chromium-23.0.1271.91/third_party/tcmalloc/chromium/src/base/linux_syscall_support.h 2012-07-10 10:48:31.000000000 +0300
|
||||||
+++ chromium-22.0.1229.96/third_party/tcmalloc/chromium/src/base/linux_syscall_support.h 2012-07-11 23:44:11.000000000 +0300
|
+++ chromium-23.0.1271.91/third_party/tcmalloc/chromium/src/base/linux_syscall_support.h 2012-07-11 23:44:11.000000000 +0300
|
||||||
@@ -243,14 +243,13 @@ struct kernel_rusage {
|
@@ -243,14 +243,13 @@ struct kernel_rusage {
|
||||||
long ru_nivcsw;
|
long ru_nivcsw;
|
||||||
};
|
};
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Disable NaCL for now, broken with glibc-2.16.
|
# Disable NaCL for now, broken with glibc-2.16.
|
||||||
#_build_nacl=1
|
#_build_nacl=1
|
||||||
pkgname=chromium
|
pkgname=chromium
|
||||||
version=22.0.1229.96
|
version=23.0.1271.91
|
||||||
patch_args="-Np0"
|
patch_args="-Np0"
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||||
|
@ -12,7 +12,7 @@ homepage="http://www.chromium.org/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
_url_base="http://commondatastorage.googleapis.com"
|
_url_base="http://commondatastorage.googleapis.com"
|
||||||
distfiles="${_url_base}/chromium-browser-official/${pkgname}-${version}.tar.bz2"
|
distfiles="${_url_base}/chromium-browser-official/${pkgname}-${version}.tar.bz2"
|
||||||
checksum="dd13a35710e4d756c352e2f36b7936cebd34cbb26b5a1fba352432859a8a46c5"
|
checksum="385d1abe2800e64261cbfb6b5d91e1f4a818e0c832a581654a6b7ebd10f35b01"
|
||||||
|
|
||||||
if [ -n "${_build_nacl}" ]; then
|
if [ -n "${_build_nacl}" ]; then
|
||||||
distfiles="${distfiles} ${_url_base}/nacl/nacl_sdk/${version}/naclsdk_linux.tar.bz2"
|
distfiles="${distfiles} ${_url_base}/nacl/nacl_sdk/${version}/naclsdk_linux.tar.bz2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue