Date: Wednesday, January 6, 2016 @ 03:39:25
  Author: fyan
Revision: 155541

upgpkg: haskell-async 2.1.0-1

Modified:
  haskell-async/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-01-05 18:14:26 UTC (rev 155540)
+++ PKGBUILD    2016-01-06 02:39:25 UTC (rev 155541)
@@ -4,8 +4,8 @@
 
 _hkgname=async
 pkgname=haskell-async
-pkgver=2.0.2
-pkgrel=3
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="Run IO operations asynchronously and wait for their results"
 url="https://github.com/simonmar/async";
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"
-sha256sums=('db54d384259eee2f3ca525821f45fe509b9a101fbf3a8df7132aa9622626fd2b')
+sha256sums=('93c37611f9c68b5cdc8cd9960ae77a7fbc25da83cae90137ef1378d857f22c2f')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"

Reply via email to