Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-quic
Commits:
ed82649b by Felix Yan at 2025-08-14T01:26:29+08:00
upgpkg: 0.1.14-1: rebuild with crypto-token 0.1.0, quic 0.1.14
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-quic
pkgdesc = Library for QUIC: A UDP-Based Multiplexed and Secure Transport
- pkgver = 0.1.13
- pkgrel = 3
+ pkgver = 0.1.14
+ pkgrel = 1
url = https://github.com/kazu-yamamoto/quic
arch = x86_64
license = BSD-3-Clause
@@ -30,7 +30,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.13/quic-0.1.13.tar.gz
- sha256sums =
0d779fb18aa0eaee542189f4196b4b6b39fe7e211965bab59a4acac2c656cc12
+ source =
https://hackage.haskell.org/packages/archive/quic/0.1.14/quic-0.1.14.tar.gz
+ sha256sums =
89380d328eda05aba5b6799c5b633f5c6d7797258029051582e2b55510f783c0
pkgname = haskell-quic
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=quic
pkgname=haskell-quic
-pkgver=0.1.13
-pkgrel=3
+pkgver=0.1.14
+pkgrel=1
pkgdesc="Library for QUIC: A UDP-Based Multiplexed and Secure Transport"
url="https://github.com/kazu-yamamoto/quic"
license=('BSD-3-Clause')
@@ -16,7 +16,7 @@ depends=('ghc-libs' 'haskell-base16-bytestring'
'haskell-crypto-token' 'haskell-
'haskell-unliftio-core')
makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-async' 'haskell-hspec'
'haskell-hspec-discover')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('0d779fb18aa0eaee542189f4196b4b6b39fe7e211965bab59a4acac2c656cc12')
+sha256sums=('89380d328eda05aba5b6799c5b633f5c6d7797258029051582e2b55510f783c0')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-quic/-/commit/ed82649bef004ca74d606eba1815f11a3339a3cb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-quic/-/commit/ed82649bef004ca74d606eba1815f11a3339a3cb
You're receiving this email because of your account on gitlab.archlinux.org.