diff options
author | B. Watson <yalhcru@gmail.com> | 2018-02-09 02:59:44 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-10 08:09:26 +0700 |
commit | f82a9c108c859be8fae5d74b4f234843cf8f56a5 (patch) | |
tree | 50c7c05798df61c860417b4db85f33e8ccf3cf6c /libraries | |
parent | 4525a8781cef0e65b4e620e2910fb76964db95da (diff) | |
download | slackbuilds-f82a9c108c859be8fae5d74b4f234843cf8f56a5.tar.gz |
libraries/qt3: Fix download link.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/qt3/qt3.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/qt3/qt3.info | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/libraries/qt3/qt3.SlackBuild b/libraries/qt3/qt3.SlackBuild index f78956b910..04b9df95b5 100644 --- a/libraries/qt3/qt3.SlackBuild +++ b/libraries/qt3/qt3.SlackBuild @@ -29,11 +29,13 @@ # This is based on the original SlackBuild from /extra/kde-compat in # Slackware 13.1 -# Adapted for SlackBuilds.org by Niels Horn <niels.horn@gmail.com> +# Adapted for SlackBuilds.org by Niels Horn <email removed> # - moved building from /opt to $TMP # - included patch for new libpng (based on work by Stuart Winter) # Revision date 2012/08/09 +# 20180209 bkw: fix download link, pkgs.fedoraproject.org is now toast. + # 20170324 bkw: # - take over maintenance. # - i486=>i586. diff --git a/libraries/qt3/qt3.info b/libraries/qt3/qt3.info index 6dcf13ff7b..f7bf8f48b3 100644 --- a/libraries/qt3/qt3.info +++ b/libraries/qt3/qt3.info @@ -1,7 +1,7 @@ PRGNAM="qt3" VERSION="3.3.8b" HOMEPAGE="http://qt-project.org/" -DOWNLOAD="http://pkgs.fedoraproject.org/repo/pkgs/qt/qt-x11-free-3.3.8b.tar.gz/9f05b4125cfe477cc52c9742c3c09009/qt-x11-free-3.3.8b.tar.gz" +DOWNLOAD="https://download.qt.io/archive/qt/3/qt-x11-free-3.3.8b.tar.gz" MD5SUM="9f05b4125cfe477cc52c9742c3c09009" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |