From f9200046b559ef97c67fc22287b4f74f043e9454 Mon Sep 17 00:00:00 2001 From: "Juan M. Lasca" Date: Tue, 31 Jan 2023 04:45:08 +0000 Subject: system/brlaser: Updated for version 6.2. Signed-off-by: bedlam Signed-off-by: Willy Sudiarto Raharjo --- system/brlaser/README | 3 ++- system/brlaser/brlaser.SlackBuild | 9 ++++++--- system/brlaser/brlaser.info | 8 ++++---- 3 files changed, 12 insertions(+), 8 deletions(-) (limited to 'system/brlaser') diff --git a/system/brlaser/README b/system/brlaser/README index 57aa60edaa..8b8739897b 100644 --- a/system/brlaser/README +++ b/system/brlaser/README @@ -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. diff --git a/system/brlaser/brlaser.SlackBuild b/system/brlaser/brlaser.SlackBuild index 272b865153..71d2ed8fa8 100644 --- a/system/brlaser/brlaser.SlackBuild +++ b/system/brlaser/brlaser.SlackBuild @@ -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 diff --git a/system/brlaser/brlaser.info b/system/brlaser/brlaser.info index bab366784d..c73d8b1a56 100644 --- a/system/brlaser/brlaser.info +++ b/system/brlaser/brlaser.info @@ -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="" -- cgit v1.2.3-65-gdbad