Date: Saturday, March 4, 2023 @ 08:33:31
  Author: felixonmars
Revision: 1411489

upgpkg: haskell-typed-process 0.2.11.0-1: rebuild with typed-process 0.2.11.0

Modified:
  haskell-typed-process/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-04 08:30:54 UTC (rev 1411488)
+++ PKGBUILD    2023-03-04 08:33:31 UTC (rev 1411489)
@@ -3,8 +3,8 @@
 
 _hkgname=typed-process
 pkgname=haskell-typed-process
-pkgver=0.2.10.1
-pkgrel=32
+pkgver=0.2.11.0
+pkgrel=1
 pkgdesc="Run external processes, with strong typing of streams"
 url="https://github.com/fpco/typed-process";
 license=("MIT")
@@ -12,7 +12,7 @@
 depends=('ghc-libs' 'haskell-async' 'haskell-unliftio-core')
 makedepends=('ghc' 'haskell-base64-bytestring' 'haskell-hspec' 
'haskell-temporary')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('07ab11cc1554aeaf8980df5fbe105de71282424365be9e26e94b7cbad344d3d0d9d54fc492615e32ec0e6d3064a72c7996be03e7fbb81136df366511d7bd606d')
+sha512sums=('d2192c33da190af860afb0a70287df3d3b2ed986ebddbd419f20d4bbd352f90b1cef7523e61bf1f793193d9c3fada5d9892a9cf755d9e998b3ecc697618bf5f9')
 
 build() {
     cd $_hkgname-$pkgver

Reply via email to