haskell/haskell-asn1-encoding: Updated for version 0.9.3.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2016-05-07 13:13:12 +01:00 committed by Willy Sudiarto Raharjo
parent 46dc227864
commit a1baf5eeae
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-encoding
VERSION=${VERSION:-0.9.0}
VERSION=${VERSION:-0.9.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="haskell-asn1-encoding"
VERSION="0.9.0"
VERSION="0.9.3"
HOMEPAGE="http://hackage.haskell.org/package/asn1-encoding"
DOWNLOAD="http://hackage.haskell.org/packages/archive/asn1-encoding/0.9.0/asn1-encoding-0.9.0.tar.gz"
MD5SUM="cfa43236745b1e86e4f984621138b247"
DOWNLOAD="http://hackage.haskell.org/packages/archive/asn1-encoding/0.9.3/asn1-encoding-0.9.3.tar.gz"
MD5SUM="d4dcb3bd75975ae1a61f4d59b5e6842c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-asn1-types haskell-hourglass haskell-mtl"