Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-http-client
Commits:
869c2351 by Felix Yan at 2024-09-21T20:21:33+03:00
upgpkg: 0.7.16-1: rebuild with http-client 0.7.16
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-http-client
pkgdesc = An HTTP client engine
- pkgver = 0.7.15
- pkgrel = 30
+ pkgver = 0.7.16
+ pkgrel = 1
url = https://github.com/snoyberg/http-client
arch = x86_64
license = MIT
@@ -23,7 +23,7 @@ pkgbase = haskell-http-client
depends = haskell-network-uri
depends = haskell-random
depends = haskell-streaming-commons
- source =
https://hackage.haskell.org/packages/archive/http-client/0.7.15/http-client-0.7.15.tar.gz
- sha512sums =
2fb7de35efede97a0bb8f1d3a5a9fbc09c1487fbc5e99e11f0cd28ce74de4d574aa5b61904c4a90172297cc7dc87264ea093452fd311b13d250cd70263fe70ce
+ source =
https://hackage.haskell.org/packages/archive/http-client/0.7.16/http-client-0.7.16.tar.gz
+ sha512sums =
2103f09d044cd1211ab134eb4f859fec8623e23f0cf66f5ff60c36a8a20b64ccc752d1681e29d34fac091700ddb48d393e11b7bcf081b39bf9400b165365d3fe
pkgname = haskell-http-client
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=http-client
pkgname=haskell-http-client
-pkgver=0.7.15
-pkgrel=30
+pkgver=0.7.16
+pkgrel=1
pkgdesc="An HTTP client engine"
url="https://github.com/snoyberg/http-client"
license=("MIT")
@@ -15,7 +15,7 @@ depends=('ghc-libs' 'haskell-async'
'haskell-base64-bytestring' 'haskell-blaze-b
'haskell-streaming-commons')
makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover'
'haskell-monad-control' 'haskell-zlib')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('2fb7de35efede97a0bb8f1d3a5a9fbc09c1487fbc5e99e11f0cd28ce74de4d574aa5b61904c4a90172297cc7dc87264ea093452fd311b13d250cd70263fe70ce')
+sha512sums=('2103f09d044cd1211ab134eb4f859fec8623e23f0cf66f5ff60c36a8a20b64ccc752d1681e29d34fac091700ddb48d393e11b7bcf081b39bf9400b165365d3fe')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-http-client/-/commit/869c235151ab3cc5979a2291a0b3c9a9f4bc33dd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-http-client/-/commit/869c235151ab3cc5979a2291a0b3c9a9f4bc33dd
You're receiving this email because of your account on gitlab.archlinux.org.