haskell/haskell-asn1-parse: Updated for version 0.9.4.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2016-05-07 14:26:06 +01:00 committed by Willy Sudiarto Raharjo
parent 0f61471624
commit 282f77c521
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-asn1-parse
VERSION=${VERSION:-0.9.0}
VERSION=${VERSION:-0.9.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-asn1-parse"
VERSION="0.9.0"
VERSION="0.9.4"
HOMEPAGE="http://hackage.haskell.org/package/asn1-parse"
DOWNLOAD="http://hackage.haskell.org/packages/archive/asn1-parse/0.9.0/asn1-parse-0.9.0.tar.gz"
MD5SUM="ee68d3d00310d6111e976ee927fe4d3e"
DOWNLOAD="http://hackage.haskell.org/packages/archive/asn1-parse/0.9.4/asn1-parse-0.9.4.tar.gz"
MD5SUM="8ace2ce66174478cea183a37f181da99"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-asn1-encoding haskell-asn1-types haskell-mtl haskell-text"