summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Juan M. Lasca <juanmlasca@gmail.com>2023-01-31 04:45:08 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-04 07:19:52 +0700
commitf9200046b559ef97c67fc22287b4f74f043e9454 (patch)
tree21a95429e9169ed435db03aa8ecc8bbef5d010d6
parent3a17c00937eb465421cde7783427cd9c02b95792 (diff)
downloadslackbuilds-f9200046b559ef97c67fc22287b4f74f043e9454.tar.gz
slackbuilds-f9200046b559ef97c67fc22287b4f74f043e9454.tar.xz
system/brlaser: Updated for version 6.2.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/brlaser/README3
-rw-r--r--system/brlaser/brlaser.SlackBuild9
-rw-r--r--system/brlaser/brlaser.info8
3 files changed, 12 insertions, 8 deletions
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=""