Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-warp-tls
Commits:
279b72a9 by Felix Yan at 2024-08-18T20:26:35+03:00
upgpkg: 3.4.6-1: rebuild with warp-tls 3.4.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-warp-tls
pkgdesc = HTTP over TLS support for Warp via the TLS package
- pkgver = 3.4.5
- pkgrel = 10
+ pkgver = 3.4.6
+ pkgrel = 1
url = https://github.com/yesodweb/wai
arch = x86_64
license = MIT
@@ -16,7 +16,7 @@ pkgbase = haskell-warp-tls
depends = haskell-unliftio
depends = haskell-wai
depends = haskell-warp
- source =
https://hackage.haskell.org/packages/archive/warp-tls/3.4.5/warp-tls-3.4.5.tar.gz
- sha512sums =
365b38e3cb713563e7e45c471e47d0481e12110e4a25a9cde03d437c496c57bacb7bcb12407495e49022608b7dea12c8eec159ae170323731811fc6990b3017f
+ source =
https://hackage.haskell.org/packages/archive/warp-tls/3.4.6/warp-tls-3.4.6.tar.gz
+ sha512sums =
16e3cd1409df3cd70ebc5d4512ce175c701d68cae87820767d57a85952931ff656a7931e2b15ff80ce2f6673e23acdb3a6042f7071fd6e459ec56fe502658f38
pkgname = haskell-warp-tls
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=warp-tls
pkgname=haskell-warp-tls
-pkgver=3.4.5
-pkgrel=10
+pkgver=3.4.6
+pkgrel=1
pkgdesc="HTTP over TLS support for Warp via the TLS package"
url="https://github.com/yesodweb/wai"
license=("MIT")
@@ -14,7 +14,7 @@ depends=('ghc-libs' 'haskell-data-default-class'
'haskell-network' 'haskell-recv
'haskell-wai' 'haskell-warp')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('365b38e3cb713563e7e45c471e47d0481e12110e4a25a9cde03d437c496c57bacb7bcb12407495e49022608b7dea12c8eec159ae170323731811fc6990b3017f')
+sha512sums=('16e3cd1409df3cd70ebc5d4512ce175c701d68cae87820767d57a85952931ff656a7931e2b15ff80ce2f6673e23acdb3a6042f7071fd6e459ec56fe502658f38')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-warp-tls/-/commit/279b72a9e0c973aeac5da2e854dfd9b1c58fc3f6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-warp-tls/-/commit/279b72a9e0c973aeac5da2e854dfd9b1c58fc3f6
You're receiving this email because of your account on gitlab.archlinux.org.