diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/gnulib/gnulib.SlackBuild | 3 | ||||
-rw-r--r-- | development/gnulib/gnulib.info | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/development/gnulib/gnulib.SlackBuild b/development/gnulib/gnulib.SlackBuild index 1eb4750aadbd..e5b6ca29112f 100644 --- a/development/gnulib/gnulib.SlackBuild +++ b/development/gnulib/gnulib.SlackBuild @@ -33,9 +33,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/development/gnulib/gnulib.info b/development/gnulib/gnulib.info index 8d9a12c6a167..7a86aaeb6df5 100644 --- a/development/gnulib/gnulib.info +++ b/development/gnulib/gnulib.info @@ -1,7 +1,7 @@ PRGNAM="gnulib" VERSION="20140202" HOMEPAGE="https://www.gnu.org/software/gnulib/" -DOWNLOAD="http://http.debian.net/debian/pool/main/g/gnulib/gnulib_20140202+stable.orig.tar.gz" +DOWNLOAD="https://deb.debian.org/debian/pool/main/g/gnulib/gnulib_20140202+stable.orig.tar.gz" MD5SUM="5fc03f07046c2349449db963602b9522" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |