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

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2022-01-06 13:42:16 +13:00
parent cdd6c87e5e
commit cc610f07b4
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-asn1-encoding
VERSION=${VERSION:-0.9.5}
VERSION=${VERSION:-0.9.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-asn1-encoding"
VERSION="0.9.5"
VERSION="0.9.6"
HOMEPAGE="https://hackage.haskell.org/package/asn1-encoding"
DOWNLOAD="https://hackage.haskell.org/packages/archive/asn1-encoding/0.9.5/asn1-encoding-0.9.5.tar.gz"
MD5SUM="3c1ea2b58e43faa6cd557cde2e18fcec"
DOWNLOAD="https://hackage.haskell.org/packages/archive/asn1-encoding/0.9.6/asn1-encoding-0.9.6.tar.gz"
MD5SUM="98bc3d5b717eb6b5f47c2d676c9eaaf4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-asn1-types haskell-hourglass"