libraries/libsmraw: Updated for version 20181227.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
296d069046
commit
b221b88118
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libsmraw
|
||||
|
||||
# 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 v20180123 March 2018
|
||||
# Updated v20181227 Jan 2019
|
||||
|
||||
PRGNAM=libsmraw
|
||||
VERSION=${VERSION:-20180123}
|
||||
VERSION=${VERSION:-20181227}
|
||||
STATUS=${STATUS:-alpha}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libsmraw"
|
||||
VERSION="20180123"
|
||||
VERSION="20181227"
|
||||
HOMEPAGE="https://github.com/libyal/libsmraw"
|
||||
DOWNLOAD="https://github.com/libyal/libsmraw/releases/download/20180123/libsmraw-alpha-20180123.tar.gz"
|
||||
MD5SUM="de1f131af012e001007893fd813d8d0e"
|
||||
DOWNLOAD="https://github.com/libyal/libsmraw/releases/download/20181227/libsmraw-alpha-20181227.tar.gz"
|
||||
MD5SUM="510ccfd38ad5b13b173759224267fcfa"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue