system/brlaser: Updated for version 6.2.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Juan M. Lasca 2023-01-31 04:45:08 +00:00 committed by Willy Sudiarto Raharjo
parent 3a17c00937
commit f9200046b5
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 12 additions and 8 deletions

View file

@ -15,4 +15,5 @@ Brother DCP-1510 series, DCP-1600 series, DCP-7030, DCP-7040, DCP-7055,
HL-L2300D series, HL-L2320D series, HL-L2340D series,
HL-L2360D series, HL-L2375DW series, HL-L2390DW, MFC-1910W,
MFC-7240, MFC-7360N, MFC-7365DN, MFC-7420, MFC-7460DN,
MFC-7840W, MFC-L2710DW series.
MFC-7840W, MFC-L2710DW, HL-L5000D, HL-L2370DN, DCP-7070DW and
DCP-8065DN series.

View file

@ -25,19 +25,22 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=brlaser
VERSION=${VERSION:-6}
BUILD=${BUILD:-1}
VERSION=${VERSION:-6.2}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
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

View file

@ -1,8 +1,8 @@
PRGNAM="brlaser"
VERSION="6"
HOMEPAGE="https://github.com/pdewacht/brlaser"
DOWNLOAD="https://github.com/pdewacht/brlaser/archive/refs/tags/v6/brlaser-6.tar.gz"
MD5SUM="d4ac1bf8e66389013d2d458780ef4257"
VERSION="6.2"
HOMEPAGE="https://github.com/QORTEC/brlaser"
DOWNLOAD="https://github.com/QORTEC/brlaser/archive/v6.2/brlaser-6.2.tar.gz"
MD5SUM="2051ee36166c7aad221014212759f4ae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""