libraries/libsmdev: Updated for version 20181227.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
052542b46d
commit
296d069046
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libsmdev
|
||||
|
||||
# Copyright 2014-2016 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||
# Copyright 2014-2019 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,10 +22,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Updated v20171112 March 2018
|
||||
# Updated v20181227 Jan 2019
|
||||
|
||||
PRGNAM=libsmdev
|
||||
VERSION=${VERSION:-20171112}
|
||||
VERSION=${VERSION:-20181227}
|
||||
STATUS=${STATUS:-alpha}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libsmdev"
|
||||
VERSION="20171112"
|
||||
VERSION="20181227"
|
||||
HOMEPAGE="https://github.com/libyal/libsmdev"
|
||||
DOWNLOAD="https://github.com/libyal/libsmdev/releases/download/20171112/libsmdev-alpha-20171112.tar.gz"
|
||||
MD5SUM="073108565c5c475aa5a71bad45651893"
|
||||
DOWNLOAD="https://github.com/libyal/libsmdev/releases/download/20181227/libsmdev-alpha-20181227.tar.gz"
|
||||
MD5SUM="9b993b2f7b763e321e52a407ae0ccffd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue