summaryrefslogtreecommitdiffstats
path: root/webcore-fonts-installer
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-10-20 09:42:50 +0000
committer Eric Hameleers <alien@slackware.com>2014-10-20 09:42:50 +0000
commita8b668178adea137cd06fc315071bfd49881e90c (patch)
tree9f19085845e7bb9e0efd056887371b18a87e7c25 /webcore-fonts-installer
parentf381049083fa4db54ad7b58b52c9d661629a7747 (diff)
downloadasb-a8b668178adea137cd06fc315071bfd49881e90c.tar.gz
asb-a8b668178adea137cd06fc315071bfd49881e90c.tar.xz
Use new SRCURL, the original disappeared.
Diffstat (limited to 'webcore-fonts-installer')
-rwxr-xr-xwebcore-fonts-installer/build/webcore-fonts-installer.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/webcore-fonts-installer/build/webcore-fonts-installer.SlackBuild b/webcore-fonts-installer/build/webcore-fonts-installer.SlackBuild
index de0fe4df..0e770dd2 100755
--- a/webcore-fonts-installer/build/webcore-fonts-installer.SlackBuild
+++ b/webcore-fonts-installer/build/webcore-fonts-installer.SlackBuild
@@ -35,6 +35,8 @@
# 3.0-2: 15/Nov/2013 by Eric Hameleers <alien@slackware.com>
# * By adding placeholder files inside the package, ensure that
# 'removepkg' will also remove the downloaded fonts.
+# 3.0-3: 20/oct/2014 by Eric Hameleers <alien@slackware.com>
+# * Original source disappeared from the Web. Using a copy now.
#
# Run 'sh webcore-fonts-installer.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -45,7 +47,7 @@
PRGNAM=webcore-fonts-installer
VERSION=${VERSION:-3.0}
ARCH=noarch
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -64,7 +66,7 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
# Where are the fonts?
-SRCURL="http://avi.alkalay.net/software/webcore-fonts/webcore-fonts-${VERSION}.tar.gz"
+SRCURL="http://taper.alienbase.nl/fonts/webcore-fonts-${VERSION}.tar.gz"
##
## --- with a little luck, you won't have to edit below this point --- ##