summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-03-03 18:29:50 +0000
committer Eric Hameleers <alien@slackware.com>2019-03-03 18:29:50 +0000
commit8368a76e7321adef5c4afc5a8c6c63a7492bcbe0 (patch)
tree6af88a8fa2d30fcc5184a1e741e656375d6e9775
parent33dab40d0b0a7db7cb1654659662128de0e489a9 (diff)
downloadasb-8368a76e7321adef5c4afc5a8c6c63a7492bcbe0.tar.gz
asb-8368a76e7321adef5c4afc5a8c6c63a7492bcbe0.tar.xz
chromium: update to 72.0.3626.121
-rwxr-xr-xchromium/build/chromium.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index e9963344..419f6594 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
# $Id$
-# Copyright 2013, 2014, 2015, 2016, 2017, 2018 Eric Hameleers, Eindhoven, NL
+# Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -362,6 +362,9 @@
# 72.0.3626.81-1:
# 31/jan/2019 by Eric Hameleers <alien@slackware.com>
# * Update to M72.
+# 72.0.3626.121-1:
+# 03/mar/2019 by Eric Hameleers <alien@slackware.com>
+# * Update to 72.0.3626.121.
#
#
# -----------------------------------------------------------------------------
@@ -375,7 +378,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-72.0.3626.81}
+VERSION=${VERSION:-72.0.3626.121}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}