diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2022-12-08 21:30:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-08 21:30:47 +0700 |
commit | e1722dc84a2af9ba41166b2aaa13d6af64e88836 (patch) | |
tree | 68515f72af5e5fcbeba3411601db11a6ba588ad5 /system/epson-inkjet-printer-escpr2/epson-inkjet-printer-escpr2.SlackBuild | |
parent | 9a86cdb09cd81da247c5817e32b6ce23de87f2c4 (diff) |
system/epson-inkjet-printer-escpr2: Updated for version 1.1.57.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/epson-inkjet-printer-escpr2/epson-inkjet-printer-escpr2.SlackBuild')
-rw-r--r-- | system/epson-inkjet-printer-escpr2/epson-inkjet-printer-escpr2.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/system/epson-inkjet-printer-escpr2/epson-inkjet-printer-escpr2.SlackBuild b/system/epson-inkjet-printer-escpr2/epson-inkjet-printer-escpr2.SlackBuild index c3b5a67e447b1..ecd5ae034055b 100644 --- a/system/epson-inkjet-printer-escpr2/epson-inkjet-printer-escpr2.SlackBuild +++ b/system/epson-inkjet-printer-escpr2/epson-inkjet-printer-escpr2.SlackBuild @@ -33,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=epson-inkjet-printer-escpr2 -VERSION=${VERSION:-1.1.56} +VERSION=${VERSION:-1.1.57} EXTRABIT=1lsb3.2 TARNAM=$PRGNAM-$VERSION-$EXTRABIT.tar.gz BUILD=${BUILD:-1} @@ -48,9 +48,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 |