summaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-07-17 05:33:11 +0000
committer Eric Hameleers <alien@slackware.com>2019-07-17 05:33:11 +0000
commitdc04a30aeda335d1187b3e1314b8e75855b5b6c5 (patch)
treea66d086fac602a9047bf19a17651234c6b0176c4 /chromium
parente0dd2ce03d2a1756ce2af9da05a71138fb946bca (diff)
downloadasb-dc04a30aeda335d1187b3e1314b8e75855b5b6c5.tar.gz
asb-dc04a30aeda335d1187b3e1314b8e75855b5b6c5.tar.xz
chromium; update to 75.0.3770.142
Diffstat (limited to 'chromium')
-rwxr-xr-xchromium/build/chromium.SlackBuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index 563005f8..acec516d 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -392,6 +392,12 @@
# 75.0.3770.100-1:
# 20/jun/2019 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 75.0.3770.100-2:
+# 20/jun/2019 by Eric Hameleers <alien@slackware.com>
+# * Fix HEVC support.
+# 75.0.3770.142-1:
+# 15/jul/2019 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# -----------------------------------------------------------------------------
#
@@ -404,7 +410,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-75.0.3770.100}
+VERSION=${VERSION:-75.0.3770.142}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}