mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libsmraw: Updated for version 20160108.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b657ffcc1b
commit
98dbeb9801
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libsmraw
|
||||
|
||||
# Copyright 2014-2015 Barry J. Grundy (bgrundy<at>linuxleo.com)
|
||||
# Copyright 2014-2016 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 v20150105 January 2015 Barry J. Grundy
|
||||
# Updated v20160108 March 2016 Barry J. Grundy
|
||||
|
||||
PRGNAM=libsmraw
|
||||
VERSION=${VERSION:-20150105}
|
||||
VERSION=${VERSION:-20160108}
|
||||
STATUS=${STATUS:-alpha}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libsmraw"
|
||||
VERSION="20150105"
|
||||
VERSION="20160108"
|
||||
HOMEPAGE="https://github.com/libyal/libsmraw"
|
||||
DOWNLOAD="https://github.com/libyal/libsmraw/releases/download/20150105/libsmraw-alpha-20150105.tar.gz"
|
||||
MD5SUM="9cc7745d028ace16b2ff9fd5fc940ae7"
|
||||
DOWNLOAD="https://github.com/libyal/libsmraw/releases/download/20160108/libsmraw-alpha-20160108.tar.gz"
|
||||
MD5SUM="3e325aefde7887beebb900ba20cad379"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue