diff options
Diffstat (limited to 'system/noto-fonts/noto-fonts.SlackBuild')
-rw-r--r-- | system/noto-fonts/noto-fonts.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/noto-fonts/noto-fonts.SlackBuild b/system/noto-fonts/noto-fonts.SlackBuild index 5df5dae54ec76..308e465658939 100644 --- a/system/noto-fonts/noto-fonts.SlackBuild +++ b/system/noto-fonts/noto-fonts.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for noto-fonts. # -# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2016-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=noto-fonts -VERSION=${VERSION:-20171026} +VERSION=${VERSION:-20180111} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -34,7 +34,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -SRCNAM=${SRCNAM:-95558bd828a48c17a5cbe7f9d971495afcd16abd} +SRCNAM=${SRCNAM:-73683215d976115b8f0f11f3e4e61bb116709924} set -e |