diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-29 04:31:09 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:52 +0700 |
commit | e646be2e1835d0a57e6431df243e846c2b0cfcc7 (patch) | |
tree | ea03dacb45c37f865c2596ef3f1225c7cc9a14f2 /development/beav | |
parent | 8bb41860e79bea7699cc8819cfebd32fc2522f14 (diff) |
development/beav: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/beav')
-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="" |