summaryrefslogtreecommitdiffstats
path: root/chromium/build/chromium.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-12-03 18:41:56 +0000
committer Eric Hameleers <alien@slackware.com>2020-12-03 18:41:56 +0000
commit2285bfb747c13692b0a54316a2d3bb55b4b7816a (patch)
treef5737a55a19d565fd13311edd56876424899f4df /chromium/build/chromium.SlackBuild
parent0469495e81b0feb1f59cfba4b060bb0a37bb44b7 (diff)
downloadasb-2285bfb747c13692b0a54316a2d3bb55b4b7816a.tar.gz
asb-2285bfb747c13692b0a54316a2d3bb55b4b7816a.tar.xz
chromium: update to 87.0.4280.88
Diffstat (limited to '')
-rwxr-xr-xchromium/build/chromium.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/build/chromium.SlackBuild b/chromium/build/chromium.SlackBuild
index bbdf75d6..6c7a746b 100755
--- a/chromium/build/chromium.SlackBuild
+++ b/chromium/build/chromium.SlackBuild
@@ -368,6 +368,8 @@
# * Updated.
# 87.0.4280.66-1: 23/nov/2020 by Eric Hameleers <alien@slackware.com>
# * Updated.
+# 87.0.4280.88-1: 03/dec/2020 by Eric Hameleers <alien@slackware.com>
+# * Updated.
#
# -----------------------------------------------------------------------------
#
@@ -380,7 +382,7 @@
SRCNAM=chromium
SRCEXT=${SRCEXT:-""} # could be "-dev" for development build
PRGNAM=${SRCNAM}${SRCEXT} # chromium or chromium-dev
-VERSION=${VERSION:-87.0.4280.66}
+VERSION=${VERSION:-87.0.4280.88}
BUILD=${BUILD:-1}
TAG=${TAG:-alien}