Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-quic
Commits:
aa5e1014 by Felix Yan at 2023-11-23T17:10:00+02:00
upgpkg: 0.1.4-1: rebuild with quic 0.1.4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-quic
pkgdesc = QUIC
- pkgver = 0.1.3
- pkgrel = 18
+ pkgver = 0.1.4
+ pkgrel = 1
url = https://github.com/kazu-yamamoto/quic
arch = x86_64
license = BSD
@@ -29,7 +29,7 @@ pkgbase = haskell-quic
depends = haskell-unix-time
depends = haskell-unliftio
depends = haskell-unliftio-core
- source =
https://hackage.haskell.org/packages/archive/quic/0.1.3/quic-0.1.3.tar.gz
- sha256sums =
701d4a228059cbf4e9892b033ebc394fc377b69243ad85329761f8825329d458
+ source =
https://hackage.haskell.org/packages/archive/quic/0.1.4/quic-0.1.4.tar.gz
+ sha256sums =
5f7f8b37d18971c83c95caa8718eed2004c3f24f9ad4992c1f225f42af9fc653
pkgname = haskell-quic
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=quic
pkgname=haskell-quic
-pkgver=0.1.3
-pkgrel=18
+pkgver=0.1.4
+pkgrel=1
pkgdesc="QUIC"
url="https://github.com/kazu-yamamoto/quic"
license=("BSD")
@@ -15,7 +15,7 @@ depends=('ghc-libs' 'haskell-base16-bytestring'
'haskell-crypto-token' 'haskell-
'haskell-tls' 'haskell-unix-time' 'haskell-unliftio'
'haskell-unliftio-core')
makedepends=('ghc' 'haskell-quickcheck' 'haskell-async' 'haskell-hspec'
'haskell-hspec-discover')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('701d4a228059cbf4e9892b033ebc394fc377b69243ad85329761f8825329d458')
+sha256sums=('5f7f8b37d18971c83c95caa8718eed2004c3f24f9ad4992c1f225f42af9fc653')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-quic/-/commit/aa5e1014628cb0235e7c9c4e61a5aa0cf0d6b889
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-quic/-/commit/aa5e1014628cb0235e7c9c4e61a5aa0cf0d6b889
You're receiving this email because of your account on gitlab.archlinux.org.