diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/beav/beav.SlackBuild | 3 | ||||
-rw-r--r-- | development/beav/beav.info | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/development/beav/beav.SlackBuild b/development/beav/beav.SlackBuild index d4561a0ca60b..e1909786ec75 100644 --- a/development/beav/beav.SlackBuild +++ b/development/beav/beav.SlackBuild @@ -38,9 +38,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/beav/beav.info b/development/beav/beav.info index 89b2404c29d0..f3e72b2c6bca 100644 --- a/development/beav/beav.info +++ b/development/beav/beav.info @@ -1,8 +1,8 @@ PRGNAM="beav" VERSION="1.40_18" HOMEPAGE="https://packages.debian.org/sid/beav" -DOWNLOAD="http://http.debian.net/debian/pool/main/b/beav/beav_1.40.orig.tar.gz \ - http://http.debian.net/debian/pool/main/b/beav/beav_1.40-18.diff.gz" +DOWNLOAD="https://deb.debian.org/debian/pool/main/b/beav/beav_1.40.orig.tar.gz \ + https://deb.debian.org/debian/pool/main/b/beav/beav_1.40-18.diff.gz" MD5SUM="9c30dce1697f468682eb2aae464de175 \ 63a2f7a63334abc020cd37e86d349ec1" DOWNLOAD_x86_64="" |