mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-27 09:58:14 +01:00
mate-notification-daemon: Upgraded to 1.16.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
85dd7a96fc
commit
d8c36be9a9
1 changed files with 2 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for mate-notification-daemon
|
||||
|
||||
# Copyright 2013 Chess Griffin <chess.griffin@gmail.com> Raleigh, NC
|
||||
# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mate-notification-daemon
|
||||
VERSION=${VERSION:-1.16.0}
|
||||
VERSION=${VERSION:-1.16.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_msb}
|
||||
|
||||
|
@ -38,8 +38,6 @@ fi
|
|||
|
||||
wget -c http://pub.mate-desktop.org/releases/1.16/$PRGNAM-$VERSION.tar.xz
|
||||
|
||||
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/msb}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
|
|
Loading…
Reference in a new issue