Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-warp
Commits:
0854ec15 by Felix Yan at 2023-10-25T19:35:03+03:00
upgpkg: 3.3.30-1: rebuild with warp 3.3.30
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-warp
pkgdesc = A fast, light-weight web server for WAI applications.
- pkgver = 3.3.29
- pkgrel = 11
+ pkgver = 3.3.30
+ pkgrel = 1
url = https://github.com/yesodweb/wai
arch = x86_64
license = MIT
@@ -30,7 +30,7 @@ pkgbase = haskell-warp
depends = haskell-vault
depends = haskell-wai
depends = haskell-word8
- source =
https://hackage.haskell.org/packages/archive/warp/3.3.29/warp-3.3.29.tar.gz
- sha512sums =
b24b0bbda8996c20dbaffb5d0a0eb83df503172308c83a4635c86794d9cfc957fefff588f3436d733c960408e7ea4b856f9ea889ca30870273e40673aec4441b
+ source =
https://hackage.haskell.org/packages/archive/warp/3.3.30/warp-3.3.30.tar.gz
+ sha512sums =
59028da2b7e6dfa57a0325a5e6acec4e2dbb2fcc15d19cc8c03e23fea405c8edc8f98c8e740da6e0bbcdb1f941114e47d7dfa7c03d8a6e716f4576b945ba9765
pkgname = haskell-warp
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=warp
pkgname=haskell-warp
-pkgver=3.3.29
-pkgrel=11
+pkgver=3.3.30
+pkgrel=1
pkgdesc="A fast, light-weight web server for WAI applications."
url="https://github.com/yesodweb/wai"
license=("MIT")
@@ -17,7 +17,7 @@ depends=('ghc-libs' 'haskell-auto-update'
'haskell-bsb-http-chunked' 'haskell-ca
makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec'
'haskell-hspec-discover'
'haskell-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('b24b0bbda8996c20dbaffb5d0a0eb83df503172308c83a4635c86794d9cfc957fefff588f3436d733c960408e7ea4b856f9ea889ca30870273e40673aec4441b')
+sha512sums=('59028da2b7e6dfa57a0325a5e6acec4e2dbb2fcc15d19cc8c03e23fea405c8edc8f98c8e740da6e0bbcdb1f941114e47d7dfa7c03d8a6e716f4576b945ba9765')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-warp/-/commit/0854ec15fcbdfd611186f6e19c7f6bbef96a7546
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-warp/-/commit/0854ec15fcbdfd611186f6e19c7f6bbef96a7546
You're receiving this email because of your account on gitlab.archlinux.org.