system/exomizer: Updated for version 3.0.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
8ed58d113d
commit
7b6be4a2c6
|
@ -6,6 +6,8 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20180829 bkw: update for v3.0.1
|
||||
|
||||
# 20180619 bkw:
|
||||
# - update for v3.0.0
|
||||
# - host tarball on naptime instead of ponce.cc
|
||||
|
@ -14,7 +16,7 @@
|
|||
# - can still build with VERSION=2.0.9 or VERSION=2.0.10, if needed
|
||||
|
||||
PRGNAM=exomizer
|
||||
VERSION=${VERSION:-3.0.0}
|
||||
VERSION=${VERSION:-3.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="exomizer"
|
||||
VERSION="3.0.0"
|
||||
VERSION="3.0.1"
|
||||
HOMEPAGE="https://bitbucket.org/magli143/exomizer/wiki/Home"
|
||||
DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/exomizer-3.0.0.zip"
|
||||
MD5SUM="94eee44e01a531da8feeaa5de8b5c285"
|
||||
DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/exomizer-3.0.1.zip"
|
||||
MD5SUM="cb5b3fe6a4c492099b220a9da064f7e5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue