desktop/noice: Updated for version 0.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
c8c752a7a9
commit
55a59b8ede
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for noice
|
||||
|
||||
# Copyright 2018 Vasily Sora USA
|
||||
# Copyright 2018,2022 Vasily Sora USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=noice
|
||||
VERSION=${VERSION:-2018.04.09}
|
||||
VERSION=${VERSION:-0.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="noice"
|
||||
VERSION="2018.04.09"
|
||||
VERSION="0.8"
|
||||
HOMEPAGE="http://git.2f30.org/noice/"
|
||||
DOWNLOAD="http://repo.khronosschoty.org/Slackware/stuff/noice/noice-2018.04.09.tar.gz"
|
||||
MD5SUM="a0b5a8b9eb4073d8ca5921d366c74f07"
|
||||
DOWNLOAD="http://repo.schotynet.org/sources/noice-0.8.tar.gz"
|
||||
MD5SUM="61becf0244af61c402a9a46a5dea8bea"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue