[arch-commits] Commit in haskell-websockets/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Nov 29 08:03:33 UTC 2016


    Date: Tuesday, November 29, 2016 @ 08:03:32
  Author: felixonmars
Revision: 197338

upgpkg: haskell-websockets 0.9.8.0-1

rebuild with websockets-0.9.8.0

Modified:
  haskell-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-29 07:59:10 UTC (rev 197337)
+++ PKGBUILD	2016-11-29 08:03:32 UTC (rev 197338)
@@ -4,8 +4,8 @@
 
 _hkgname=websockets
 pkgname=haskell-websockets
-pkgver=0.9.7.0
-pkgrel=3
+pkgver=0.9.8.0
+pkgrel=1
 pkgdesc="A sensible and clean way to write WebSocket-capable servers in Haskell."
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
          "haskell-case-insensitive" "haskell-entropy" "haskell-network" "haskell-random"
          "haskell-sha" "haskell-text")
 source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('07141953f005347214233617ce2654265dea67f63ffbcf4656fdea47066b7baa')
+sha256sums=('162e287bf16b714f71076b644b65d06298759380ad2ef23ffde4674e97dc65d8')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list