Date: Tuesday, January 1, 2019 @ 10:06:19 Author: felixonmars Revision: 420118
upgpkg: haskell-rsa 2.3.1-1 rebuild with RSA 2.3.1 Modified: haskell-rsa/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-01 09:55:12 UTC (rev 420117) +++ PKGBUILD 2019-01-01 10:06:19 UTC (rev 420118) @@ -2,8 +2,8 @@ _hkgname=RSA pkgname=haskell-rsa -pkgver=2.3.0 -pkgrel=40 +pkgver=2.3.1 +pkgrel=1 pkgdesc="Implementation of RSA, using the padding schemes of PKCS#1 v2.1." url="https://github.com/GaloisInc/rsa" license=('BSD') @@ -12,7 +12,7 @@ makedepends=('ghc' 'haskell-drbg' 'haskell-quickcheck' 'haskell-tagged' 'haskell-test-framework' 'haskell-test-framework-quickcheck2') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('134e86897ce345de00c660e3a34fb2395bbd82419a7e708b5741ba38113e46092db6c236c55e3e57b4e2c777eaf22850f3e95fc46d2cf70c50c4383519a8319e') +sha512sums=('b4d3f406cd7b97237c2b36e2ba659f35871e02a6144b6cb48482fdc7999d9822758472c25b9eaef9ef6aeb8c503fa49b424350a543897217f3aec3084dd7572f') prepare() { cd $_hkgname-$pkgver
